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

Remove __has_include statements #1481

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

vatanaksoytezer
Copy link
Contributor

Fixes #618.

@vatanaksoytezer vatanaksoytezer added the backport-humble Mergify label that triggers a PR backport to Humble label Aug 7, 2022
@codecov
Copy link

codecov bot commented Aug 7, 2022

Codecov Report

Merging #1481 (80455e9) into main (3dcd74f) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1481      +/-   ##
==========================================
+ Coverage   51.00%   51.01%   +0.02%     
==========================================
  Files         380      380              
  Lines       31741    31743       +2     
==========================================
+ Hits        16186    16191       +5     
+ Misses      15555    15552       -3     
Impacted Files Coverage Δ
...t_core/collision_detection/src/collision_tools.cpp 0.00% <ø> (ø)
...ance_field/src/collision_common_distance_field.cpp 25.87% <ø> (+0.65%) ⬆️
...istance_field/src/collision_env_distance_field.cpp 54.26% <ø> (ø)
moveit_core/distance_field/src/distance_field.cpp 28.15% <ø> (ø)
...kinematic_constraints/src/kinematic_constraint.cpp 74.24% <ø> (+0.04%) ⬆️
moveit_core/kinematic_constraints/src/utils.cpp 24.53% <ø> (ø)
moveit_core/planning_scene/src/planning_scene.cpp 52.53% <ø> (ø)
moveit_core/robot_state/src/conversions.cpp 63.71% <ø> (ø)
moveit_core/robot_state/src/robot_state.cpp 47.44% <ø> (ø)
...eit_core/robot_trajectory/src/robot_trajectory.cpp 63.93% <ø> (ø)
... and 20 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

Copy link
Contributor

@JafarAbdi JafarAbdi left a comment

Choose a reason for hiding this comment

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

lgtm

@JafarAbdi JafarAbdi merged commit 0b5a7fa into moveit:main Aug 7, 2022
mergify bot pushed a commit that referenced this pull request Aug 7, 2022
@moveit moveit deleted a comment from JafarAbdi Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble Mergify label that triggers a PR backport to Humble
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove "__has_includes" once we branch off for Galactic
2 participants