Email id : [email protected]
- Calculate and plot position, velocity, and acceleration trajectories of driving your robot model from configuration q0 to configuration qf in joint space.
- Synchronize your 6 joints to start and end motion at the same time.
- Consider you have controller frequency of 20Hz. Calculate propagated error in end-effector position.
- Redefine synchronized trajectories for numerical control.
- Drive your robot model between 2 consequent points. (Solve polynomial)
- Solve polynomial constraining null value for initial and final acceleration passing through 4 consequent points.
This Assignment consists of main.py file which contains all the tasks (Tasks 1 to 6) as per the problem statement pdf (https://github.com/syedjameel/trajectory-planning/blob/trajectory_planning/Home%20Task%203.pdf)
- clone this branch : https://github.com/syedjameel/trajectory-planning.git
- go to ~/trajectory_planning folder
- In terminal run $ python3 main.py
In the main.py file at the end you can see the Tasks 1 to 6, you can just comment or run as it is all the tasks
Thanks for reading me.