Gazebo | Ignition | Community
Ask Your Question
0

Object falls off through ground plane instead of resting on it, when spawned in Gazebo

asked 2017-07-24 14:29:11 -0600

Sam6 gravatar image

Hello, I am new to Gazebo/ROS and I am trying to spawn an object in Gazebo. I imported the .stl file through urdf and resized it (since the imported model was huge). After rescaling, I used the model editor to save the model.sdf and model.config files. Now when I use this model.sdf to spawn the object in gazebo using rosrun gaze_ros spawn_model -sdf command, it falls off through the ground plane instead of resting on it.

Also, if I use the urdf file to spawn the object, the model keeps on floating.

Could anybody please let me know what the problem could be? Is this because of the way in which the model is exported to .stl?

Below is the link to the model.sdf file: C:\fakepath\model.sdf

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-07-25 10:10:15 -0600

Sam6 gravatar image

Hello, I figured out the solution for object falling off through the ground plane. Basically in my model.sdf, I had resized the scale only for the visual and not for collision element. Now, I added the same scale to the collision element as well and it does collide with the ground plane. Following is the modified model.sdf : C:\fakepath\model.sdf

But, I am still facing the problem that the object keeps on floating and moving indefinitely.

edit flag offensive delete link more

Comments

1

it sounds like bad inertial values. The default values don't always work. The first thing to try is use realistic values.

iche033 gravatar imageiche033 ( 2017-08-01 19:57:10 -0600 )edit

Thanks a lot! Bad inertial value was indeed the problem. I changed the default values to the ones provided in solidworks and the part perfectly rests on ground now!

Sam6 gravatar imageSam6 ( 2017-08-07 12:38:03 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-07-24 14:29:11 -0600

Seen: 4,638 times

Last updated: Jul 25 '17