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.
Asked by thanhvu94 on 2017-06-19 18:14:51 UTC
Comments
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
.Asked by ahendrix on 2017-06-19 22:20:14 UTC