Robotics StackExchange | Archived questions

Gazebo models for Servos.

Hello,

I wold like to model something in gazebo that uses servos, specifically Dynamixel XL-320 servos.

If I wanted to create a gazebo model, of a structure, such as a quadruped leg, built with servos, where should I start from?

Any ideas/help/recommendations greatly appreciated,

Can

Asked by altineller on 2020-02-23 06:22:03 UTC

Comments

Are you using ROS to control the robot? Do you want to know how to built model that moves as if it had servomotors?

Asked by kumpakri on 2020-02-27 05:13:20 UTC

yes, this is what I would like, exactly. I am also wondering if there are premade models for known servos.

Asked by altineller on 2020-02-28 07:13:38 UTC

Not so much models for servos, but you can load a joint controller that moves your joint into a specified position. The joint is not visible, the controller is not visible. The two links you connect by this joint just moves with respect to each other as if there was a servomotor. You can create mesh that looks like your motor but that does not have any function other than the visuals.

Asked by kumpakri on 2020-02-28 10:10:10 UTC

Answers