We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf5ce2 commit 6c0e6c0Copy full SHA for 6c0e6c0
osi_environment.proto
@@ -15,10 +15,10 @@ message EnvironmentalConditions
15
/// The time of day.
16
optional TimeOfDay time_of_day = 2;
17
18
- /// Atmospheric pressure in Pascal
+ /// Atmospheric pressure in Pascal at z=0.0 in world frame
19
optional double atmospheric_pressure = 3;
20
21
- /// Temperature in Kelvin
+ /// Temperature in Kelvin at z=0.0 in world frame
22
optional double temperature = 4;
23
24
/// Precipitation
0 commit comments