forked from chiyu1468/AirTrapMine
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
284 B
YAML
9 lines
284 B
YAML
|
5 months ago
|
# This file defines mappings between ROS 1 and ROS 2 interfaces.
|
||
|
|
# It is used with the ros1_bridge to allow for communcation between ROS 1 and ROS 2.
|
||
|
|
|
||
|
|
-
|
||
|
|
ros1_package_name: 'mavros_msgs'
|
||
|
|
ros1_message_name: 'VFR_HUD'
|
||
|
|
ros2_package_name: 'mavros_msgs'
|
||
|
|
ros2_message_name: 'VfrHud'
|