CycloneDDS
Installation
sudo apt-get install git cmake gccgit clone https://github.com/eclipse-cyclonedds/cyclonedds -b releases/0.10.x
cd cyclonedds && mkdir build install && cd build
cmake -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=$HOME/Documents/GitHub/cyclonedds/install ..
cmake --build . --target installCycloneDDS config
for Unitree Simulation (Gazebo or Isaac Sim)
cd cyclonedds
vi cyclonedds.xml<CycloneDDS>
<Domain>
<General>
<Interfaces>
<NetworkInterface address="127.0.0.1" priority="default" multicast="default" />
</Interfaces>
</General>
<Discovery>
<MaxAutoParticipantIndex>200</MaxAutoParticipantIndex>
</Discovery>
</Domain>
</CycloneDDS>Last updated
Was this helpful?