#include <types.h>
Public Member Functions | |
void | clear () |
bool | operator< (const WayPointNode &that) |
bool | operator== (const WayPointNode &that) |
art_msgs::WayPoint | toWayPoint (void) |
WayPointNode () | |
WayPointNode (const MapXY &point) | |
WayPointNode (const art_msgs::WayPoint &wp) | |
Public Attributes | |
int | checkpoint_id |
ElementID | id |
waypt_index_t | index |
bool | is_entry |
bool | is_exit |
bool | is_goal |
bool | is_lane_change |
bool | is_perimeter |
bool | is_spot |
bool | is_stop |
float | lane_width |
LatLong | ll |
MapXY | map |
WayPointNode::WayPointNode | ( | ) | [inline] |
WayPointNode::WayPointNode | ( | const MapXY & | point | ) | [inline] |
WayPointNode::WayPointNode | ( | const art_msgs::WayPoint & | wp | ) | [inline] |
void WayPointNode::clear | ( | void | ) | [inline] |
bool WayPointNode::operator< | ( | const WayPointNode & | that | ) | [inline] |
bool WayPointNode::operator== | ( | const WayPointNode & | that | ) | [inline] |
art_msgs::WayPoint WayPointNode::toWayPoint | ( | void | ) | [inline] |
Convert WayPointNode to WayPoint message.
float WayPointNode::lane_width |