error spawning sdf models in gazebo under ROS groovy [closed]
Hi,
When trying to spawn a sdf model in Gazebo 1.2, I get the following errors:
Error [SystemPaths.cc:281] Unknown URI prefix[models/static_sphere.sdf]
Error [ModelDatabase.cc:219] Unable to download model[models/static_sphere.sdf]
Error [ModelDatabase.cc:391] Invalid model manifest file[/manifest.xml]
Error [World.cc:1201] Unable to read sdf file.
I am running Ubuntu 12.04 with ROS groovy, Gazebo 1.2.5.
I set up the variables with: source /path/gazebo-1.2/setup.sh
The paths in the manifest.xml file look like this:
gazebo gazebo_media_path="${prefix}"
gazebo plugin_path="${prefix}/lib"
Do I have to set up other path variables in the ROS package?
Thanks, Andrei