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

Revision history [back]

click to hide/show revision 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,

  1. catkin_create_pkg <pkg_name> roscpp
  2. Go to src folder in that package
  3. Paste the packages you downloaded from github.
  4. now, catkin_make --pkg <pkg_name>

Let me know if it does not work.

Thank You.