Skip to content

仓库 files navigation

Parameter Handler

Overview

These packages provide an interface for a parameter handler and some default parameter handlers. A parameter handler is a tool to tune parameters defined in other classes.

The source code is released under a BSD 3-Clause license.

Author(s): Christian Gehring, Gabriel Hottiger, C. Dario Bellicoso

Additional Docs

Differences to ROS dynamic_reconfigure

ROS dynamic_reconfigure can read and write parameters of nodes at run-time. The tool has the following drawbacks compared to the parameter_handler packages:

  • The client is not dynamically reconnecting when the server is restarted
  • It requires a lot of overhead code.
  • It does not support Eigen and kindr types.

Building

In order to install, clone the latest version from this repository into your catkin workspace and compile the packages.

Dependencies

Usage

Please report bugs and request features using the Issue Tracker.

  • parameter_handler: Interface to parameter handler
  • parameter_handler_msgs: ROS messages used by parameter_handler_ros
  • parameter_handler_ros: An implementation of the parameter handler that uses ROS
  • parameter_handler_std: An implementation of the parameter handler that is independent of ROS

关于

No description, website, or topics provided.

Resources

Stars

6 stars

关注者

20 watching

复刻s

发布

Used by

贡献者

Languages