Home› Programming
Discussion
Back to discussions page
feng
Posts: 2 Recruit
Shoulder and elbow joint cannot exceed 0.2rad/second when useing speedj |
24 views
|
Answered | |
/ Most recent by bcastets
in Programming
|
1 comment |
in Programming
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.
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]
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 = 5
a = 0.2
a = 0.2
robot.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 = 4
a = 0.4
a = 0.4
robot.speedj(qd, a, t_min)
Please help th find what happended.
Thanks a lot.
Please help th find what happended.
Thanks a lot.
Comments
-
bcastets Vacuum Beta tester Posts: 695 Expert
What is your robot ? Did you checked the maximum joint speed of the robot ?0 · FacebookTwitter