Nav2 Navigation Stack - jazzy  jazzy
ROS 2 Navigation Stack
Public Attributes | List of all members
nav2_collision_monitor::VelocityPolygon::SubPolygonParameter Struct Reference

Custom struc to store the parameters of the sub-polygon. More...

#include <nav2_collision_monitor/include/nav2_collision_monitor/velocity_polygon.hpp>

Collaboration diagram for nav2_collision_monitor::VelocityPolygon::SubPolygonParameter:
Collaboration graph
[legend]

Public Attributes

std::vector< Pointpoly_
 
std::string velocity_polygon_name_
 
double linear_min_
 
double linear_max_
 
double theta_min_
 
double theta_max_
 
double direction_end_angle_
 
double direction_start_angle_
 

Detailed Description

Custom struc to store the parameters of the sub-polygon.

Parameters
poly_The points of the sub-polygon
velocity_polygon_name_The name of the sub-polygon
linear_min_The minimum linear velocity
linear_max_The maximum linear velocity
theta_min_The minimum angular velocity
theta_max_The maximum angular velocity
direction_end_angle_The end angle of the direction(For holonomic robot only)
direction_start_angle_The start angle of the direction(For holonomic robot only)

Definition at line 83 of file velocity_polygon.hpp.


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