[Documentation] [TitleIndex] [WordIndex

  Show EOL distros: 

dynamic_reconfigure

Package Summary

This package provides a class to facilitate dynamic node reconfiguration. This package is still under development, and should be considered unstable except for features that are explicitely marked as stable in the documentation.

Package Summary

This unary stack contains the dynamic_reconfigure package which provides a means to change node parameters at any time without having to restart the node.

Package Summary

This unary stack contains the dynamic_reconfigure package which provides a means to change node parameters at any time without having to restart the node.

ros_base: actionlib | bond_core | class_loader | dynamic_reconfigure | nodelet_core | pluginlib | ros_core

Package Summary

This unary stack contains the dynamic_reconfigure package which provides a means to change node parameters at any time without having to restart the node.

ros_base: actionlib | bond_core | class_loader | dynamic_reconfigure | nodelet_core | pluginlib | ros_core

Package Summary

This unary stack contains the dynamic_reconfigure package which provides a means to change node parameters at any time without having to restart the node.

ros_base: actionlib | bond_core | class_loader | dynamic_reconfigure | nodelet_core | pluginlib | ros_core

Package Summary

This unary stack contains the dynamic_reconfigure package which provides a means to change node parameters at any time without having to restart the node.

ros_base: actionlib | bond_core | class_loader | dynamic_reconfigure | nodelet_core | pluginlib | ros_core

Package Summary

This unary stack contains the dynamic_reconfigure package which provides a means to change node parameters at any time without having to restart the node.

ros_base: actionlib | bond_core | dynamic_reconfigure | nodelet_core | ros_core

Package Summary

The dynamic_reconfigure package provides a means to update parameters at runtime without having to restart the node.

ros_base: actionlib | bond_core | dynamic_reconfigure | nodelet_core | ros_core

Package Summary

The dynamic_reconfigure package provides a means to update parameters at runtime without having to restart the node.

連絡先:Ze'ev Klapow <zklapow AT willowgarage DOT com>

現在、dynamic_reconfigureの焦点は、外部設定にnodeのパラメータのサブセットを引き渡す標準的な方法を提供することにあります。クライアントプログラム、たとえば、GUI、は名前、タイプ、範囲などを含む再設定可能なパラメータのセットをnodeにたずねることができ、ユーザにカスタマイズインターフェースを用意します。これは特にハードウェアドライバの際に便利ですが、それ以外の使い方もあります。

バグ報告

github issue tracker

API の安定性(stability)

このパッケージは未だに開発中で、変更が施されることが十分に考えられます。しかしながら、以下の特徴は、サポートされます:

ユーティリティ

reconfigure_gui

reconfigure_guiツールは、rqtで提供されています。より詳しくは、以下をご覧ください。rqt_reconfigure.

dynparam コマンドラインツール

dynparamツールは設定をファイルからロードしたり、ファイルにダンプできるほか、nodeの再設定をコマンドラインからできるようにしてくれます。:

$ rosrun dynamic_reconfigure dynparam COMMAND

現在サポートされているのは、以下のコマンドです。:

dynparam list

dynparam get

dynparam set

dynparam set_from_parameters

dynparam dump

dynparam load

Python API

dynamic_reconfigure.client モジュールは、動的に可能なnodeの再設定をするのに使えます。詳しいAPIなどは以下を参照してください。 コード API, また、どのようのこのモジュールを使うかは以下を参照してください。 this tutorial.


2023-10-28 12:41