ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi!! Since you have cloned the repository from github, so you have that package. Follow the following steps, you can build package without error,
catkin_create_pkg <pkg_name> roscpp
catkin_make --pkg <pkg_name>
Let me know if it does not work.
Thank You.