Can I change the value of the parameters in YALM file (online) when I have run some nodes that use the parameters in that yalm file?
I have a Crazyflie quadcopter package in ROS, and it has a YALM file that defines values of PID parameters. I want to know if it is possible to change those parameters online or not (when I run some nodes that use those parameters already).
Thank you.
You may want to see if the nodes you're running have a dynamic_reconfigure interface for changing parameters; that's generally how nodes allow you to changed parameters online. P.S: it's spelled
YAML
.