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

How to make jenkins uses ros-indigo-gazebo5-* instead of ros-indigo-gazebo-*?

asked 2016-04-11 20:05:23 -0500

JeongsooLim gravatar image

I removed existing ros-indigo-gazebo-* and installed ros-indigo-gazebo5-. However, when I uploaded my repository, I realized that jenkins uses default ros-gazebo package. How can I make jenkins uses ros-indigo-gazebo5-?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-11 23:51:14 -0500

ahendrix gravatar image

jenkins only uses the ROS repository, not the gazebo repository, so it can't find the ros-indigo-gazebo5-* packages.

The ros-indigo-gazebo5-* packages have the same ROS package names as the ros-indigo-gazebo-* packages, so they would collide if they were both installed at the same time.

At the time that ROS Indigo was released, Gazebo 2 was the current version of gazebo, and so that version was chosen as the standard version for ROS Indigo. Since Gazebo does not make their ROS packages installable side-by-side for different versions, the later versions of the gazebo-ros packages are not installable by default.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-11 20:05:23 -0500

Seen: 165 times

Last updated: Apr 11 '16