Skip to content

Commit

Permalink
Modify RMW API include (#56)
Browse files Browse the repository at this point in the history
* multichange tool

* Update rmw_microros api include

Co-authored-by: Your Name <[email protected]>
Co-authored-by: Antonio Cuadros <[email protected]>
  • Loading branch information
3 people authored May 5, 2021
1 parent e8e9951 commit b430e0d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/add_two_ints_service/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <std_msgs/msg/int32.h>
#include "example_interfaces/srv/add_two_ints.h"

#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>

#include <stdio.h>
#include <unistd.h>
Expand Down
4 changes: 2 additions & 2 deletions apps/crazyflie_demo/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <geometry_msgs/msg/point32.h>

#include <rcutils/allocator.h>
#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>

#include "config.h"
#include "log.h"
Expand Down Expand Up @@ -356,4 +356,4 @@ void microros_secondary(void * params){
}

vTaskSuspend( NULL );
}
}
4 changes: 2 additions & 2 deletions apps/crazyflie_position_publisher/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <geometry_msgs/msg/point32.h>

#include <rcutils/allocator.h>
#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>

#include "config.h"
#include "log.h"
Expand Down Expand Up @@ -125,4 +125,4 @@ void appMain(){
RCCHECK(rcl_node_fini(&node))

vTaskSuspend( NULL );
}
}
2 changes: 1 addition & 1 deletion microros_esp32_extensions/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "lwip/err.h"
#include "lwip/sys.h"

#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>
#include <microros_transports.h>

#define ESP_WIFI_SSID CONFIG_ESP_WIFI_SSID
Expand Down
3 changes: 2 additions & 1 deletion microros_nucleo_f446re_extensions/Core/Src/freertos.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
#include <ucdr/microcdr.h>
#include <uxr/client/client.h>

#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>

#include <microros_transports.h>

/* USER CODE END Includes */
Expand Down
3 changes: 2 additions & 1 deletion microros_nucleo_f446ze_extensions/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
#include <ucdr/microcdr.h>
#include <uxr/client/client.h>

#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>

#include <microros_transports.h>

#include "FreeRTOS.h"
Expand Down
3 changes: 2 additions & 1 deletion microros_nucleo_f746zg_extensions/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
#include <uxr/client/client.h>
#include <ucdr/microcdr.h>

#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>

#include <microros_transports.h>

#include <sys/socket.h>
Expand Down
3 changes: 2 additions & 1 deletion microros_nucleo_f767zi_extensions/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
#include <uxr/client/client.h>
#include <ucdr/microcdr.h>

#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>

#include <microros_transports.h>

#include <sys/socket.h>
Expand Down
3 changes: 2 additions & 1 deletion microros_olimex_e407_extensions/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
#include <uxr/client/client.h>
#include <ucdr/microcdr.h>

#include <rmw_uros/options.h>
#include <rmw_microros/rmw_microros.h>

#include <microros_transports.h>

#include <sys/socket.h>
Expand Down

0 comments on commit b430e0d

Please sign in to comment.