set(COMMUNICATION UDP) # UDP set(COMMUNICATION ROS) # ROS
Comment the first line and uncomment the second line
cd src/z1_controller/ mkdir build && cd build cmake ../ && make
source ./devel/setup.bash
docker pull entao2000/spot_simulation
docker run --name spot_test -it -v `pwd`/rootfs:/root/rootfs -p 5901:5901 -p 6080:6080 -p 8888:8888 entao2000/spot_simulation
Then, Clone z1_controller and arm_control repository into the src folder, and follow steps from 1 to 6