bitbots_bringup package¶
Submodules¶
bitbots_bringup.game_settings module¶
-
bitbots_bringup.game_settings.
ask_for_config_option
(name: object, definition: object, current_value: object = None, explanation: object = None) → object[source]¶ Parameters: - name – name of the config-option-value e.g. robot number
- definition – possible options for the value, type of input
- current_value – the already set value
- explanation – describes options
Returns: new chosen value for this config option, can be the old one