remove unnecessary type in msg.h template

This commit is contained in:
Thomas Gubler 2014-12-08 15:48:44 +01:00
parent fe6663ad9a
commit afa835744c

View File

@ -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):