Skip to content

Commit

Permalink
feat(vda5050_msgs): mapping rules for Action & InstantActions
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-boeker-node-robotics committed Sep 20, 2023
1 parent 65bec96 commit e3aa5ee
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions vda5050_msgs/vda5050_msgs_mapping_rules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
-
ros1_package_name: 'vda5050_msgs'
ros1_message_name: 'InstantActions'
ros2_package_name: 'vda5050_msgs'
ros2_message_name: 'msg/InstantActions'
fields_1_to_2:
headerId: 'header_id'
timestamp: 'timestamp'
version: 'version'
manufacturer: 'manufacturer'
serialNumber: 'serial_number'
instantActions: 'instant_actions'
-
ros1_package_name: 'vda5050_msgs'
ros1_message_name: 'Action'
ros2_package_name: 'vda5050_msgs'
ros2_message_name: 'msg/Action'
fields_1_to_2:
actionType: 'action_type'
actionId: 'action_id'
actionDescription: 'action_description'
blockingType: 'blocking_type'
actionParameters: 'action_parameters'
NONE: 'NONE'
SOFT: 'SOFT'
HARD: 'HARD'

0 comments on commit e3aa5ee

Please sign in to comment.