File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ https://github.com/micro-ROS/rmw-microxrcedds.git a17896c16f86b925cd3ff9e5d6b7cc
44https://github.com/micro-ROS/rcl 1fac9bf845f32bce311730d3dda1fddbb8b101e6
55https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git/ 07ae5aa5c456f887f2aa82896e207a3209309a50
66https://github.com/micro-ROS/rosidl_typesupport.git d569fcc82aca391470a43dd5fc388f9f3a4d477d
7- https://github.com/ros2/rclc 1085660ae2a8baa7f0e35c844dc498ffa8168717
7+ https://github.com/ros2/rclc d6ed904213bf5f4c074ffe178668faee621fa80b
88https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 51c7e2b36a4ddb8175c4662145c84a66c23be317
99https://github.com/micro-ROS/rcutils ce82f7fc64d827237a6f3d7a8e037b95ed5850e1
1010https://github.com/micro-ROS/micro_ros_msgs.git e3664463e78ae5d0c34d86be92d707b3d9dfd27d
Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ extern "C"
3030/// Enumeration for timer, subscription, guard conditions etc to be waited on.
3131typedef enum
3232{
33- SUBSCRIPTION ,
34- SUBSCRIPTION_WITH_CONTEXT ,
35- TIMER ,
36- // TIMER_WITH_CONTEXT , // TODO
37- CLIENT ,
38- CLIENT_WITH_REQUEST_ID ,
39- // CLIENT_WITH_CONTEXT , // TODO
40- SERVICE ,
41- SERVICE_WITH_REQUEST_ID ,
42- SERVICE_WITH_CONTEXT ,
43- GUARD_CONDITION ,
44- // GUARD_CONDITION_WITH_CONTEXT , //TODO
45- NONE
33+ RCLC_SUBSCRIPTION ,
34+ RCLC_SUBSCRIPTION_WITH_CONTEXT ,
35+ RCLC_TIMER ,
36+ // RCLC_TIMER_WITH_CONTEXT , // TODO
37+ RCLC_CLIENT ,
38+ RCLC_CLIENT_WITH_REQUEST_ID ,
39+ // RCLC_CLIENT_WITH_CONTEXT , // TODO
40+ RCLC_SERVICE ,
41+ RCLC_SERVICE_WITH_REQUEST_ID ,
42+ RCLC_SERVICE_WITH_CONTEXT ,
43+ RCLC_GUARD_CONDITION ,
44+ // RCLC_GUARD_CONDITION_WITH_CONTEXT , //TODO
45+ RCLC_NONE
4646} rclc_executor_handle_type_t ;
4747
4848/// Enumeration for invocation type. ON_NEW_DATA calls a callback only when new data is available
You can’t perform that action at this time.
0 commit comments