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

I have an another way around for installing dependencies using rosinstall_generator

  • [rosinstall_generator <pkg_name> --deps --exclude RPP > <pkg_name>.rosinstall]{this will create a rosinstall file with all uninstlled dependencies listed}
  • [rosinstall src/ <pkg_name>.rosinstall]{this will install the packages mentioned in the rosinstall file}

nb: Do this in the catkin root directory