Robotics StackExchange | Archived questions

I have no idea how to move my robot in gazebo

I build my robot use urdf. when i was import it in rviz, it was spawn rightly. after i fixed my urdf file, and import it in gazebo, i can see my model is stand right like image

but if I click the 'play button' for move my model's joint. my robot is just fall down like this image description

I don't know what should I do please help me!!

Is it wrong in my urdf file? or other reason?

Asked by kangho on 2021-01-20 10:15:38 UTC

Comments

Answers

Hi,

You need to add ros_control to be able to move the robot arm. You can find in this tutorial some details about how to configure your robot with ros_control.

Regards

Asked by ahcorde on 2021-02-15 03:08:50 UTC

Comments

thanks!! I solved my problem! I resetting my robot's inertia data like this ixx:1 ixy:0 ixz:0 iyy:1 iyz:0 izz:1

Asked by kangho on 2021-02-15 08:24:59 UTC