Skip to content

Commit e174a69

Browse files
pablogs9Your Name
andauthored
Update RMW API
Co-authored-by: Your Name <you@example.com>
1 parent 0ee1ee3 commit e174a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/int32_sub_pub/main

examples/int32_sub_pub/main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <std_msgs/msg/int32.h>
1414
#include <rclc/rclc.h>
1515
#include <rclc/executor.h>
16-
#include <rmw_uros/options.h>
16+
#include <rmw_microros/rmw_microros.h>
1717
#include "uxr/client/config.h"
1818

1919
#define RCCHECK(fn) { rcl_ret_t temp_rc = fn; if((temp_rc != RCL_RET_OK)){printf("Failed status on line %d: %d. Aborting.\n",__LINE__,(int)temp_rc);vTaskDelete(NULL);}}

0 commit comments

Comments
 (0)