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-05-05 02:03:03 +08:00
|
|
|
source /hesai_ws/install/setup.bash && ros2 launch /root/launch/hesai.launch.py
|