Skip to content

Commit 62fd3a9

Browse files
Markus WaldmannMarkus Waldmann
authored andcommitted
Rework of description
Added a fullstop to the description sentences. Signed-off-by: Markus Waldmann <Markus.Waldmann@stud.hs-kempten.de>
1 parent 33de7bc commit 62fd3a9

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

osi_environment.proto

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ message EnvironmentalConditions
105105
//
106106
optional Clouds clouds = 10;
107107

108-
// Definition of the wind properties
108+
// Definition of the wind properties.
109109
//
110110
optional Wind wind = 11;
111111

@@ -338,9 +338,9 @@ message EnvironmentalConditions
338338
}
339339

340340
//
341-
// \brief Specification of the cloud states
341+
// \brief Specification of the cloud states.
342342
//
343-
// \note within this message there is the cloud state level
343+
// \note within this message there is the cloud state level.
344344
//
345345
message Clouds
346346
{
@@ -364,7 +364,7 @@ message EnvironmentalConditions
364364
// With a little practice, the observer can easily determine the total amount of cloud cover.
365365
// Problems occur only with scattered clouds or many single clouds (cumulus).
366366
// Their cloud cover is often overestimated. On the other hand,
367-
// the coverage of thin ice clouds (cirrus) is often underestimated.[3]
367+
// the coverage of thin ice clouds (cirrus) is often underestimated [3].
368368
//
369369
// \par References:
370370
// [1] ISO 15469:2004(E) / CIE S 011/E:2003 : Spatial distribution of skylight
@@ -422,7 +422,7 @@ message EnvironmentalConditions
422422
//
423423
// \brief Defines wind properties.
424424
//
425-
// \note Aligns with the wind speed and direction as defined in ASAM OpenSCENARIO
425+
// \note Aligns with the wind speed and direction as defined in ASAM OpenSCENARIO.
426426
//
427427
message Wind
428428
{
@@ -438,27 +438,31 @@ message EnvironmentalConditions
438438
//
439439
optional Vector3d direction = 1;
440440

441-
// The wind speed. Unit [m/s]. Range [0...inf[
441+
// The wind speed.
442+
//
443+
// Unit m/s
444+
//
445+
// Range [0...inf[
442446
//
443447
optional double speed = 2;
444448
}
445449

446450
//
447451
// \brief Specification of sun properties.
448452
//
449-
// \note Aligns with the specification of sun properties according to ASAM OpenSCENARIO
453+
// \note Aligns with the specification of sun properties according to ASAM OpenSCENARIO.
450454
//
451455
message Sun
452456
{
453-
// Azimuth of the sun, counted counterclockwise
457+
// Azimuth of the sun, counted counterclockwise.
454458
//
455459
// Unit: rad
456460
//
457461
// The preferred angular range is [0, 2pi]
458462
//
459463
optional double azimuth = 1;
460464

461-
// Solar elevation angle
465+
// Solar elevation angle.
462466
//
463467
// Unit: rad
464468
//

0 commit comments

Comments
 (0)