ball falling through ground instead of laying on ground plane
This should be easy, but I'm missing something obvious.
I'm trying to create a urdf file for a ball that that I can launch multiple times at different locations through roslaunch.
<node name="ball_1" pkg="gazebo_ros" type="spawn_model" args="-file $(find my_model/urdf/ball.urdf -urdf -x -1.2192 -y 2.56032 -z 0.0254 -s 0.0254 -c "green" -model ball_1" />
My attempt at urdf is :
I first tried without the gazebo tag, but in either case the ball gets added to the gazebo simulation, but then it is not visible . I can select the model "ball_1" in Gazebo, but the pose continues to go negative as if it fell through the ground plane.
The robot model is working as expected.
I'm running ROS jade under Ubuntu 14.04 with a separate gazebo5 install
Have you figured out what the problem was? If so, can you please submit it as an answer? I'm facing the same thing.
Hey, even I am facing the same issue. Let me know the solution if anyone of you have figured out