exoticDFT / TRI-Carla-Challenges

Repository for hosting scripts for running TRI Carla related challenges.
5 stars 0 forks source link

Split functions from `carla_common` into other modules #16

Closed exoticDFT closed 5 years ago

exoticDFT commented 5 years ago

The current carla_common module is a little too broad of a module. It would be ideal to split appropriate functions into more specific modules. For example, a function that manipulates only the client, should be in a "client" module under the "util" library.