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

Switch opennav_docking_core to modern CMake idioms. #4630

Conversation

clalancette
Copy link
Contributor


Basic Info

Info Please fill out this column
Ticket(s) this addresses Follow-up to #4357
Primary OS tested on Ubuntu 24.04
Robotic platform tested on N/A
Does this PR contain AI generated software? No

Description of contribution in a few bullet points

Update opennav_docking_core to modern CMake idioms:

  1. Add in an INTERFACE target that contains the header files
  2. Export a CMake target so downstream packages can use it.
  3. Reduce the exported dependencies.
  4. Push the include directory down one level, which is best practice since Humble.

Description of documentation updates required from your changes

None needed.


Future work that may be required in bullet points

This is part of a larger series to convert Navigation2 to modern CMake idioms. There are 6 PRs required after this one.

For Maintainers:

  • Check that any new parameters added are updated in docs.nav2.org
  • Check that any significant change is added to the migration guide
  • Check that any new features OR changes to existing behaviors are reflected in the tuning guide
  • Check that any new functions have Doxygen added
  • Check that any new features have test coverage
  • Check that any new plugins is added to the plugins page
  • If BT Node, Additionally: add to BT's XML index of nodes for groot, BT package's readme table, and BT library lists

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@SteveMacenski SteveMacenski merged commit 4f3dc68 into ros-navigation:main Aug 20, 2024
9 of 10 checks passed
@clalancette clalancette deleted the clalancette/main-opennav-docking-core branch August 20, 2024 18:29
josephduchesne pushed a commit to josephduchesne/navigation2 that referenced this pull request Dec 10, 2024
)

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Joseph Duchesne <josephgeek@gmail.com>
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.

2 participants