Skip to content

Commit 2c38b17

Browse files
rpo2023 (#367)
2 parents 3a8a4b9 + 8396456 commit 2c38b17

File tree

5 files changed

+50
-58
lines changed

5 files changed

+50
-58
lines changed

hero-dev/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Middleware
66
- type: target
7-
name: tue-middleware
7+
name: hero-middleware
88
- type: target
99
name: ros-tue_mobile_ui
1010

hero-middleware/install.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- type: target
2+
name: tue-middleware
3+
4+
- type: target
5+
name: ros-ed_tmc_collision

hero2-demo/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Middleware
1313
- type: target
14-
name: tue-middleware
14+
name: hero-middleware
1515

1616
# challenge_demo
1717
- type: target

hero2/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Middleware
1919
- type: target
20-
name: tue-middleware
20+
name: hero-middleware
2121

2222
# RoboCup
2323
- type: target

tue-common/rsettings_file

Lines changed: 42 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,82 @@
1+
#! /usr/bin/env bash
2+
13
# # # # # # # # # # # # # # # # # # # #
24

35
# Robot environment
4-
#export ROBOT_ENV=reo2016
6+
#export ROBOT_ENV=biestheuvel
7+
export ROBOT_ENV=impuls
58
#export ROBOT_ENV=robotics_testlabs
9+
#export ROBOT_ENV=reo2016
610
#export ROBOT_ENV=rgo2017
711
#export ROBOT_ENV=rgo2018
812
#export ROBOT_ENV=rgo2019
13+
#export ROBOT_ENV=rpo2023
914
#export ROBOT_ENV=rwc2017
1015
#export ROBOT_ENV=rwc2018
1116
#export ROBOT_ENV=rwc2019
1217
#export ROBOT_ENV=rwc2022
13-
#export ROBOT_ENV=biestheuvel
14-
export ROBOT_ENV=impuls
1518

1619
# Set Robot initial pose based on environment
1720

18-
if [ $ROBOT_ENV == robotics_testlabs ]; then
19-
20-
# Robot initial pose
21+
if [ "${ROBOT_ENV}" == biestheuvel ]
22+
then
23+
export ROBOT_INIT_X=3
24+
export ROBOT_INIT_Y=-1
25+
export ROBOT_INIT_PHI=1.57079632679
26+
elif [ "${ROBOT_ENV}" == impuls ]
27+
then
28+
export ROBOT_INIT_X=0.2
29+
export ROBOT_INIT_Y=0.5
30+
export ROBOT_INIT_PHI=0.0
31+
elif [ "${ROBOT_ENV}" == robotics_testlabs ]
32+
then
2133
export ROBOT_INIT_X=0.586
2234
export ROBOT_INIT_Y=4.259
2335
export ROBOT_INIT_PHI=0
24-
25-
elif [ $ROBOT_ENV == reo2016 ]; then
26-
27-
# Robot initial pose
36+
elif [ "${ROBOT_ENV}" == reo2016 ]
37+
then
2838
export ROBOT_INIT_X=0.0
2939
export ROBOT_INIT_Y=0.0
3040
export ROBOT_INIT_PHI=0.0
31-
32-
elif [ $ROBOT_ENV == rgo2017 ]; then
33-
34-
# Robot initial pose
41+
elif [ "${ROBOT_ENV}" == rgo2017 ]
42+
then
3543
export ROBOT_INIT_X=-1.0
3644
export ROBOT_INIT_Y=0.0
3745
export ROBOT_INIT_PHI=0.0
38-
39-
elif [ $ROBOT_ENV == rgo2018 ]; then
40-
41-
# Robot initial pose
46+
elif [ "${ROBOT_ENV}" == rgo2018 ]
47+
then
4248
export ROBOT_INIT_X=-1.0
4349
export ROBOT_INIT_Y=0.0
4450
export ROBOT_INIT_PHI=0.0
45-
46-
elif [ $ROBOT_ENV == rgo2019 ]; then
47-
48-
# Robot initial pose
51+
elif [ "${ROBOT_ENV}" == rgo2019 ]
52+
then
4953
export ROBOT_INIT_X=-0.6
5054
export ROBOT_INIT_Y=0.0
5155
export ROBOT_INIT_PHI=0.0
52-
53-
elif [ $ROBOT_ENV == rwc2019 ]; then
54-
55-
# Robot initial pose
56-
export ROBOT_INIT_X=0.0
57-
export ROBOT_INIT_Y=0.0
58-
export ROBOT_INIT_PHI=0.0
59-
60-
elif [ $ROBOT_ENV == rwc2017 ]; then
61-
62-
# Robot initial pose
56+
elif [ "${ROBOT_ENV}" == rpo2023 ]
57+
then
58+
export ROBOT_INIT_X=6.05
59+
export ROBOT_INIT_Y=-0.5
60+
export ROBOT_INIT_PHI=1.57079632679
61+
elif [ "${ROBOT_ENV}" == rwc2017 ]
62+
then
6363
export ROBOT_INIT_X=9.3
6464
export ROBOT_INIT_Y=-7.3
6565
export ROBOT_INIT_PHI=2.35619449019
6666

67-
elif [ $ROBOT_ENV == rwc2018 ]; then
68-
69-
# Robot initial pose
67+
elif [ "${ROBOT_ENV}" == rwc2018 ]
68+
then
7069
export ROBOT_INIT_X=-11.0
7170
export ROBOT_INIT_Y=8.5
7271
export ROBOT_INIT_PHI=0.0
73-
74-
elif [ $ROBOT_ENV == rwc2022 ]; then
75-
76-
# Robot initial pose
72+
elif [ "${ROBOT_ENV}" == rwc2019 ]
73+
then
74+
export ROBOT_INIT_X=0.0
75+
export ROBOT_INIT_Y=0.0
76+
export ROBOT_INIT_PHI=0.0
77+
elif [ "${ROBOT_ENV}" == rwc2022 ]
78+
then
7779
export ROBOT_INIT_X=-0.5
7880
export ROBOT_INIT_Y=3.25
7981
export ROBOT_INIT_PHI=0.0
80-
81-
elif [ $ROBOT_ENV == biestheuvel ]; then
82-
83-
# Robot initial pose
84-
export ROBOT_INIT_X=3
85-
export ROBOT_INIT_Y=-1
86-
export ROBOT_INIT_PHI=1.57
87-
88-
elif [ $ROBOT_ENV == impuls ]; then
89-
90-
# Robot initial pose
91-
export ROBOT_INIT_X=0.2
92-
export ROBOT_INIT_Y=0.5
93-
export ROBOT_INIT_PHI=0.0
94-
9582
fi

0 commit comments

Comments
 (0)