ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

Gazebo Irobot model "explodes"

asked 2012-05-31 11:40:19 -0500

dkleszyk gravatar image

I am new to ROS, having just installed the software yesterday. Today I started working with Gazebo to try and run some simulations. The specific platform I am trying to simulate is the iRobot create. I used rosinstall to add the required packages from aptima-ros-pkg and ua-ros-pkg as outlined here. I created the urdf file by performing

`rospack find xacro`/xacro.py `rospack find irobot_create_description`/urdf/create.urdf.xacro > ~/ros_workspace/robot.urdf

I then proceeded to try to insert the model an empty world using roslaunch and rosrun, but chaos ensued (apologies for the poor video quality).

The output from the terminal I was running Gazebo in is

Warning [Param.cc:314] Parameter [xyzOffsets] is not a vector3, try parsing Warning [Param.cc:314] Parameter [rpyOffsets] is not a vector3, try parsing Dbg plugin model name: robot1 gzclient: /tmp/buildd/ros-fuerte-visualization-common-1.8.4/debian/ros-fuerte-visualization-common/opt/ros/fuerte/stacks/visualization_common/ogre/build/ogre_src_v1-7-3/OgreMain/src/OgreNode.cpp:413: virtual void Ogre::Node::setPosition(const Ogre::Vector3&): Assertion !pos.isNaN() && "Invalid vector supplied as parameter"' failed. /opt/ros/fuerte/stacks/simulator_gazebo/gazebo/scripts/gui: line 2: 4751 Abortedrospack find gazebo/gazebo/bin/gzclient -grospack find gazebo`/lib/libgazebo_ros_paths_plugin.so [gazebo_gui-2] process has died [pid 4748, exit code 134, cmd /opt/ros/fuerte/stacks/simulator_gazebo/gazebo/scripts/gui __name:=gazebo_gui __log:=/home/dkleszyk/.ros/log/8123d130-ab61-11e1-a507-00216a4e4e76/gazebo_gui-2.log]. log file: /home/dkleszyk/.ros/log/8123d130-ab61-11e1-a507-00216a4e4e76/gazebo_gui-2*.log

I saw an earlier Q&A that suggested commenting out cannonicalBody in the urdf file, but this did not solve the issue.

I am running ROS fuerte on Ubuntu 11.10. Any suggestions as to why the model would act like this?

Thanks in advance!

edit retag flag offensive close merge delete

Comments

A similar explosion occurs for me, when running the erratic teleop in wg_collada.world . The difference is that gazebo explodes only when I run the robot into the wall.

phil0stine gravatar image phil0stine  ( 2012-06-29 05:38:29 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-11-29 20:39:06 -0500

Jordi Pages gravatar image

We encountered the same problem, i.e. Gazebo exploding just right after initializing with the reported error

gzserver: /tmp/buildd/ros-fuerte-visualization-common-1.8.4/debian/ros-fuerte-visualization-common/opt/ros/fuerte/stacks/visualization_common/ogre/build/ogre_src_v1-7-3/OgreMain/src/OgreNode.cpp:413: virtual void Ogre::Node::setPosition(const Ogre::Vector3&): Assertion `!pos.isNaN() && "Invalid vector supplied as parameter"' failed.

The crash appeared when including the stereo camera in the URDF of the REEM humanoid (https://github.com/pal-robotics) in Fuerte. The solution in our case was to increase the inertia matrix of the link in which the camera is mounted on.

edit flag offensive delete link more
0

answered 2012-06-01 11:28:17 -0500

John Nagle gravatar image

The physics engine went unstable for a situation that simple?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-31 11:40:19 -0500

Seen: 1,072 times

Last updated: Nov 29 '12