Gazebo | Ignition | Community
Ask Your Question

ad34's profile - activity

2015-04-10 18:10:28 -0500 received badge  Student (source)
2013-02-20 16:00:18 -0500 received badge  Notable Question (source)
2013-02-20 16:00:18 -0500 received badge  Famous Question (source)
2012-12-18 10:57:27 -0500 received badge  Popular Question (source)
2012-10-24 06:46:51 -0500 received badge  Editor (source)
2012-10-24 03:04:49 -0500 asked a question World camera: impossible to change its initial position in Gazebo with ROS Fuerte

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 :

http://answers.ros.org/question/39862/gazebo-initial-view-of-world-my-renderinggui-fltk-tag-is-not-working/

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.