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

Effects on upgrading to 12.04 LTS on ROS-related stuff

asked 2012-07-16 03:00:14 -0500

alfa_80 gravatar image

updated 2014-01-28 17:13:02 -0500

ngrennan gravatar image

I have 3 questions regarding upgrading Ubuntu version and its effect on ROS:

  1. If I upgrade from 10.04(LTS) to 12.04(LTS), will Electric be maintained or is it automatically upgraded to Fuerte?
  2. Will my developed nodes that run under Electric be working out of the box under Feurte?
  3. Is it wise to upgrade to 12.04 for ROS-dependent development?

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2012-07-16 03:22:26 -0500

Lorenz gravatar image
  1. ROS Electric is not released for Ubuntu 12.04. So I guess that an upgrade will remove your Electric installation. If not, it will be broken for sure and you'll have to uninstall it from hand.

  2. We didn't have too many issues. We had some minor issues with TF datatypes since tf::Vector3 and friends are different from the corresponding bullet data types now, i.e. tf data types and bullet data types cannot be mixed anymore. The fix was not much more than a simple search-and-replace in all files that threw compilation errors. All other problems we had were caused by the newer PCL version. I'd say if you don't heavily use PCL, the upgrade shouldn't break too much.

  3. I'd say it depends. If you still need Electric, I would wait with the upgrade. Otherwise, I would do it.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-07-16 03:00:14 -0500

Seen: 220 times

Last updated: Jul 16 '12