Hi, When I use speedj, the shoulder and lebow joint speed can not exceed 0.2rad/second.For example:If give the followed command to the robot, it works well.qd = [0, 0, 0.2, 0, 0, 0]t_min = 5a = 0.2robot.speedj(qd, a, t_min)While the followed command is given to the robot, the elbow joint will move at the speed of 0.205rad/second.qd = [0, 0, 0.4, 0, 0, 0]t_min = 4a = 0.4robot.speedj(qd, a, t_min)Please help th find what happended.Thanks a lot.
When I use speedj, the shoulder and lebow joint speed can not exceed 0.2rad/second.
For example:
If give the followed command to the robot, it works well.
a = 0.2
While the followed command is given to the robot, the elbow joint will move at the speed of 0.205rad/second.
qd = [0, 0, 0.4, 0, 0, 0]
a = 0.4
Please help th find what happended.
Thanks a lot.