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>
|
|
|
|
<NetworkInterface name="eth0" priority="default" multicast="default" />
|
|
|
|
</Interfaces></General></Domain></CycloneDDS>'
|
2024-06-23 08:58:02 +08:00
|
|
|
source /bridge_ws/install/setup.bash && python3 /home/front-camera-publisher.py
|