Go2Py_SIM/deploy/docker/scripts/bridge_start.sh

7 lines
450 B
Bash
Raw Normal View History

2024-02-12 09:43:59 +08:00
source /opt/ros/humble/setup.bash
source /unitree_ros2/cyclonedds_ws/install/setup.bash
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
export CYCLONEDDS_URI='<CycloneDDS><Domain><General><Interfaces>
<NetworkInterface name="eth0" priority="default" multicast="default" />
</Interfaces></General></Domain></CycloneDDS>'
2024-06-24 05:16:35 +08:00
source /bridge_ws/install/setup.bash && ros2 launch /root/launch/bridge.launch.py