mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 11:07:36 +08:00
Copy implementation
Add msgs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# SOARING CONTROLLER POSITION SETPOINT
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
float32[3] pos # position in ENU frame
|
||||
float32[3] vel # velocity in ENU frame
|
||||
float32[3] acc # acceleration in ENU frame
|
||||
float32[3] f_command # force command inside controller
|
||||
float32[3] m_command # moment command inside controller
|
||||
float32[3] w_err # rotation vector to target pose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user