Skip to content
New issue

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

Define default maximum accelerations for MoveIt (backport #645) #981

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Apr 25, 2024

This defines default values for maximum joint accelerations, as MoveIt is otherwise not able to perform time parametrization. The 5rad/s² are from the discussion in UniversalRobots/Universal_Robots_ROS2_Description#46.

This patch only passes these limits to MoveIt. While we could also add them in ur_description, this seems incorrect. The robot does not inherently have any limits on joint accelerations (only on torques), and other software using ur_description might be able to handle this differently.


This is an automatic backport of pull request #645 done by Mergify.

@mergify mergify bot added the humble Relevant for humble and higher ROS versions label Apr 25, 2024
@fmauch fmauch linked an issue Apr 25, 2024 that may be closed by this pull request
1 task
Copy link
Collaborator

@fmauch fmauch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually checked that things are working as expected.

@fmauch fmauch merged commit c8d961e into humble Apr 25, 2024
6 checks passed
@fmauch fmauch deleted the mergify/bp/humble/pr-645 branch April 25, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
humble Relevant for humble and higher ROS versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

arm move to slow in Cartesian movemants
2 participants