-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply External Force to Robot Feature #19
Comments
Nice that you are looking into it. Please create a detailed specification and submit a (C++) proposal. I will then review it before we officially release it. |
Well, as far as I understand the simulation bridge, one need to add new input ports (e.g.. "in_externalForce_LElb") for each robot link which expects to read our realtime-type "Force". Both ways a user can specify an external force for each link in each time step. |
i think we should not do it inside the robot simulation component |
this is related to #22 |
I just added a component "GazeboForceTorqueExerter" into our cosima-projected-dynamics repo and provide a simple example in the ops file https://github.com/cogimon/cosima-projected-dynamics/blob/master/ops/SimpleKDLExample.ops |
In the Gazebo-Gui one can easily apply external forces to specific robot-links.
How can we apply external forces automatically by an orocos component in simulation?
Please extend the gazebo/robot-sim interface.
We discussed this feature already 12 month ago. It is highly necessary to simulate human-like disturbances as we will need for the two cogimoin scenarios "human-coman carrying a table" and "dual-kuka setup manipulation tasks"
The text was updated successfully, but these errors were encountered: