Skip to content

Commit

Permalink
rwc2024 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Jul 22, 2024
2 parents 154b34a + 0f5156f commit 9e3aba3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tue-common/rsettings_file
Original file line number Diff line number Diff line change
Expand Up @@ -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 9e3aba3

Please sign in to comment.