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

avoid a relative jump threshold of 0.0 #2654

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

marioprats
Copy link
Contributor

The Cartesian path capability request can have a jump_threshold of zero. A 'relative' jump of 0.0 is not allowed. Therefore we need to catch that case and disable the jump threshold if needed.
This became an issue after the changes to the JumpThreshold API.

Fixes moveit/moveit2_tutorials#864

@marioprats marioprats requested a review from sjahr January 22, 2024 10:38
Copy link
Contributor

@sjahr sjahr left a comment

Choose a reason for hiding this comment

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

Makes sense, thanks for fixing this!

@sjahr sjahr enabled auto-merge (squash) January 22, 2024 11:05
@sjahr sjahr merged commit 4c024bc into moveit:main Jan 22, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Use Cartesian Path' crashing RViz
2 participants