Public Member Functions | |
WaypointWithTime () | |
WaypointWithTime (double t, float x, float y, float z, float _yaw) | |
Public Attributes | |
Eigen::Vector3d | position |
double | waiting_time |
double | yaw |
Definition at line 40 of file waypoint_publisher_file.cpp.
WaypointWithTime::WaypointWithTime | ( | ) | [inline] |
Definition at line 42 of file waypoint_publisher_file.cpp.
WaypointWithTime::WaypointWithTime | ( | double | t, |
float | x, | ||
float | y, | ||
float | z, | ||
float | _yaw | ||
) | [inline] |
Definition at line 46 of file waypoint_publisher_file.cpp.
Eigen::Vector3d WaypointWithTime::position |
Definition at line 50 of file waypoint_publisher_file.cpp.
Definition at line 52 of file waypoint_publisher_file.cpp.
double WaypointWithTime::yaw |
Definition at line 51 of file waypoint_publisher_file.cpp.