Skip to content

Commit 2e98274

Browse files
committed
add comment
1 parent 8004723 commit 2e98274

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/bitbots_motion/bitbots_rl_motion/nodes

src/bitbots_motion/bitbots_rl_motion/nodes/rl_node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def __init__(self, config_path: str, node_name: str):
3737
super().__init__(f"{node_name}")
3838

3939
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
4041
self._phase = PhaseObject(self._config)
4142
self._previous_action = PreviousActionObject(self._config)
4243

0 commit comments

Comments
 (0)