Gazebo | Ignition | Community
Ask Your Question
1

how to solve these errors :[ModelDatabase.cc:290]

asked 2013-02-24 22:40:19 -0500

lugd1229 gravatar image

updated 2013-02-25 12:15:47 -0500

when I run gazebo, the errors appear:

1\Error [ModelDatabase.cc:290] Unable to parse manifest.xml for model[http://gazebosim.org/models/doublependulumwithbase] 2\ Error [ModelDatabase.cc:290] Unable to parse manifest.xml for model[http://gazebosim.org/models/kitchendining] 3\ gazebo: /usr/include/boost/smartptr/sharedptr.hpp:418: T* boost::shared_ptr<t>::operator->() const [with T = gazebo::common::NumericAnimation]: Assertion `px != 0' failed.

why appear these? how to solve it?

edit retag flag offensive close merge delete

Comments

bit-pirate gravatar imagebit-pirate ( 2013-02-26 19:17:04 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2013-03-07 21:12:14 -0500

nkoenig gravatar image

manifest.xml files are being deprecated, and replaced with model.config. We are doing this to remove naming conflicts with ROS. New models in the database will not have manifest.xml files. So the solution to your problem is to upgrade Gazebo.

edit flag offensive delete link more

Comments

Am I assuming right that the update to 1.5 for ROS Groovy users will solve this issue?

bit-pirate gravatar imagebit-pirate ( 2013-03-08 04:46:26 -0500 )edit
0

answered 2013-02-25 13:36:53 -0500

pablogaralv gravatar image

I suppose that this errors occurs because in the newest version of Gazebo, the manifest.xml has a different structure and your parser (as mine, probably 1.3) is deprecated to parse this manifest.xml.

I hope you understand me, sorry for my English. Cheers.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-24 22:40:19 -0500

Seen: 3,429 times

Last updated: Mar 07 '13