You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the recent versions of Kinetic, everytime I run rostopic pub it throws the following warning:
/opt/ros/kinetic/lib/python2.7/dist-packages/rostopic/init.py:1762: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
pub_args.append(yaml.load(arg))
I have observed this on atleast 3 different systems running Ubuntu 16.04 with ROS Kinetic.
The text was updated successfully, but these errors were encountered:
In the recent versions of Kinetic, everytime I run rostopic pub it throws the following warning:
I have observed this on atleast 3 different systems running Ubuntu 16.04 with ROS Kinetic.
The text was updated successfully, but these errors were encountered: