How to make ROS Indigo work with Gazebo 4? [closed]
Hi,
I have been trying to make ROS Indigo work with Gazebo 4.0.0 so I installed a full desktop ROS (ros-indigo-desktop-full) first on a fresh Ubuntu 14.04.1 LTS (Trusty Tahr) and then installed Gazebo 4.0.0 (Online Install). Both seem to work fine by themselves but when I try to install:
sudo apt-get install ros-indigo-gazebo-ros-pkgs ros-indigo-gazebo-ros-control
I get the following error:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ros-indigo-gazebo-ros-control : Depends: gazebo2 but it is not going to be installed
Depends: libsdformat1 but it is not going to be installed
Depends: ros-indigo-gazebo-ros but it is not going to be installed
ros-indigo-gazebo-ros-pkgs : Depends: ros-indigo-gazebo-plugins but it is not going to be installed
Depends: ros-indigo-gazebo-ros but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
What could the problem be? Do I have to use a different version of Gazebo?
Thanks