Gazebo 4 - Ros Fuerte interaction ??
Hi!
I'm doing a Gazebo based simulator, I have some restrictions (I have to use Ros Fuerte), so I'm using Ubuntu 12 and Gazebo 4 (I saw here http://gazebosim.org/ that it was the last compatible with Ubuntu Precise).
I'm not able to generate any Ros topics from my cameras or other sensors, only see them using the gz topics: gzserver room.world --verbose gz topic -v /gazebo/default/camlensleft/leftcamera/image (I need to pass this to a ROS topic).
My question is, is there any way to interact between Ros Fuerte and Gazebo 4 or do I have to use the first version of Gazebo and rewrite my models and world?
Asked by Gradil on 2015-12-16 08:49:52 UTC
Answers
You can use ROS with Gazebo. Take a look at these tutorials.
Asked by nkoenig on 2015-12-16 13:08:01 UTC
Comments
yes i know that...my question was a bit more specific, ROS FUERTE and Gazebo 4. I think i can only use gazebo 1.0 with this version of ROS ...
Asked by Gradil on 2015-12-16 13:25:10 UTC
The second tutorial in the link I provided discusses ROS + Gazebo versions. Have you read through that tutorial and tried to get gazebo4 working with ROS Fuerte?
Asked by nkoenig on 2015-12-16 13:33:29 UTC
yes, I have gazebo4 installed and working standalone, I can also see the gazebo topics, however I cant create a working node that connects gazebo4 with ros. when I launch my node it starts a gazebo 1.0 server.
I need full integration for several sensors and actuators, the best solution is to update the rest of the system instead of using that old version Ros, the whole project will be up to date :).
Ros Indigo will be the solution :)
Asked by Gradil on 2015-12-16 13:43:03 UTC
Comments