ROS nodes we can reuse between project packages.
This package targets ROS Kinetic.
- Open a console and source your catkin workspace.
- Change directory to
your_catkin_workspace/src
- Run
git clone --recurse-submodules https://github.com/iscumd/SharedROSNodes.git
- Change directory to the root of your workspace (if you're in
your_catkin_workspace/src
, runcd ..
). - Run
rosdep install --from-paths src --ignore-src -r -y
to install the packages' dependancies. - Run
catkin_make
to build the packages.
If you are getting "Permission denied" errors when trying to connect to the Roboteq, add yourself to the dialout
group with sudo adduser your_user_name dialout
and log off and on again.