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

Package not found with roslocate.

asked 2016-04-08 15:33:16 -0500

VladR gravatar image

So I was trying to install form source and, as far as I understand from here I first need to run roslocate to find the source.

But I get:

odroid@odroid:~/ros_catkin_ws$ roslocate info ar_pose

Using ROS_DISTRO: jade

Not found via rosdistro - falling back to information provided by rosdoc

error contacting http://ros.org/doc/jade/api/ar_pose/s... :

HTTP Error 404: Not Found

error contacting http://ros.org/doc/jade/api/ar_pose/m... :

HTTP Error 404: Not Found

cannot locate information about ar_pose

I gather I could also install the package from source, but I want to be able to install it the "normal" way, using roslocate.

It seems like the URLs it pools are out of date (explainable, since I'm using ROS preinstalled on an OS image) but I wouldn't know exactly how to update them.

Thank you very much, Vlad R.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-09 13:54:44 -0500

ahendrix gravatar image

It looks like the files on the ROS servers that were used by roslocate don't exist any more, and therefore it is broken. I'm not sure which documentation recommends roslocate as the "normal" way of installing packages, but it should probably be updated.

It looks like the functionality that was provided by roslocate is now provided by rosinstall_generator: http://wiki.ros.org/rosinstall_generator and wstool.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-08 15:33:16 -0500

Seen: 166 times

Last updated: Apr 09 '16