2018-06-12 06:22:23 -03:00
|
|
|
# Waypoint Trajectory description. See also Mavlink TRAJECTORY msg
|
|
|
|
# The topic trajectory_waypoint describe each waypoint defined in vehicle_trajectory_waypoint
|
2018-03-31 08:43:24 -03:00
|
|
|
|
2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2018-03-31 08:43:24 -03:00
|
|
|
|
2018-06-12 06:22:23 -03:00
|
|
|
float32[3] position
|
|
|
|
float32[3] velocity
|
|
|
|
float32[3] acceleration
|
|
|
|
float32 yaw
|
|
|
|
float32 yaw_speed
|
2018-03-31 08:43:24 -03:00
|
|
|
|
2018-06-12 06:22:23 -03:00
|
|
|
bool point_valid
|
2019-06-24 17:15:34 -03:00
|
|
|
uint8 type
|