We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8004723 commit 2e98274Copy full SHA for 2e98274
1 file changed
src/bitbots_motion/bitbots_rl_motion/nodes/rl_node.py
@@ -37,6 +37,7 @@ def __init__(self, config_path: str, node_name: str):
37
super().__init__(f"{node_name}")
38
39
self._config = self._load_config(config_path)
40
+ # Phase is optional - if phase shouldn't be used, than self._phase.get_phase() will return None
41
self._phase = PhaseObject(self._config)
42
self._previous_action = PreviousActionObject(self._config)
43
0 commit comments