ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I couldn't make any of the above work correctly on RPi.

What worked for me was to clone roslint (http://wiki.ros.org/roslint) to my catkin workspace src folder using the git URL https://github.com/ros/roslint just like any other package and then I could successfully run catkin_make.

I had previously cloned nmea_navsat_driver to my src folder

Specifically

cd ~/ros_catkin_ws (or whereever your workspace is located)
cd src
git clone https://github.com/ros/roslint
cd ..
catkin_make