Nav2 Navigation Stack - kilted  kilted
ROS 2 Navigation Stack
Public Attributes | List of all members
nav2_route::RouteRequest Struct Reference

An object to store salient features of the route request including its start and goal node ids, start and goal pose, and a flag to indicate if the start and goal poses are relevant. More...

#include <nav2_route/include/nav2_route/types.hpp>

Collaboration diagram for nav2_route::RouteRequest:
Collaboration graph
[legend]

Public Attributes

unsigned int start_nodeid
 
unsigned int goal_nodeid
 
geometry_msgs::msg::PoseStamped start_pose
 
geometry_msgs::msg::PoseStamped goal_pose
 
bool use_poses
 

Detailed Description

An object to store salient features of the route request including its start and goal node ids, start and goal pose, and a flag to indicate if the start and goal poses are relevant.

Definition at line 223 of file types.hpp.


The documentation for this struct was generated from the following file: