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

Install ROS Groovy alongside Boost 1.55

asked 2014-06-04 14:31:06 -0500

sanchises gravatar image

Hi,

I'm trying to install ROS Groovy (but the error also exists with Hydro), but it won't install unless I uninstall my new version of Boost. However, I also want to use the newer Boost library, since only the latest version supports the algorithm I use. I tried apt-get install, which complained that I held broken packages, and aptitude install, which simply stated that I should remove the new Boost version and let it uninstall the old one.

Any way I can still install ROS with a newer version of Boost?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2014-06-04 14:35:04 -0500

ahendrix gravatar image

The key issue here is that different versions of boost can't be installed side-by-side, and the ROS binaries depend on the older version of Boost. See this question for a more detailed explanation.

You can use ROS, but you'll have to compile it from source.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-06-04 14:31:06 -0500

Seen: 546 times

Last updated: Jun 04 '14