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

multiple distributions on a single system

asked 2012-01-10 17:30:01 -0500

kshitij gravatar image

updated 2016-10-24 09:03:02 -0500

ngrennan gravatar image

I installed ROS Electric, however I read that ROS Diamondback has an enhanced support as far as 2D/3D visualization and Kinect are concerned (that I require).

Can I install Diamondback on the same system (I'm using an Ubuntu 11.10 based PC) or should I just install the additional packages that are in Diamondback?

(My concern being any duplicity resulting in errors on having 2 distributions.)

Thanks

edit retag flag offensive close merge delete

Comments

Where did you read about Diamondback being better for your uses? I use some kinect stuff and have only found improvement with Electric over Diamondback. Be sure you weren't just reading something discussing the time before Electric was released.
Murph gravatar image Murph  ( 2012-01-11 05:01:11 -0500 )edit
^That was probably the case. Thanks.
kshitij gravatar image kshitij  ( 2012-01-18 03:18:34 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-01-10 17:51:36 -0500

ahendrix gravatar image

If you are installing from debian packages, installing multiple distributions is supported; simply install the packages from the distribution you're interested in.

That said, you cannot mix debian packages from different distributions, due to binary incompatibility, and nodes from different distributions are often unable to communicate with one another, due to changes in message formats.

As a side note, I would be surprised if Diamondback has better 2D/3D visualization tools. What in particular were you looking at?

edit flag offensive delete link more

Comments

As @ahendrix says, you can install as many distributions as you like. To avoid mixing packages, be careful to set `$ROS_HOME` and `$ROS_PACKAGE_PATH` appropriately. See also: http://answers.ros.org/question/2491/upgrading-from-diamondback-to-electric-problems
joq gravatar image joq  ( 2012-01-11 02:56:20 -0500 )edit

Question Tools

Stats

Asked: 2012-01-10 17:30:01 -0500

Seen: 690 times

Last updated: Jan 10 '12