mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
remove unnecessary type in msg.h template
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user