mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
moved msg files
This commit is contained in:
parent
e38d0c27bd
commit
9980e44821
4
msg/actuator_controls_0.msg
Normal file
4
msg/actuator_controls_0.msg
Normal file
@ -0,0 +1,4 @@
|
||||
uint8 NUM_ACTUATOR_CONTROLS = 8
|
||||
uint8 NUM_ACTUATOR_CONTROL_GROUPS = 4
|
||||
uint64 timestamp
|
||||
float32[8] control
|
||||
@ -104,7 +104,8 @@ type_map = {'int8': 'int8_t',
|
||||
'uint32': 'uint32_t',
|
||||
'uint64': 'uint64_t',
|
||||
'float32': 'float',
|
||||
'bool': 'bool'}
|
||||
'bool': 'bool',
|
||||
'fence_vertex': 'fence_vertex'}
|
||||
|
||||
# Function to print a standard ros type
|
||||
def print_field_def(field):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user