Skip to content

Commit d75394a

Browse files
authored
Merge pull request #1237 from tue-robotics/rwc2022_challenge_rips
Rwc2022 challenge rips
2 parents 6242137 + 682c224 commit d75394a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

challenge_rips/scripts/rips

100644100755
File mode changed.

challenge_rips/test/test_construction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def test_construction(self):
77
"""
88
If no exception is raised, this test will succeed
99
"""
10-
os.environ["ROBOT_ENV"] = "robotics_testlabs"
10+
os.environ["ROBOT_ENV"] = "impuls"
1111
from robot_skills.mockbot import Mockbot
1212
from challenge_rips.rips import setup_statemachine
1313
robot = Mockbot()
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
7+
exit_1 = "exit_1_rips"
8+
exit_2 = "exit_2_rips"
9+
exit_3 = "exit_3_rips"

0 commit comments

Comments
 (0)