Skip to content

Commit 6c0e6c0

Browse files
committed
Specify height for temperature and pressure definitions
1 parent eaf5ce2 commit 6c0e6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_environment.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ message EnvironmentalConditions
1515
/// The time of day.
1616
optional TimeOfDay time_of_day = 2;
1717

18-
/// Atmospheric pressure in Pascal
18+
/// Atmospheric pressure in Pascal at z=0.0 in world frame
1919
optional double atmospheric_pressure = 3;
2020

21-
/// Temperature in Kelvin
21+
/// Temperature in Kelvin at z=0.0 in world frame
2222
optional double temperature = 4;
2323

2424
/// Precipitation

0 commit comments

Comments
 (0)