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

Update deprecated tf2 imports from .h to .hpp #3197

Merged
merged 4 commits into from
Jan 6, 2025
Merged

Update deprecated tf2 imports from .h to .hpp #3197

merged 4 commits into from
Jan 6, 2025

Conversation

sea-bass
Copy link
Contributor

@sea-bass sea-bass commented Jan 4, 2025

Description

Surprise! More deprecations.
ros2/geometry2#720

This was also backported to Jazzy and Humble, so we will do the same here.

NOTE: Because these changes have not yet made it into Humble binaries, I have conditional includes in. But once Humble gets a sync, we can undo a lot of this and just go full .hpp.

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

@sea-bass sea-bass requested review from mikeferguson and sjahr January 4, 2025 03:48
@sea-bass sea-bass added backport-humble Mergify label that triggers a PR backport to Humble backport-jazzy Mergify label that triggers a PR backport to Jazzy labels Jan 4, 2025
@sea-bass sea-bass mentioned this pull request Jan 4, 2025
6 tasks
@sea-bass
Copy link
Contributor Author

sea-bass commented Jan 4, 2025

Tutorial images CI fixed in #3196

@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.99%. Comparing base (3268f16) to head (13481d2).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##            main    #3197       +/-   ##
==========================================
+ Coverage   0.00%   45.99%   +45.99%     
==========================================
  Files         75      714      +639     
  Lines       8829    62302    +53473     
  Branches    1456     7528     +6072     
==========================================
+ Hits           0    28652    +28652     
- Misses      8829    33483    +24654     
- Partials       0      167      +167     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@sjahr sjahr left a comment

Choose a reason for hiding this comment

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

Thanks!

@sjahr sjahr added this pull request to the merge queue Jan 6, 2025
Merged via the queue into main with commit 7390ebc Jan 6, 2025
16 checks passed
@sjahr sjahr deleted the tf2-h-to-hpp branch January 6, 2025 11:23
mergify bot pushed a commit that referenced this pull request Jan 6, 2025
* Update deprecated tf2 imports from .h to .hpp

* make the imports conditional

* Update all the files

(cherry picked from commit 7390ebc)
mergify bot pushed a commit that referenced this pull request Jan 6, 2025
* Update deprecated tf2 imports from .h to .hpp

* make the imports conditional

* Update all the files

(cherry picked from commit 7390ebc)

# Conflicts:
#	moveit_core/robot_state/test/test_aabb.cpp
#	moveit_kinematics/cached_ik_kinematics_plugin/include/moveit/cached_ik_kinematics_plugin/cached_ik_kinematics_plugin.hpp
#	moveit_planners/chomp/chomp_motion_planner/src/chomp_planner.cpp
#	moveit_planners/pilz_industrial_motion_planner/include/pilz_industrial_motion_planner/trajectory_functions.hpp
#	moveit_planners/pilz_industrial_motion_planner/src/trajectory_functions.cpp
#	moveit_planners/pilz_industrial_motion_planner/src/trajectory_generator_circ.cpp
#	moveit_ros/robot_interaction/src/interactive_marker_helpers.cpp
#	moveit_ros/robot_interaction/src/robot_interaction.cpp
sea-bass added a commit that referenced this pull request Jan 6, 2025
(cherry picked from commit 7390ebc)

Co-authored-by: Sebastian Castro <4603398+sea-bass@users.noreply.github.com>
sea-bass added a commit that referenced this pull request Jan 6, 2025
(cherry picked from commit 7390ebc)

Co-authored-by: Sebastian Castro <sebas.a.castro@gmail.com>
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 backport-jazzy Mergify label that triggers a PR backport to Jazzy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants