applying a force to a rigid body
Hi all, I'm trying to write a controller for a robot that is modelled as a rigid body. In particular the robot is made by several link connected through fixed joints. I would like to apply a simple force along one of the axis to the main link of the robot. I tried to look at the erratic controller but i just found a way to apply velocity to the joints connected to the wheels. Is there a way to apply a force to a link?
thanks for your help!
EDIT: I'm working with gazebo and I would like to apply a force when a certain key is pushed (I already have implemented the teleoperation module). Is it possible to apply both an impulsive force and a continuos force?