Skip to content

setup: install upbaord_ros package

Giovanni Bruno edited this page Apr 29, 2019 · 1 revision

Open a new terminal and go into your ROS workspace source folder, e.g. catkin_ws/src:
cd ~/catkin_ws/src
Clone this repo:
git clone https://github.com/gbr1/upboard_ros.git
Then make and install:
cd ..
catkin_make
catkin_make install

You have successfully installed this ROS package.

Clone this wiki locally