- Ubuntu 22.04 LTS
- ROS2 Humble
mkdir ~/pid_ws
cd pid_ws
git clone https://github.com/erts-RnD/pid_tune.git -b ros2 src
cd ~/pid_ws
colcon build
source install/setup.bash
To run the Differential Drive PID Tuning GUI, use the following command;
ros2 run pid_tune pid_tune_differential.py
For Quadcopters, there is two different GUIs for PID Tuning:
- Button GUI
- Slider GUI
To launch Quadcopter PID Tuning Button GUI, use the following command:
ros2 launch pid_tune pid_tune_drone.launch.py node_name:=button_ui
To launch Quadcopter PID Tuning Slider GUI, use the following command:
ros2 launch pid_tune pid_tune_drone.launch.py node_name:=slider_ui