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.
1 parent 2f48ae8 commit 0377bcaCopy full SHA for 0377bca
tue-common/rsettings_file
@@ -2,13 +2,14 @@
2
3
# Robot environment
4
#export ROBOT_ENV=reo2016
5
-export ROBOT_ENV=robotics_testlabs
+#export ROBOT_ENV=robotics_testlabs
6
#export ROBOT_ENV=rgo2017
7
#export ROBOT_ENV=rgo2018
8
#export ROBOT_ENV=rgo2019
9
#export ROBOT_ENV=rwc2017
10
#export ROBOT_ENV=rwc2018
11
#export ROBOT_ENV=rwc2019
12
+export ROBOT_ENV=biestheuvel
13
14
# Set Robot initial pose based on environment
15
@@ -66,4 +67,12 @@ elif [ $ROBOT_ENV == rwc2018 ]; then
66
67
export ROBOT_INIT_X=-11.0
68
export ROBOT_INIT_Y=8.5
69
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
78
fi
0 commit comments