mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
remove unnecessary type in msg.h template
This commit is contained in:
parent
fe6663ad9a
commit
afa835744c
@ -104,8 +104,7 @@ type_map = {'int8': 'int8_t',
|
||||
'uint32': 'uint32_t',
|
||||
'uint64': 'uint64_t',
|
||||
'float32': 'float',
|
||||
'bool': 'bool',
|
||||
'actuator_controls': 'actuator_controls'}
|
||||
'bool': 'bool'}
|
||||
|
||||
# Function to print a standard ros type
|
||||
def print_field_def(field):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user