Re: [ros-users] rosdep install turtle_teleop failed on OS X

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: ros-users
Subject: Re: [ros-users] rosdep install turtle_teleop failed on OS X

I had the same problem, but I'm running Kubuntu 10.10. For my surprise, the
solution was pretty straghtforward. First I did

$ rosdep install rxtools

because turtle_teleop was giving me this headache. Then I continued with the
following command

$ rosmake turtle_teleop roscpp_tutorials rospy_tutorials rxtools

and I received this message:

>> rosdep check failed to find system dependencies: Did not detect packages:
>> ['flex', 'libusb-dev', 'bison', 'joystick', 'python-bluez',
>> 'libbluetooth-dev']


I installed all of them by hand, using the good old apt-get and then I ran
again

$ rosmake turtle_teleop roscpp_tutorials rospy_tutorials rxtools

and everything was fine.

--
View this message in context: http://ros-users.122217.n3.nabble.com/rosdep-install-turtle-teleop-failed-on-OS-X-tp1648086p1811099.html
Sent from the ROS-Users mailing list archive at Nabble.com.