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

collision_distance_field: Fix undefined behavior vector insertion #3017

Merged
merged 1 commit into from Dec 31, 2021

Conversation

JafarAbdi
Copy link
Contributor

Description

Backport of moveit/moveit2#942

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 Dec 31, 2021

Codecov Report

Merging #3017 (27d2c41) into master (155eefa) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3017      +/-   ##
==========================================
- Coverage   61.80%   61.79%   -0.00%     
==========================================
  Files         371      371              
  Lines       33167    33167              
==========================================
- Hits        20494    20493       -1     
- Misses      12673    12674       +1     
Impacted Files Coverage Δ
...istance_field/src/collision_env_distance_field.cpp 63.71% <0.00%> (ø)
...eit_ros/manipulation/pick_place/src/pick_place.cpp 88.58% <0.00%> (-3.80%) ⬇️
...ipulation/pick_place/src/manipulation_pipeline.cpp 71.91% <0.00%> (-2.47%) ⬇️
moveit_core/robot_state/src/robot_state.cpp 52.36% <0.00%> (+0.08%) ⬆️
..._interface/src/detail/constrained_goal_sampler.cpp 76.48% <0.00%> (+1.97%) ⬆️
...meterization/work_space/pose_model_state_space.cpp 81.77% <0.00%> (+2.36%) ⬆️

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 155eefa...27d2c41. 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.

@rhaschke rhaschke merged commit 2a71c9c into moveit:master Dec 31, 2021
@JafarAbdi JafarAbdi deleted the pr-cp branch December 31, 2021 12:07
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