You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* multichange tool
* Update rmw_microros api include
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
Copy file name to clipboardExpand all lines: rclc/autodiscover_agent/main.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
#include<stdio.h>
9
9
#include<unistd.h>
10
10
11
-
#include<rmw_uros/options.h>
11
+
#include<rmw_microros/rmw_microros.h>
12
12
13
13
#defineRCCHECK(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); return 1;}}
14
14
#defineRCSOFTCHECK(fn) { rcl_ret_t temp_rc = fn; if((temp_rc != RCL_RET_OK)){printf("Failed status on line %d: %d. Continuing.\n",__LINE__,(int)temp_rc);}}
Copy file name to clipboardExpand all lines: rclc/configuration_example/configured_publisher/main.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
#include<stdio.h>
9
9
10
-
#include<rmw_uros/options.h>
10
+
#include<rmw_microros/rmw_microros.h>
11
11
12
12
#defineRCCHECK(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); return 1;}}
13
13
#defineRCSOFTCHECK(fn) { rcl_ret_t temp_rc = fn; if((temp_rc != RCL_RET_OK)){printf("Failed status on line %d: %d. Continuing.\n",__LINE__,(int)temp_rc);}}
Copy file name to clipboardExpand all lines: rclc/configuration_example/configured_subscriber/main.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
#include<stdio.h>
9
9
10
-
#include<rmw_uros/options.h>
10
+
#include<rmw_microros/rmw_microros.h>
11
11
12
12
#defineRCCHECK(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); return 1;}}
13
13
#defineRCSOFTCHECK(fn) { rcl_ret_t temp_rc = fn; if((temp_rc != RCL_RET_OK)){printf("Failed status on line %d: %d. Continuing.\n",__LINE__,(int)temp_rc);}}
Copy file name to clipboardExpand all lines: rclc/configuration_example/custom_transports/main.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
#include<errno.h>
19
19
#include<netdb.h>
20
20
21
-
#include<rmw_uros/options.h>
21
+
#include<rmw_microros/rmw_microros.h>
22
22
23
23
#defineRCCHECK(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); return 1;}}
24
24
#defineRCSOFTCHECK(fn) { rcl_ret_t temp_rc = fn; if((temp_rc != RCL_RET_OK)){printf("Failed status on line %d: %d. Continuing.\n",__LINE__,(int)temp_rc);}}
0 commit comments