Hello
I was able to build the motion model using the "prescribeMotionInModel.m" file.
Now I want to move the model to the desired coordinates. I mean when the model starts to move and lastly stops I want it to stop at the coordinates which I give to the model. What should I do ?
Thank you,
Hamed
model motion
- hamed kouchebaghi
- Posts: 47
- Joined: Thu Nov 14, 2019 12:11 pm
Re: model motion
hello,hamed1994 wrote: ↑Sat Oct 10, 2020 11:57 pmHello
I was able to build the motion model using the "prescribeMotionInModel.m" file.
Now I want to move the model to the desired coordinates. I mean when the model starts to move and lastly stops I want it to stop at the coordinates which I give to the model. What should I do ?
Thank you,
Hamed
I want to add a controller to the model which I mentioned above to control the arm motion. This is the all thing I want to do.
Since now I have been able to visualize the arm model and move it.
I'll be thankful for your help.
Thanks and Best,
Hamed
- hamed kouchebaghi
- Posts: 47
- Joined: Thu Nov 14, 2019 12:11 pm
Re: model motion
hellohamed1994 wrote: ↑Mon Oct 12, 2020 1:15 amhello,hamed1994 wrote: ↑Sat Oct 10, 2020 11:57 pmHello
I was able to build the motion model using the "prescribeMotionInModel.m" file.
Now I want to move the model to the desired coordinates. I mean when the model starts to move and lastly stops I want it to stop at the coordinates which I give to the model. What should I do ?
Thank you,
Hamed
I want to add a controller to the model which I mentioned above to control the arm motion. This is the all thing I want to do.
Since now I have been able to visualize the arm model and move it.
I'll be thankful for your help.
Thanks and Best,
Hamed
Could you help me with this please Mr. Uchida that what I should do?
thanks,
Hamed
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: model motion
It sounds like you need to add a controller to the model. See, for example, the PrescribedController class: https://simtk.org/api_docs/opensim/api_ ... oller.html.