Nav2 Navigation Stack - rolling  main
ROS 2 Navigation Stack
nav2_route::RouteServer Member List

This is the complete list of members for nav2_route::RouteServer, including all inherited members.

autostart()nav2::LifecycleNodeinline
autostart_timer_ (defined in nav2::LifecycleNode)nav2::LifecycleNodeprotected
base_frame_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
bond_ (defined in nav2::LifecycleNode)nav2::LifecycleNodeprotected
bond_heartbeat_period (defined in nav2::LifecycleNode)nav2::LifecycleNodeprotected
compute_and_track_route_server_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
compute_route_server_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
ComputeAndTrackRoute typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
computeAndTrackRoute() (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
ComputeAndTrackRouteFeedback typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
ComputeAndTrackRouteGoal typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
ComputeAndTrackRouteResult typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
ComputeAndTrackRouteServer typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
ComputeRoute typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
computeRoute()nav2_route::RouteServerprotected
ComputeRouteGoal typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
ComputeRouteResult typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
ComputeRouteServer typedef (defined in nav2_route::RouteServer)nav2_route::RouteServer
costmap_subscriber_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
create_action_client(const std::string &action_name, rclcpp::CallbackGroup::SharedPtr callback_group=nullptr)nav2::LifecycleNodeinline
create_action_server(const std::string &action_name, typename nav2::SimpleActionServer< ActionT >::ExecuteCallback execute_callback, typename nav2::SimpleActionServer< ActionT >::CompletionCallback compl_cb=nullptr, std::chrono::milliseconds server_timeout=std::chrono::milliseconds(500), bool spin_thread=false, const bool realtime=false)nav2::LifecycleNodeinline
create_client(const std::string &service_name, bool use_internal_executor=false)nav2::LifecycleNodeinline
create_publisher(const std::string &topic_name, const rclcpp::QoS &qos=nav2::qos::StandardTopicQoS(), const rclcpp::CallbackGroup::SharedPtr &callback_group=nullptr)nav2::LifecycleNodeinline
create_service(const std::string &service_name, typename nav2::ServiceServer< ServiceT >::CallbackType cb, rclcpp::CallbackGroup::SharedPtr callback_group=nullptr)nav2::LifecycleNodeinline
create_subscription(const std::string &topic_name, CallbackT &&callback, const rclcpp::QoS &qos=nav2::qos::StandardTopicQoS(), const rclcpp::CallbackGroup::SharedPtr &callback_group=nullptr)nav2::LifecycleNodeinline
createBond()nav2::LifecycleNodeinline
declare_or_get_parameter(const std::string &parameter_name, const ParamType &default_value, const ParameterDescriptor &parameter_descriptor=ParameterDescriptor())nav2::LifecycleNodeinline
destroyBond()nav2::LifecycleNodeinline
exceptionWarning(const std::shared_ptr< const GoalT > goal, const std::exception &ex)nav2_route::RouteServerprotected
findPlanningDuration(const rclcpp::Time &start_time)nav2_route::RouteServerprotected
findRoute(const std::shared_ptr< const GoalT > goal, ReroutingState &rerouting_info=ReroutingState())nav2_route::RouteServerprotected
goal_intent_extractor_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
graph_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
graph_loader_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
graph_vis_publisher_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
id_to_graph_map_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
isRequestValid(typename nav2::SimpleActionServer< ActionT >::SharedPtr &action_server)nav2_route::RouteServerprotected
LifecycleNode(const std::string &node_name, const std::string &ns, const rclcpp::NodeOptions &options=rclcpp::NodeOptions())nav2::LifecycleNodeinline
LifecycleNode(const std::string &node_name, const rclcpp::NodeOptions &options=rclcpp::NodeOptions())nav2::LifecycleNodeinline
max_planning_time_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
on_activate(const rclcpp_lifecycle::State &state) overridenav2_route::RouteServerprotected
on_cleanup(const rclcpp_lifecycle::State &state) overridenav2_route::RouteServerprotected
on_configure(const rclcpp_lifecycle::State &state) overridenav2_route::RouteServerprotected
on_deactivate(const rclcpp_lifecycle::State &state) overridenav2_route::RouteServerprotected
on_error(const rclcpp_lifecycle::State &)nav2::LifecycleNodeinline
on_rcl_preshutdown()nav2::LifecycleNodeinlinevirtual
on_shutdown(const rclcpp_lifecycle::State &state) overridenav2_route::RouteServerprotected
path_converter_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
populateActionResult(std::shared_ptr< ComputeRoute::Result > result, const Route &route, const nav_msgs::msg::Path &path, const rclcpp::Duration &planning_duration)nav2_route::RouteServerprotected
populateActionResult(std::shared_ptr< ComputeAndTrackRoute::Result >, const Route &, const nav_msgs::msg::Path &, const rclcpp::Duration &)nav2_route::RouteServerprotected
printLifecycleNodeNotification()nav2::LifecycleNodeinlineprotected
processRouteRequest(typename nav2::SimpleActionServer< ActionT >::SharedPtr &action_server)nav2_route::RouteServerprotected
rcl_preshutdown_cb_handle_ (defined in nav2::LifecycleNode)nav2::LifecycleNodeprotected
register_rcl_preshutdown_callback()nav2::LifecycleNodeinlineprotected
route_frame_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
route_planner_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
route_tracker_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
RouteServer(const rclcpp::NodeOptions &options=rclcpp::NodeOptions())nav2_route::RouteServerexplicit
runCleanups()nav2::LifecycleNodeinlineprotected
set_graph_service_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
setRouteGraph(const std::shared_ptr< rmw_request_id_t >, const std::shared_ptr< nav2_msgs::srv::SetRouteGraph::Request > request, std::shared_ptr< nav2_msgs::srv::SetRouteGraph::Response > response)nav2_route::RouteServerprotected
shared_from_this()nav2::LifecycleNodeinline
SharedConstPointer typedef (defined in nav2::LifecycleNode)nav2::LifecycleNode
SharedPtr typedef (defined in nav2::LifecycleNode)nav2::LifecycleNode
tf_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
transform_listener_ (defined in nav2_route::RouteServer)nav2_route::RouteServerprotected
weak_from_this()nav2::LifecycleNodeinline
WeakPtr typedef (defined in nav2::LifecycleNode)nav2::LifecycleNode
~LifecycleNode() (defined in nav2::LifecycleNode)nav2::LifecycleNodeinlinevirtual
~RouteServer()=defaultnav2_route::RouteServer