File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ extern "C"
4949#elif defined(RMW_UXRCE_TRANSPORT_IPV6 )
5050 #define MAX_IP_LEN 39
5151#endif // ifdef RMW_UXRCE_TRANSPORT_IPV4
52- #define MAX_PORT_LEN 6 // uint16_t max size + NULL-end string
52+ #define MAX_PORT_LEN 6 // uint16_t max size + NULL-end string
5353#define MAX_SERIAL_DEVICE 50
5454
5555typedef struct rmw_uxrce_transport_params_t
Original file line number Diff line number Diff line change @@ -83,8 +83,10 @@ rmw_ret_t rmw_graph_init(
8383
8484 graph_info -> datareader_id = uxr_object_id (context -> id_datareader ++ , UXR_DATAREADER_ID );
8585 const char * graph_topic_name = "ros_to_microros_graph" ;
86+ // NOLINTBEGIN
8687 graph_info -> graph_type_support =
87- rosidl_typesupport_microxrcedds_c__get_message_type_support_handle__micro_ros_msgs__msg__Graph (); //NOLINT
88+ rosidl_typesupport_microxrcedds_c__get_message_type_support_handle__micro_ros_msgs__msg__Graph ();
89+ // NOLINTEND
8890
8991 // Create graph topic request
9092 graph_info -> topic_id = uxr_object_id (context -> id_topic ++ , UXR_TOPIC_ID );
You can’t perform that action at this time.
0 commit comments