creating a force object custom controller

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
arun ramakrishnan
Posts: 8
Joined: Sat Nov 15, 2008 6:46 pm

creating a force object custom controller

Post by arun ramakrishnan » Wed Jun 22, 2011 8:18 am

what force can i attach to a body so that i can modify it within a custom_controller class.

User avatar
Ayman Habib
Posts: 2248
Joined: Fri Apr 01, 2005 12:24 pm

RE: creating a force object custom controller

Post by Ayman Habib » Fri Jun 24, 2011 3:43 pm

Hi Arun,

What are you trying to accomplish, the force type should be a function of what you want applied (e.g. BodyForce, PointForce, Torque, .. etc.) since it has to have a control, it should be a subclass of Actuator. I'd suggest you consult the doxygen documentation and find what fits you best and let us know if you have any questions.

Best regards,
-Ayman

POST REPLY