cmu-rss-lab / roswire

A library for static and dynamic analysis of ROS applications via Docker 🔌
http://christimperley.co.uk/roswire
Apache License 2.0
8 stars 0 forks source link

Improve API docs for ROSWire.launch method #300

Open ChrisTimperley opened 5 years ago

ChrisTimperley commented 5 years ago

It is presently unclear that launch is context managed. Either: (a) make it explicit that launch is context managed, or (b) implement __enter__ and __exit__ methods for System that allow it to operate as a file-like context-managed object.