Missing rcl Functions in rclnodejs
Action
Arguments
Callbacks & Events
rcl_client_set_on_new_response_callback
rcl_event_set_callback
rcl_service_set_on_new_request_callback
rcl_subscription_set_on_new_message_callback
Clock & Time
Introspection (Service & Graph)
Logging & Rosout
Publisher
Subscription (Content Filtering)
Service
Missing
rclFunctions inrclnodejsAction
rcl_action_goal_status_array_finiCall rcl_action_goal_status_array_fini() when publishing status failed #1332Arguments
rcl_arguments_get_unparsed_rosLeverage rcl_arguments_get_unparsed_ros() to get unsupported args #1342rcl_remove_ros_argumentsAdd removeROSArgs() function #1339Callbacks & Events
rcl_client_set_on_new_response_callbackrcl_event_set_callbackrcl_service_set_on_new_request_callbackrcl_subscription_set_on_new_message_callbackClock & Time
rcl_clock_add_jump_callbackAdd Clock callback support #1355rcl_clock_remove_jump_callbackAdd Clock callback support #1355rcl_difference_timesAdd ClockEvent support #1354rcl_timer_clockrcl_timer_get_next_call_timeAdd getNextCallTime() into Timer #1356rcl_timer_set_on_reset_callbackAdd rcl_timer_set_on_reset_callback() support #1348Introspection (Service & Graph)
rcl_get_clients_info_by_serviceAdd getServersInfoByService and getClientsInfoByService for node #1335rcl_get_info_by_serviceAdd getServersInfoByService and getClientsInfoByService for node #1335rcl_get_servers_info_by_serviceAdd getServersInfoByService and getClientsInfoByService for node #1335rcl_get_zero_initialized_service_endpoint_info_arrayAdd getServersInfoByService and getClientsInfoByService for node #1335rcl_service_endpoint_info_array_finiAdd getServersInfoByService and getClientsInfoByService for node #1335Logging & Rosout
rcl_logging_configure_with_output_handlerSupport logging mutex functions #1338rcl_logging_get_logging_directoryAdd getLoggingDirectory() #1337rcl_logging_multiple_output_handlerSupport logging mutex functions #1338rcl_logging_rosout_add_subloggerSupport logging rosout #1336rcl_logging_rosout_enabledSupport logging rosout #1336rcl_logging_rosout_fini_publisher_for_nodeSupport logging rosout #1336rcl_logging_rosout_init_publisher_for_nodeSupport logging rosout #1336rcl_logging_rosout_remove_subloggerSupport logging rosout #1336Publisher
rcl_publisher_assert_livelinessAdd assertLiveliness() method for publisher #1331Subscription (Content Filtering)
rcl_subscription_content_filter_options_finiAdd getContentFilter for subscription #1334rcl_subscription_get_content_filterAdd getContentFilter for subscription #1334Service
rcl_take_request_with_infoReplace rcl_take_request with rcl_take_request_with_info #1333