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
|
2024-06-03 10:53:18 +08:00
|
|
|
export CYCLONEDDS_URI='<CycloneDDS><Domain><General><Interfaces>
|
2024-10-01 05:38:26 +08:00
|
|
|
<NetworkInterface name="enx00e04c006390" priority="default" multicast="default" />
|
2024-06-03 10:53:18 +08:00
|
|
|
</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
|