doosan-robotics / doosan-robot

ROS for Doosan Robot
BSD 3-Clause "New" or "Revised" License
128 stars 64 forks source link

Joint limit exceeds the maximum limit while using movel, amovel #171

Open Bala1411 opened 1 year ago

Bala1411 commented 1 year ago

@doosan-robotics A0509 cobot. I am using movel and amovel for motion.In this linear motion the 6th joint exceeds the maximum limit and the robot servo turned off.In teach pendant the maximum is set for -360 to 360. The 6th joint moving beyond the maximum limits.It moved upto 371 degrees and stops. Can you explain the reason of the issue and how to solve this issue? jointlimit error

bishwajit-kr commented 1 year ago

you can turn on servo by using ROS service #139 . and then check current posj . and see if it still exceeds the joint limit

Bala1411 commented 1 year ago

@bishwajit-kr I can't turn on the servo because the servo exceeds the joint limit. I want to go to recovery or backdrive mode to turn on the servo.My question is why the servo moves beyond the max limit in linear motion.