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

code fix on wrong substitution #2815

Merged
merged 1 commit into from Aug 16, 2021

Conversation

toru-kuga
Copy link
Contributor

Description

The pair (above/below) substitution was inverted in setting JointConstraint.
There was no comment about inverting, and the code had little change from original,
so I think it's a mistake.

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

@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #2815 (647183f) into master (9503bfb) will decrease coverage by 5.43%.
The diff coverage is 57.87%.

❗ Current head 647183f differs from pull request most recent head 12f1199. Consider uploading reports for the commit 12f1199 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2815      +/-   ##
==========================================
- Coverage   60.78%   55.36%   -5.42%     
==========================================
  Files         366      393      +27     
  Lines       31713    28184    -3529     
==========================================
- Hits        19274    15600    -3674     
- Misses      12439    12584     +145     
Impacted Files Coverage Δ
...ore/backtrace/include/moveit/backtrace/backtrace.h 0.00% <ø> (ø)
...n/allvalid/collision_detector_allocator_allvalid.h 100.00% <ø> (ø)
...sion_detection/allvalid/collision_robot_allvalid.h 100.00% <ø> (ø)
...sion_detection/allvalid/collision_world_allvalid.h 100.00% <ø> (ø)
...lude/moveit/collision_detection/collision_common.h 90.48% <ø> (-2.54%) ⬇️
...clude/moveit/collision_detection/collision_robot.h 100.00% <ø> (ø)
...clude/moveit/collision_detection/collision_world.h 100.00% <ø> (ø)
...tection/include/moveit/collision_detection/world.h 92.86% <ø> (-7.14%) ⬇️
...on/include/moveit/collision_detection/world_diff.h 33.34% <ø> (-26.66%) ⬇️
...t_core/collision_detection/src/collision_tools.cpp 11.12% <0.00%> (+0.47%) ⬆️
... and 476 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9503bfb...12f1199. Read the comment docs.

Copy link
Contributor

@rhaschke rhaschke left a comment

Choose a reason for hiding this comment

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

Looks like this API wasn't used in the code base... Good catch!

@v4hn v4hn force-pushed the melodic-devel-fix-on-constraint branch from 647183f to 12f1199 Compare August 16, 2021 09:49
@v4hn
Copy link
Contributor

v4hn commented Aug 16, 2021

looks good, retargeted to master though. I will push a melodic cherry-pick too.

@v4hn v4hn merged commit 6e798bf into moveit:master Aug 16, 2021
nbbrooks added a commit to nbbrooks/moveit2 that referenced this pull request Aug 19, 2021
rhaschke pushed a commit to moveit/moveit2 that referenced this pull request Aug 19, 2021
tylerjw pushed a commit to tylerjw/moveit2 that referenced this pull request Aug 27, 2021
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

3 participants