Skip to content

Commit 8d7573a

Browse files
angelacmaioadlarkiniche033Nate Koenig
authored
Adjusted temperature variation per world (#797)
* add thermal camera to marble husky Signed-off-by: Ashton Larkin <[email protected]> * new marble husky config 3 with thermal camera Signed-off-by: Ian Chen <[email protected]> * reuse config_1 files, add config_4 Signed-off-by: Ian Chen <[email protected]> * add config_4 files Signed-off-by: Ian Chen <[email protected]> * remove thermal camera from config_1 Signed-off-by: Ian Chen <[email protected]> * remove files Signed-off-by: Ian Chen <[email protected]> * add thermal properties to qual worlds * adjust lower gradient * apply thermal to remaining worlds * add thermal to stix and niosh * vary in-scene temperature gradients per world Co-authored-by: Ashton Larkin <[email protected]> Co-authored-by: Ian Chen <[email protected]> Co-authored-by: Nate Koenig <[email protected]>
1 parent 43fdd1f commit 8d7573a

31 files changed

+31
-31
lines changed

subt_ign/worlds/cave_circuit/01/cave_circuit_01.sdf

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

1717
<atmosphere type="adiabatic">
1818
<temperature>288</temperature>
19-
<temperature_gradient>0.2</temperature_gradient>
19+
<temperature_gradient>0.3</temperature_gradient>
2020
</atmosphere>
2121

2222
<!-- START ROCK FALL 1: Global obstacle -->

subt_ign/worlds/cave_circuit/02/cave_circuit_02.sdf

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

1717
<atmosphere type="adiabatic">
1818
<temperature>288</temperature>
19-
<temperature_gradient>0.2</temperature_gradient>
19+
<temperature_gradient>0.4</temperature_gradient>
2020
</atmosphere>
2121

2222
<!-- START ROCK FALL 1: Global obstacle -->

subt_ign/worlds/cave_circuit/05/cave_circuit_05.sdf

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

2323
<atmosphere type="adiabatic">
2424
<temperature>288</temperature>
25-
<temperature_gradient>0.2</temperature_gradient>
25+
<temperature_gradient>0.3</temperature_gradient>
2626
</atmosphere>
2727

2828
<!-- START ROCK FALL 1: Global obstacle -->

subt_ign/worlds/cave_circuit/06/cave_circuit_06.sdf

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

2323
<atmosphere type="adiabatic">
2424
<temperature>288</temperature>
25-
<temperature_gradient>0.2</temperature_gradient>
25+
<temperature_gradient>0.3</temperature_gradient>
2626
</atmosphere>
2727

2828
<!-- START ROCK FALL 1: Global obstacle -->

subt_ign/worlds/cave_circuit/08/cave_circuit_08.sdf

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

1919
<atmosphere type="adiabatic">
2020
<temperature>288</temperature>
21-
<temperature_gradient>0.2</temperature_gradient>
21+
<temperature_gradient>0.4</temperature_gradient>
2222
</atmosphere>
2323

2424
<!-- The staging area -->

subt_ign/worlds/cave_circuit_practice_02.sdf

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

1717
<atmosphere type="adiabatic">
1818
<temperature>288</temperature>
19-
<temperature_gradient>0.2</temperature_gradient>
19+
<temperature_gradient>0.3</temperature_gradient>
2020
</atmosphere>
2121

2222
<!-- START ROCK FALL 1 -->

subt_ign/worlds/cave_circuit_practice_03.sdf

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

1717
<atmosphere type="adiabatic">
1818
<temperature>288</temperature>
19-
<temperature_gradient>0.2</temperature_gradient>
19+
<temperature_gradient>0.4</temperature_gradient>
2020
</atmosphere>
2121

2222
<!-- START ROCK FALL 1 -->

subt_ign/worlds/cave_qual.sdf

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

1818
<atmosphere type="adiabatic">
1919
<temperature>288</temperature>
20-
<temperature_gradient>0.2</temperature_gradient>
20+
<temperature_gradient>0.3</temperature_gradient>
2121
</atmosphere>
2222

2323
<!-- The staging area -->

subt_ign/worlds/simple_cave_02.sdf

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

2121
<atmosphere type="adiabatic">
2222
<temperature>288</temperature>
23-
<temperature_gradient>0.2</temperature_gradient>
23+
<temperature_gradient>0.3</temperature_gradient>
2424
</atmosphere>
2525

2626
<!-- The staging area -->

subt_ign/worlds/simple_cave_03.sdf

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

2121
<atmosphere type="adiabatic">
2222
<temperature>288</temperature>
23-
<temperature_gradient>0.2</temperature_gradient>
23+
<temperature_gradient>0.4</temperature_gradient>
2424
</atmosphere>
2525

2626
<!-- The staging area -->

0 commit comments

Comments
 (0)