mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 05:17:36 +08:00
f8188f0981
Improve the slow down effect and add support for speed change in mission mode. Seperate code related to turning setpoints into motor commands into its own folder and refactor code.
8 lines
382 B
Plaintext
8 lines
382 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32 lookahead_distance # [m] Lookahead distance of pure the pursuit controller
|
|
float32 heading_error_deg # [deg] Heading error of the pure pursuit controller
|
|
uint8 state_machine # Driving state of the rover [0: SPOT_TURNING, 1: DRIVING, 2: GOAL_REACHED]
|
|
|
|
# TOPICS rover_differential_guidance_status
|