how to make a controller which can track trajectory
how to make a controller which can track trajectory
I have made an exoskeleton model which can be worn on the thigh and pelvis. It can help patient lift his thigh. Through inverse kinematics, I got the data recording how joint angle changes with time. I want the exoskeleton servo motor to follow this curve and adjust the PID. what should I do? Are there any specific examples about this?
Tags:
- Carmichael Ong
- Posts: 401
- Joined: Fri Feb 24, 2012 11:50 am
Re: how to make a controller which can track trajectory
There's a ControllerExample provided in the OpenSim repository: https://github.com/opensim-org/opensim- ... xample.cpp
Looks like it might just be PD but could be a good place to start.
Looks like it might just be PD but could be a good place to start.