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

Can't run catkin make for Arlo packages

asked 2017-08-20 05:18:03 -0500

petherman gravatar image

updated 2017-08-20 05:33:51 -0500

I am receiving 'could not find a package configuration file provided by "PACKAGE_NAME" with any of the the following names' errors.

I am using Ubuntu 14.04 LTS on VMWare Workstation 12 Pro and ROS Indigo.

I have tried manually installing the packages but eventually i get to a package called "ceres" and can't progress any further.

I have also tried removing and reinstalling ROS Indigo and have not seen any results.

Edit: Sorry, my bad.

The arlo platform is a base for a robot. I am using the parallax propeller board micro controller https://www.parallax.com/product/arlo...

I'm trying to compile some packages from the indigo branch of this repository. https://github.com/chrisl8/ArloBot

Essentially the packages are turtlebot code rejigged for the propeller board

edit retag flag offensive close merge delete

Comments

We don't know what the "Arlo packages" are.

If you refer to something, please always include (a) link(s) to what you are referring to.

gvdhoorn gravatar image gvdhoorn  ( 2017-08-20 05:20:07 -0500 )edit

My bad, I have updated the description

petherman gravatar image petherman  ( 2017-08-20 05:34:10 -0500 )edit

Seeing as chrisl8/ArloBot has an issue tracker I would suggest you post your problem there. ROS Answers is a Q&A platform for (general) ROS questions about commonly used pkgs. Posting your question here is ok, but I expect that you'll get a more helpful answer from the pkg author than here.

gvdhoorn gravatar image gvdhoorn  ( 2017-08-20 05:49:28 -0500 )edit

And for any future questions you may post on ROS Answers: just stating "I'm receiving an error" and "I can't progress" is not really helpful. We can't see what you see (on your console), so just copy-paste error text verbatim into ..

gvdhoorn gravatar image gvdhoorn  ( 2017-08-20 05:50:49 -0500 )edit

.. your question please. Use the Preformatted Text button (the one with 101010 on it) to format such text properly.

gvdhoorn gravatar image gvdhoorn  ( 2017-08-20 05:51:27 -0500 )edit
gvdhoorn gravatar image gvdhoorn  ( 2017-08-20 09:13:59 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-02-24 11:05:48 -0500

ChrisL8 gravatar image

Hi there, I am the owner of the Arlo package. I am ChrisL8.

The solution is to add two more packages before running the install or cmake:

sudo apt install ros-kinetic-geodesy 
sudo apt install libceres-dev

I will go ahead and add those two packages to the install now.

Sorry for the slow response, I actually found this message while looking for the solution to the issue.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-08-20 05:18:03 -0500

Seen: 233 times

Last updated: Feb 24 '18