We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6242137 + 682c224 commit d75394aCopy full SHA for d75394a
challenge_rips/scripts/rips
100644
100755
challenge_rips/test/test_construction.py
@@ -7,7 +7,7 @@ def test_construction(self):
7
"""
8
If no exception is raised, this test will succeed
9
10
- os.environ["ROBOT_ENV"] = "robotics_testlabs"
+ os.environ["ROBOT_ENV"] = "impuls"
11
from robot_skills.mockbot import Mockbot
12
from challenge_rips.rips import setup_statemachine
13
robot = Mockbot()
robocup_knowledge/src/robocup_knowledge/environments/rwc2022/challenge_rips.py
@@ -0,0 +1,9 @@
1
+starting_point = "initial_pose"
2
+
3
+intermediate_1 = "rips_point_1"
4
+intermediate_2 = "rips_point_2"
5
+intermediate_3 = "rips_point_3"
6
+exit_1 = "exit_1_rips"
+exit_2 = "exit_2_rips"
+exit_3 = "exit_3_rips"
0 commit comments