mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
also add dependency on control allocation parameter CA_R_REV Differential Drive Guidance: Added mission logic Differential Drive Guidance Differential Drive Guidance Differential Guidance: Inlcude library Differential Guidance: Compiles, does not work though Differential Guidance: Works somewhat Differential Guidance: Temp Differential Guidance: Tuning Differeital Drive Guidance: Remove waypoint mover Differential Guidance: Fixed accuracy issue by converting from float to double Differential Guidance: rebased on differentialdrive and improved waypoint accuracy Temp Differential Guidance: cleanup temp
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32 speed # [m/s] collective roll-off speed in body x-axis
|
|
float32 yaw_rate # [rad/s] yaw rate
|
|
|
|
# TOPICS feed_forward_differential_drive_setpoint closed_loop_differential_drive_setpoint
|