robocup_knowledge
src
robocup_knowledge
environments
rwc2016_common
rwc2016_common/challenge_open.py
Go to the documentation of this file.
1
from
robocup_knowledge.environments.rwc2016a.common
import
*
2
3
# During the open challenge, we have no rooms
4
rooms = []
5
for
loc
in
locations:
6
loc[
"room"
] =
""
7
8
translations = {
"bookcase"
:
"bocase"
}
robocup_knowledge.environments.rwc2016a.common
Definition:
rwc2016a/common.py:1
Generated on Sat Apr 19 2025 04:34:53 for robocup_knowledge by
1.8.17