intel / collision-avoidance-library

A framework for testing and benchmarking collision avoidance strategies
Apache License 2.0
81 stars 39 forks source link

Testbed: Trap ctrl-c to properly kill every child process before terminating #9

Closed guiccbr closed 7 years ago

guiccbr commented 7 years ago

To avoid subsequent executions of testbed.sh to fail because of some child that might still be running. See this.

guiccbr commented 7 years ago

Fixed in #10