PX4-Autopilot/docs/en/msg_docs/PurePursuitStatus.md
Hamish Willee eb72925045
Docs Metadata updates (#24929)
* Failsafe metadata update

* docs: update module reference metadata

* docs: update parameter reference metadata

* docs: metadata: update uORB graph JSONs

* uorb message metadata updates

* Add new uorb topics to sidebar

* Remove uorb topics that no longer exist

* fix up resulting docs links

---------

Co-authored-by: PX4BuildBot <bot@pixhawk.org>
2025-05-28 12:23:02 +10:00

725 B

PurePursuitStatus (UORB message)

source file

uint64 timestamp # time since system start (microseconds)

float32 lookahead_distance   # [m] Lookahead distance of pure the pursuit controller
float32 target_bearing       # [rad] Target bearing calculated by the pure pursuit controller
float32 crosstrack_error     # [m] Shortest distance from the vehicle to the path (Positiv: Vehicle is on the right hand side with respect to the oriented path vector, Negativ: Left of the path)
float32 distance_to_waypoint # [m] Distance from the vehicle to the current waypoint
float32 bearing_to_waypoint  # [rad] Bearing towards current waypoint