We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current implementation of the hardware_interface for ros_control does not appear to be checking nor enforcing joint limits.
hardware_interface
ros_control
This should be added.
PS: labelled as an enhancement, but perhaps this should really be considered a bug.
The text was updated successfully, but these errors were encountered:
From: ros-controls/ros_controllers#393 (comment).
Sorry, something went wrong.
Joint limits for all controlled joints should also be parsed from the urdf/parameter server by the hardware_interface.
Thanks for reporting @gavanderhoorn
Note we do have a joint_limit_interface in ros_control, it just needs to be integrated into the ur_modern_driver. Here's some example code
No branches or pull requests
The current implementation of the
hardware_interface
forros_control
does not appear to be checking nor enforcing joint limits.This should be added.
PS: labelled as an enhancement, but perhaps this should really be considered a bug.
The text was updated successfully, but these errors were encountered: