Robotics StackExchange | Archived questions

Are there any parameter inspection tools available for ROS2?

ROS1 had dynamic reconfigure, which made parameter tuning a breeze. I understand that the need for dynamic reconfigure has disappeared since all nodes are reconfigurable by default, but I have yet to see a well working parameter tool for ROS2. Have I missed them? Surely, someone else before me has had the issue of needing a quick way to change parameters. Does one exist?

Asked by Per Edwardsson on 2021-10-08 07:52:28 UTC

Comments

Answers

The dynamic reconfigure tool for rqt works with ros2 parameters. Note this is the rqt build with ros2, not the rqt build with ros1. Make sure you have sudo apt install ros-foxy-rqt-reconfigure package installed.

Asked by ChuiV on 2021-10-08 09:47:27 UTC

Comments