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

Fix cmake warnings #690

Merged
merged 10 commits into from
Sep 22, 2021
Merged

Conversation

henningkayser
Copy link
Member

@henningkayser henningkayser commented Sep 21, 2021

This fixes the build warnings discovered here https://github.com/ros-planning/moveit2/runs/3662305871?check_suite_focus=true#step:8:689. Should we enforce the build to be free of warnings?

@codecov
Copy link

codecov bot commented Sep 21, 2021

Codecov Report

Merging #690 (40ff79b) into main (584618d) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #690      +/-   ##
==========================================
- Coverage   54.16%   54.14%   -0.02%     
==========================================
  Files         192      192              
  Lines       20180    20180              
==========================================
- Hits        10929    10924       -5     
- Misses       9251     9256       +5     
Impacted Files Coverage Δ
.../collision_detection_fcl/src/collision_env_fcl.cpp 89.80% <ø> (ø)
moveit_core/profiler/src/profiler.cpp 64.07% <0.00%> (ø)
...oveit_servo/include/moveit_servo/collision_check.h 100.00% <ø> (ø)
moveit_ros/moveit_servo/src/collision_check.cpp 85.72% <ø> (ø)
...dl_kinematics_plugin/src/kdl_kinematics_plugin.cpp 72.84% <0.00%> (-1.88%) ⬇️

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 b8cfe4d...40ff79b. Read the comment docs.

Copy link
Contributor

@destogl destogl left a comment

Choose a reason for hiding this comment

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

This looks good. I suggest renaming the PR to something like "Fix build warnings". I found "cmake" in the title somewhat misleading.

There is also one more clang-tidy issue.

DLu added a commit to DLu/moveit2 that referenced this pull request Sep 21, 2021
@DLu
Copy link
Contributor

DLu commented Sep 21, 2021

Possible fix for clang-tidy: henningkayser#11

henningkayser pushed a commit to henningkayser/moveit2 that referenced this pull request Sep 21, 2021
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.

Should we enforce the build to be free of warnings?

+1, the only problem with this is it may force us to branch off galactic since some features are deprecated in rolling and the alternatives don't exist in galactic

@v4hn
Copy link
Contributor

v4hn commented Sep 21, 2021

Should we enforce the build to be free of warnings

We do that for moveit, so I think it's a very good idea to enforce it for moveit2 as well!

+1, the only problem with this is it may force us to branch off galactic since some features are deprecated in rolling and the alternatives don't exist in galactic

I would argue that using deprecated API should still be avoided in the newer distro, possibly using #ifdef approaches to support both alternatives.
That way, you can add clear TODOs to address when galactic support is dropped in the branch.

@henningkayser henningkayser merged commit 75a5964 into moveit:main Sep 22, 2021
@henningkayser henningkayser added backport-foxy Mergify label that triggers a PR backport to Foxy and removed backport-foxy Mergify label that triggers a PR backport to Foxy labels Sep 22, 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

5 participants