rclcpp  master
C++ ROS Client Library API
rclcpp::Node Member List

This is the complete list of members for rclcpp::Node, including all inherited members.

assert_liveliness() constrclcpp::Node
count_publishers(const std::string &topic_name) constrclcpp::Node
count_subscribers(const std::string &topic_name) constrclcpp::Node
create_callback_group(rclcpp::callback_group::CallbackGroupType group_type)rclcpp::Node
create_client(const std::string &service_name, const rmw_qos_profile_t &qos_profile=rmw_qos_profile_services_default, rclcpp::callback_group::CallbackGroup::SharedPtr group=nullptr)rclcpp::Node
create_client(const std::string &service_name, const rmw_qos_profile_t &qos_profile, rclcpp::callback_group::CallbackGroup::SharedPtr group)rclcpp::Node
create_publisher(const std::string &topic_name, const rclcpp::QoS &qos, const PublisherOptionsWithAllocator< AllocatorT > &options=PublisherOptionsWithAllocator< AllocatorT >())rclcpp::Node
create_publisher(const std::string &topic_name, size_t qos_history_depth, std::shared_ptr< AllocatorT > allocator)rclcpp::Node
create_publisher(const std::string &topic_name, const rmw_qos_profile_t &qos_profile=rmw_qos_profile_default, std::shared_ptr< AllocatorT > allocator=nullptr)rclcpp::Node
create_service(const std::string &service_name, CallbackT &&callback, const rmw_qos_profile_t &qos_profile=rmw_qos_profile_services_default, rclcpp::callback_group::CallbackGroup::SharedPtr group=nullptr)rclcpp::Node
create_sub_node(const std::string &sub_namespace)rclcpp::Node
create_subscription(const std::string &topic_name, const rclcpp::QoS &qos, CallbackT &&callback, const SubscriptionOptionsWithAllocator< AllocatorT > &options=SubscriptionOptionsWithAllocator< AllocatorT >(), typename rclcpp::message_memory_strategy::MessageMemoryStrategy< typename rclcpp::subscription_traits::has_message_type< CallbackT >::type, AllocatorT >::SharedPtr msg_mem_strat=nullptr)rclcpp::Node
create_subscription(const std::string &topic_name, CallbackT &&callback, const rmw_qos_profile_t &qos_profile=rmw_qos_profile_default, rclcpp::callback_group::CallbackGroup::SharedPtr group=nullptr, bool ignore_local_publications=false, typename rclcpp::message_memory_strategy::MessageMemoryStrategy< typename rclcpp::subscription_traits::has_message_type< CallbackT >::type, Alloc >::SharedPtr msg_mem_strat=nullptr, std::shared_ptr< Alloc > allocator=nullptr)rclcpp::Node
create_subscription(const std::string &topic_name, CallbackT &&callback, size_t qos_history_depth, rclcpp::callback_group::CallbackGroup::SharedPtr group=nullptr, bool ignore_local_publications=false, typename rclcpp::message_memory_strategy::MessageMemoryStrategy< typename rclcpp::subscription_traits::has_message_type< CallbackT >::type, Alloc >::SharedPtr msg_mem_strat=nullptr, std::shared_ptr< Alloc > allocator=nullptr)rclcpp::Node
create_wall_timer(std::chrono::duration< DurationRepT, DurationT > period, CallbackT callback, rclcpp::callback_group::CallbackGroup::SharedPtr group=nullptr)rclcpp::Node
declare_parameter(const std::string &name, const rclcpp::ParameterValue &default_value=rclcpp::ParameterValue(), const rcl_interfaces::msg::ParameterDescriptor &parameter_descriptor=rcl_interfaces::msg::ParameterDescriptor())rclcpp::Node
declare_parameter(const std::string &name, const ParameterT &default_value, const rcl_interfaces::msg::ParameterDescriptor &parameter_descriptor=rcl_interfaces::msg::ParameterDescriptor())rclcpp::Node
declare_parameters(const std::string &namespace_, const std::map< std::string, ParameterT > &parameters)rclcpp::Node
declare_parameters(const std::string &namespace_, const std::map< std::string, std::pair< ParameterT, rcl_interfaces::msg::ParameterDescriptor > > &parameters)rclcpp::Node
describe_parameter(const std::string &name) constrclcpp::Node
describe_parameters(const std::vector< std::string > &names) constrclcpp::Node
enable_shared_from_this(T... args)std::enable_shared_from_this< Node >
get_callback_groups() constrclcpp::Node
get_clock()rclcpp::Node
get_effective_namespace() constrclcpp::Node
get_fully_qualified_name() constrclcpp::Node
get_graph_event()rclcpp::Node
get_logger() constrclcpp::Node
get_name() constrclcpp::Node
get_namespace() constrclcpp::Node
get_node_base_interface()rclcpp::Node
get_node_clock_interface()rclcpp::Node
get_node_graph_interface()rclcpp::Node
get_node_logging_interface()rclcpp::Node
get_node_names() constrclcpp::Node
get_node_options() constrclcpp::Node
get_node_parameters_interface()rclcpp::Node
get_node_services_interface()rclcpp::Node
get_node_time_source_interface()rclcpp::Node
get_node_timers_interface()rclcpp::Node
get_node_topics_interface()rclcpp::Node
get_node_waitables_interface()rclcpp::Node
get_parameter(const std::string &name) constrclcpp::Node
get_parameter(const std::string &name, rclcpp::Parameter &parameter) constrclcpp::Node
get_parameter(const std::string &name, ParameterT &parameter) constrclcpp::Node
get_parameter_or(const std::string &name, ParameterT &parameter, const ParameterT &alternative_value) constrclcpp::Node
get_parameter_or_set(const std::string &name, ParameterT &value, const ParameterT &alternative_value)rclcpp::Node
get_parameter_types(const std::vector< std::string > &names) constrclcpp::Node
get_parameters(const std::vector< std::string > &names) constrclcpp::Node
get_parameters(const std::string &prefix, std::map< std::string, ParameterT > &values) constrclcpp::Node
get_service_names_and_types() constrclcpp::Node
get_sub_namespace() constrclcpp::Node
get_topic_names_and_types() constrclcpp::Node
has_parameter(const std::string &name) constrclcpp::Node
list_parameters(const std::vector< std::string > &prefixes, uint64_t depth) constrclcpp::Node
Node(const std::string &node_name, const NodeOptions &options=NodeOptions())rclcpp::Nodeexplicit
Node(const std::string &node_name, const std::string &namespace_, const NodeOptions &options=NodeOptions())rclcpp::Nodeexplicit
Node(const Node &other, const std::string &sub_namespace)rclcpp::Nodeprotected
now()rclcpp::Node
OnParametersSetCallbackType typedefrclcpp::Node
operator=(T... args)std::enable_shared_from_this< Node >
register_param_change_callback(CallbackT &&callback)rclcpp::Node
set_on_parameters_set_callback(rclcpp::Node::OnParametersSetCallbackType callback)rclcpp::Node
set_parameter(const rclcpp::Parameter &parameter)rclcpp::Node
set_parameter_if_not_set(const std::string &name, const ParameterT &value)rclcpp::Node
set_parameters(const std::vector< rclcpp::Parameter > &parameters)rclcpp::Node
set_parameters_atomically(const std::vector< rclcpp::Parameter > &parameters)rclcpp::Node
set_parameters_if_not_set(const std::string &name, const std::map< std::string, ParameterT > &values)rclcpp::Node
shared_from_this(T... args)std::enable_shared_from_this< Node >
undeclare_parameter(const std::string &name)rclcpp::Node
wait_for_graph_change(rclcpp::Event::SharedPtr event, std::chrono::nanoseconds timeout)rclcpp::Node
~enable_shared_from_this(T... args)std::enable_shared_from_this< Node >
~Node()rclcpp::Nodevirtual