aidudezzz / deepworlds

Examples and use cases using the deepbots framework (https://github.com/aidudezzz/deepbots) with the Webots robot simulator.
GNU General Public License v3.0
50 stars 23 forks source link

add constants at robot_supervisor_manager.py for all examples #37

Closed KelvinYang0320 closed 3 years ago

KelvinYang0320 commented 3 years ago

We can solve the cross imports problem by adding this line if name == 'main': at robot_supervisor_manager.py and constants will be visible to the end user at robot_supervisor_manager.py.

Do you think constants is better to be added at robot_supervisor_manager.py Originally posted by @ManosMagnus in https://github.com/aidudezzz/deepworlds/issues/33#issuecomment-812449145