This sdk is mainly used for communication between PC and main controller board. It also can be used in other PCs with UDP.
cd lcm-x.x.x
mkdir build
cd build
cmake ../
make
sudo make installmkdir build
cd build
cmake ../
makeRun examples with 'sudo' for memory locking.
- Run examples below examples/one_pc.
- Run lcm server examples/one_pc/multi_process/xxx.
sudo ./sdk_lcm_server_low- Build laikago_real in catkin workspace.
roslaunch laikago_real low_client.launch
rosrun laikago_real position_lcm_publisher- Use USB3.0->Ethernet for Mini-PC to extend Ethernet port.
- Configure IP address for each.
- Run examples/multi_pc/host on TX2.
- Run examples/multi_pc/slave on Mini-PC.