Variables | |
| args | |
| list | command = [os.path.join(os.environ['WEBOTS_HOME'], 'webots'), '--mode=' + options.mode, options.world] |
| default | |
| dest | |
| help | |
| options | |
| optParser = optparse.OptionParser() | |
| webots_launcher.args |
Definition at line 28 of file webots_launcher.py.
| list webots_launcher.command = [os.path.join(os.environ['WEBOTS_HOME'], 'webots'), '--mode=' + options.mode, options.world] |
Definition at line 32 of file webots_launcher.py.
| webots_launcher.default |
Definition at line 25 of file webots_launcher.py.
| webots_launcher.dest |
Definition at line 25 of file webots_launcher.py.
| webots_launcher.help |
Definition at line 25 of file webots_launcher.py.
| webots_launcher.options |
Definition at line 28 of file webots_launcher.py.
| webots_launcher.optParser = optparse.OptionParser() |
Definition at line 24 of file webots_launcher.py.