arjangupta / 6dof-rpi

6 DoF robotic arm controlled by a Raspberry Pi (control + kinematics)
2 stars 0 forks source link

Implement controller #3

Open arjangupta opened 1 year ago

arjangupta commented 1 year ago

As of now the sweep interval for all joints is 20 millisec, i.e., self.current_sweep_interval = 0.02. So there is no controller really.

When more than 1 joint needs to move (and suppose the joints need to sweep different angular distances), the controller matters because we want the joint with the bigger distance to move faster at first, then slow down near the end.