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

Fixed velocities not being set to zero when stale #2255

Closed
wants to merge 2 commits into from

Conversation

rfn123
Copy link
Contributor

@rfn123 rfn123 commented Aug 13, 2020

Description

Changed the range-based for loop in serve_calcs.cpp to pass-by-reference such that velocities really are set to zero when stale.
Should fix #2254

I hope I am doing the pull request procedure correctly as this is my first time opening a pull request to a larger project. Please feel free to correct me!

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

@welcome
Copy link

welcome bot commented Aug 13, 2020

Thanks for helping in improving MoveIt and open source robotics!

@AndyZe
Copy link
Member

AndyZe commented Aug 13, 2020

Looks good to me. Good catch, thanks!

You'll see that the continuous integration tests are failing if you click on the Details for Travis CI. No fault of yours. I think that should be resolved with a PR Robert made recently. Or you can rebase on master and that should cause the tests to run again.

@AdamPettinger
Copy link
Contributor

Also looks good to me!

@rhaschke
Copy link
Contributor

"Updating the PR" via github failed. I manually rebased and merged via ad067ac.
Thanks for this obvious fix.

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.

None yet

4 participants