mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
9 lines
453 B
Plaintext
9 lines
453 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32 desired_speed # [m/s] Rover desired ground speed
|
|
float32 lookahead_distance # [m] Lookahead distance of pure the pursuit controller
|
|
float32 heading_error # [deg] Heading error of the pure pursuit controller
|
|
float32 pid_throttle_integral # [-1, 1] Integral of the PID for the normalized throttle to control the rover speed during missions
|
|
|
|
# TOPICS rover_ackermann_guidance_status
|