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

no such option --rosdep-install

asked 2012-07-09 07:56:43 -0500

yglee gravatar image

Hi all,

I am attempting to install the source code modifiable version of VSLAM. I need to run "rosmake --rosdep-install vslam_system" and it fails with this error yglee@yglee-VirtualBox:~/ros_workspace/VSLAMDIR$ rosmake --rosdep-install vslam_system Usage: rosmake [options] [PACKAGE]...

rosmake: error: no such option: --rosdep-install

I have rosdep downloaded via pip and easy_install (I tried both just incase). Does anyone know why rosmake doesn't find the option rosdep?

Thanks,

Grace

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-07-09 08:04:04 -0500

Internal use of rosdep inside rosmake was removed in ROS Fuerte (see REP 125)

You'll now have to use

rosdep install PACKAGE
rosmake PACKAGE
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-07-09 07:56:43 -0500

Seen: 1,408 times

Last updated: Jul 09 '12