mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
added return mode support, slew rates for actuators, new ackermann specific message, improved cornering slow down effect and fixed logging issue.
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32 throttle_setpoint # [-1, 1] Normalized throttle setpoint
|
|
float32 steering_setpoint # [-1, 1] Normalized steering setpoint
|
|
float32 actual_speed # [m/s] Rover ground speed
|
|
|
|
# TOPICS rover_ackermann_status
|