add changing control mode of heartbeat through service
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# bitmask for control:
|
||||
# bit 0: actuator
|
||||
# bit 1: body rate
|
||||
# bit 2: attitude
|
||||
# bit 3: acceleration
|
||||
# bit 4: velocity
|
||||
# bit 5: position
|
||||
|
||||
int32 control # control bitmask
|
||||
---
|
||||
int8 status # status of operation
|
||||
Reference in New Issue
Block a user