ros / dynamic_reconfigure

BSD 3-Clause "New" or "Revised" License
48 stars 111 forks source link

Add Loader=yaml.Loader to yaml.load #178

Closed thecharlesjenkins closed 2 years ago

thecharlesjenkins commented 3 years ago

To enable proper behavior on the most recent versions of PyYaml, add Loader=yaml.Loader to the yaml.load and yaml.load_all calls. More information can be found here: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation.

xbroquer commented 2 years ago

Hello, is-it possible to release this fix on Noetic ? thanks!

ros-discourse commented 2 years ago

This pull request has been mentioned on ROS Discourse. There might be relevant details there:

https://discourse.ros.org/t/dynamic-reconfigure-maintenance/21950/4

alexperez33 commented 2 years ago

Someone please merge this into noetic and melodic.