Search found 3 matches
- Fri Dec 01, 2023 5:46 am
- Forum: OpenSim
- Topic: How to use the BodyActuator?
- Replies: 1
- Views: 514
How to use the BodyActuator?
I want to apply 6d forces/torques on a body using the BodyActuator in C++. Usually, when applying forces through i.e. the PointActuator or the CoordinateActuator, I would use the PrescribedController and the function prescribeControlForActuator() to generate a force to be applied. However, the docum...
- Sat Nov 18, 2023 2:58 am
- Forum: OpenSim
- Topic: Copying Actuator forces from one model to another leads to unreasonable results
- Replies: 2
- Views: 696
Re: Copying Actuator forces from one model to another leads to unreasonable results
Thank you for your reply! I'm not familiar with the project on SimTK you used for task based control. Do you know if that also applies constant forces between each time step, or if it's just printing out the forces at each time step whether or not they were constant? This can also accumulate errors....
- Mon Oct 23, 2023 7:44 am
- Forum: OpenSim
- Topic: Copying Actuator forces from one model to another leads to unreasonable results
- Replies: 2
- Views: 696
Copying Actuator forces from one model to another leads to unreasonable results
Hello, I want to analyze, how a certain model behaves with and without external forces. First, I generate a movement without external loads by using the TaskSpace planner https://simtk.org/projects/task-space. I use the TaskBasedTorqueController, which uses CoordinateActuators on each joint to gener...