Skip to content

Commit

Permalink
[tue-common] switch to rwc2024
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Jul 16, 2024
1 parent 3f9114e commit ebfdf48
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tue-common/rsettings_file
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Robot environment
#export ROBOT_ENV=biestheuvel
export ROBOT_ENV=impuls
#export ROBOT_ENV=impuls
#export ROBOT_ENV=robotics_testlabs
#export ROBOT_ENV=reo2016
#export ROBOT_ENV=rgo2017
Expand All @@ -16,6 +16,7 @@ export ROBOT_ENV=impuls
#export ROBOT_ENV=rwc2019
#export ROBOT_ENV=rwc2022
#export ROBOT_ENV=rwc2023
export ROBOT_ENV=rwc2024

# Set Robot initial pose based on environment

Expand Down Expand Up @@ -85,4 +86,10 @@ then
export ROBOT_INIT_X=0.0
export ROBOT_INIT_Y=4.0
export ROBOT_INIT_PHI=0.0
elif [ "${ROBOT_ENV}" == rwc2024 ]
then
export ROBOT_INIT_X=0.0
export ROBOT_INIT_Y=0.0
export ROBOT_INIT_PHI=0.0

fi

0 comments on commit ebfdf48

Please sign in to comment.