Skip to content

Commit 0377bca

Browse files
ar13pitMatthijsBurgh
authored andcommitted
feat(tue-common): Add biestheuvel to the world model list
1 parent 2f48ae8 commit 0377bca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tue-common/rsettings_file

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
# Robot environment
44
#export ROBOT_ENV=reo2016
5-
export ROBOT_ENV=robotics_testlabs
5+
#export ROBOT_ENV=robotics_testlabs
66
#export ROBOT_ENV=rgo2017
77
#export ROBOT_ENV=rgo2018
88
#export ROBOT_ENV=rgo2019
99
#export ROBOT_ENV=rwc2017
1010
#export ROBOT_ENV=rwc2018
1111
#export ROBOT_ENV=rwc2019
12+
export ROBOT_ENV=biestheuvel
1213

1314
# Set Robot initial pose based on environment
1415

@@ -66,4 +67,12 @@ elif [ $ROBOT_ENV == rwc2018 ]; then
6667
export ROBOT_INIT_X=-11.0
6768
export ROBOT_INIT_Y=8.5
6869
export ROBOT_INIT_PHI=0.0
70+
71+
elif [ $ROBOT_ENV == biestheuvel ]; then
72+
73+
# Robot initial pose
74+
export ROBOT_INIT_X=0.586
75+
export ROBOT_INIT_Y=4.259
76+
export ROBOT_INIT_PHI=0
77+
6978
fi

0 commit comments

Comments
 (0)