安装websocket

cd catkin_ws/src
git clone https://github.com/zaphoyd/websocketpp.git
mkdir build 
cd build/
cmake ..
make .
make ..
sudo make install

 

你可能感兴趣的:(ROS)