rviz2_reconfigure

Parameter reconfigure for RViz2.

Panel Dialog
panel dialog

Verified to work with ros2 humble (2026/02/28).

Supported Parameter Types

The following types are not supported.

Install

cd /your_ros2_ws/src/
git clone https://github.com/shikishima-TasakiLab/rviz2_reconfigure.git
cd ..
colcon build
source install/setup.bash

Panel

panel

Double-click the “Value” column to edit the parameter value.

Command Overview
add Add Add parameters to the list.
remove Remove Remove the selected parameter from the list.
import Import Import and set parameters stored in YAML. Parameters not in the list or parameters of unsupported types will be ignored.
export Export Export parameters from the list. Parameters of unsupported types will be ignored.
refresh Refresh Retrieve and refresh the current parameter values.
Auto If you check the checkbox, the parameter values in the list will be automatically refreshed at the interval specified in the spin box.

Add Parameters Dialog

dialog

Check the checkbox for the parameter you want to add to the list.

Command Overview
refresh Refresh Refresh the list of nodes and parameters.
OK Add the checked parameters to the list within the panel.
Cancel Close the screen without doing anything.

Contributor