Function rcl_action_client_get_default_options

Function Documentation

rcl_action_client_options_t rcl_action_client_get_default_options(void)

Return the default action client options in a rcl_action_client_options_t.

The defaults are:

  • goal_service_qos = rmw_qos_profile_services_default;

  • result_service_qos = rmw_qos_profile_services_default;

  • cancel_service_qos = rmw_qos_profile_services_default;

  • feedback_topic_qos = rmw_qos_profile_default;

  • status_topic_qos = rcl_action_qos_profile_status_default;

  • allocator = rcl_get_default_allocator()