yaml.load() is deprecated when source melodic_ws/setup.bash is executed.
Hi!
I am following the tutorial 1 (http://wiki.ros.org/ROS/Tutorials/Ins...) and in the point 3.0 "Creating a new workspace" when I do in my terminal source ~/melodic_ws/setup.bash the next message is return:
<stdin>:21: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
Can anyone tell me why occur this and if this warning is important?
It would be good if you could provide a little more of the surrounding lines of the message. Or are there no more and this is all that is printed?