Skip to content

Commit 447a89c

Browse files
ar13pitMatthijsBurgh
authored andcommitted
feat(tue-common): Change initial pose of the robot to close to wall
1 parent 0377bca commit 447a89c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tue-common/rsettings_file

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ elif [ $ROBOT_ENV == rwc2018 ]; then
7171
elif [ $ROBOT_ENV == biestheuvel ]; then
7272

7373
# Robot initial pose
74-
export ROBOT_INIT_X=0.586
75-
export ROBOT_INIT_Y=4.259
76-
export ROBOT_INIT_PHI=0
74+
export ROBOT_INIT_X=3
75+
export ROBOT_INIT_Y=-1
76+
export ROBOT_INIT_PHI=1.57
7777

7878
fi

0 commit comments

Comments
 (0)