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

Remove non_blocking_execute from ShellProxy #293

Closed ChrisTimperley closed 4 years ago

ChrisTimperley commented 5 years ago

Popen should be used in all places where non_blocking_execute is currently used.

ChrisTimperley commented 4 years ago

ShellProxy is being replaced by https://github.com/ChrisTimperley/dockerblade.