Robotics StackExchange | Archived questions

How is the dynamics controlled in ur5_gazebo simulation ?

I'm using the package found here This is a gazebo simulation of the ur5 robot which is controlled with the MoveIt! library. How is the dynamics managed in this simulation? How can I apply a particular force with the end effector ?

Asked by mewbot on 2018-10-30 07:55:33 UTC

Comments

Answers

How is the dynamics managed in this simulation?

Gazebo is used to run the dynamics simulation.

How can I apply a particular force with the end effector ?

There is no direct support for this, so you'll have to write a controller (or find one) that lets you control Cartesian EEF forces and torques.

As ur_gazebo uses ros_control, a ros_control compatible controller would be preferable.

Asked by gvdhoorn on 2018-10-30 13:39:33 UTC

Comments