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

Feat/obstacle height dynamic reconf #1

Open
wants to merge 2 commits into
base: noetic-devel
Choose a base branch
from

Conversation

rcartarobotnik
Copy link
Collaborator

@rcartarobotnik rcartarobotnik commented Jan 15, 2025

This pull request introduces several important changes to the spatio_temporal_voxel_layer package, primarily focusing on adding dynamic reconfiguration capabilities to the MeasurementBuffer class. The changes involve updates to configuration files, header files, and source files to support dynamic reconfiguration.

Dynamic reconfiguration:

  • Added a new configuration file cfg/MeasurementBuffer.cfg to define dynamic reconfiguration parameters for MeasurementBuffer.
  • Included the new configuration header MeasurementBufferConfig.h and dynamic_reconfigure/server.h in measurement_buffer.hpp. [1] [2]
  • Added typedefs for dynamic reconfiguration types and declared dynamic reconfiguration-related members and methods in the MeasurementBuffer class. [1] [2]
  • Updated the constructor of MeasurementBuffer to initialize the dynamic reconfiguration server and set the callback function. [1] [2]
  • Implemented the DynamicReconfigureCallback method to handle parameter changes dynamically.

Other changes:

  • Updated CMakeLists.txt to include the new dynamic reconfiguration options.
  • Added a new maintainer to package.xml and bumped the version to 1.5.0.
  • Modified the SpatioTemporalVoxelLayer::onInitialize method to pass the NodeHandle to MeasurementBuffer.

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.

1 participant