addem26 / ROM_Rehab_Control

Team 2 - Software for ROM Rehab Device
0 stars 0 forks source link

Generate Trajectories from ROM, Desired Velocity, and Reps Data #2

Open addem26 opened 3 years ago

addem26 commented 3 years ago

Currently looking into Minimum-Jerk trajectory generation. Issue is we want to follow a specified path that is going to be represented as a discretized version of the actual continuous path. Most algorithms cover PTP motion so might have to use some kind of interpolation.

chenxinencode commented 2 years ago

Can you update the relevant paper or docs?I find your code is very helpful and want to read it .

addem26 commented 2 years ago

@chenxinencode , sure! I can give a small update here. What part of the code base are you interested in? Also while I wait for your response I will hunt down the papers/textbooks I looked into for this project.

chenxinencode commented 2 years ago

Yes,I'm very interested,I am in the project of snake robot's path following,I have encountered the problem of convert the Sliding Mode Controller into code,So I want to find some code for reference.If you can update your code's relavent docs,I can better understand it.Thanks!