Skip to content
Snippets Groups Projects
Commit 9980e448 authored by Thomas Gubler's avatar Thomas Gubler
Browse files

moved msg files

parent e38d0c27
No related branches found
No related tags found
No related merge requests found
File moved
File moved
uint8 NUM_ACTUATOR_CONTROLS = 8
uint8 NUM_ACTUATOR_CONTROL_GROUPS = 4
uint64 timestamp
float32[8] control
File moved
File moved
......@@ -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):
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment