ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
did you tried checking the dependencies before catkin_make?
rosdep install --from-paths src --ignore-src --rosdistro indigo -y
2 | No.2 Revision |
did you tried checking the dependencies before catkin_make?catkin_make? for example,
rosdep install --from-paths src --ignore-src --rosdistro indigo -y
3 | No.3 Revision |
did you tried checking the dependencies before catkin_make? for example,
rosdep install --from-paths src --ignore-src --rosdistro indigo -y
another option is to create another worskpace and clone only the gps driver there.
EDIT: Added second part from the comments.