Kinovarobotics / ros_kortex

ROS packages for KINOVA® KORTEX™ robotic arms
Other
153 stars 155 forks source link

Joint limit mismatch in URDF vs Hardware #293

Closed leander-dsouza closed 1 year ago

leander-dsouza commented 1 year ago

Description

Version

ROS distribution: noetic

Branch and commit you are using: noetic-devel, adb3315aa90da73875762257a39ec4f60589f634

Steps to reproduce

  1. Run the hardware launch file for the Gen3 Kinova arm:

    roslaunch kortex_driver kortex_driver.launch

  2. Add the MotionPlanning plugin and select the Joints tab.

  3. Drag the slider of joint_6 to 128 degrees:

  4. Finally use the Planning Tab and Plan and Execute.

Expected behavior

The joint limits of the urdf and the software shipped with the robot is supposed to be matched.

Any other information

felixmaisonneuve commented 1 year ago

Hi @leander-dsouza,

Yes, this is something I am aware of. There is #285 open for exactly this. I will try to update the URDFs this week and close the issue once it is merged if it is good with you.

Thank you, Felix

leander-dsouza commented 1 year ago

I can correct the limits for both arms and create a PR soon to fix this issue.

felixmaisonneuve commented 1 year ago

Sure, it will be greatly appreciated

leander-dsouza commented 1 year ago

I have created the PR to address this issue - #294.

felixmaisonneuve commented 1 year ago

Closing this issue since the pull request has been merged

Thank You again, Felix