Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rostopic pub throws YAMLLoadWarning #1790

Open
vik748 opened this issue Aug 11, 2019 · 2 comments
Open

rostopic pub throws YAMLLoadWarning #1790

vik748 opened this issue Aug 11, 2019 · 2 comments

Comments

@vik748
Copy link

vik748 commented Aug 11, 2019

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.

@cwecht
Copy link
Contributor

cwecht commented Aug 11, 2019

Porting #1688 back to kinetic will fix this.

@130s
Copy link
Member

130s commented Nov 28, 2019

Porting #1688 back to kinetic will fix this.

Opened #1842

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants