Hello,
I'm new to Gazebo. I'm using Gazebo 1.0.2 with ROS fuerte on Ubuntu 10.04 LTS.
I am trying to change the initial world camera position in Gazebo but I'm facing the same issue described in this topic :
When I'm launching Gazebo using the command :
$ roslaunch gazebo_test1 test1.launch
I noticed the Warnings :
Warning [parser.cc:348] Gazebo SDF has no gazebo element
namespace error : Namespace prefix rendering on gui is not defined '<'rendering:gui'>'
namespace error : Namespace prefix rendering on ogre is not defined '<'rendering:ogre'>'
Warning [parser.cc:245] DEPRECATED GAZEBO WORLD FILE On July 1st, 2012, this formate will no longer by supported Convert your files using the gzsdf command line tool You have been warned!
These warnings can explain my issue. It seems that my syntax is quite old but it's the same syntax that the one provided with gazebo examples in ROS.
Do you know where I can find the latest syntax or How I could solve this problem ?
Thanks in advance.