ros-navigation / navigation2

ROS 2 Navigation Framework and System
https://nav2.org/
Other
2.3k stars 1.2k forks source link

Added dynamic reconfigure and export controller in docking #4429

Closed ajtudela closed 3 weeks ago

ajtudela commented 3 weeks ago

Basic Info

Info Please fill out this column
Ticket(s) this addresses
Primary OS tested on Ubuntu 22.04
Robotic platform tested on Clara and Morphia robots
Does this PR contain AI generated software? Nop

Description of contribution in a few bullet points

  1. I added the callback for dynamic reconfigure to tune the docking controller in runtime.
  2. The docking controller is a library so can be used for other packages.

Description of documentation updates required from your changes

I don't think so.


Future work that may be required in bullet points

For Maintainers:

ajtudela commented 3 weeks ago

How are we going to manage this type of changes with respect to the repository in opennav, do I apply the same changes there or leave the other unchanged?