#include <navigator_messages.h>
Data Fields | |
| int | autonomous |
| int | goal_set |
| carmen_point_t | goal |
| carmen_traj_point_t | robot |
| double | timestamp |
| char * | host |
Definition at line 62 of file navigator_messages.h.
|
|
Is the navigator actively moving the robot to the goal? This field should change to 0 whenever the navigator receives a stop message, and change to 1 whenever the navigator receives a go message. Definition at line 63 of file navigator_messages.h. |
|
|
Undefined if goal_set is 0 Definition at line 68 of file navigator_messages.h. |
|
|
Is there a current goal? Definition at line 67 of file navigator_messages.h. |
|
|
The current position of the robot. Definition at line 69 of file navigator_messages.h. |
1.4.4