File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -422,21 +422,22 @@ message EnvironmentalConditions
422
422
//
423
423
// \brief Defines wind properties.
424
424
//
425
- // \note Aligns with the wind speed and direction as defined in ASAM OpenSCENARIO.
425
+ // \note Inspired by the wind speed and direction as defined in ASAM OpenSCENARIO.
426
426
//
427
427
message Wind
428
428
{
429
- // The target direction of the wind (not the origin direction) in the ground/xy-plane of the \c
429
+ // The origin direction of the wind (not the target direction) in the ground/xy-plane of the \c
430
430
// world coordinate system. Corresponds to the heading/yaw angle. \c
431
431
// x-axis-direction is 0 rad.
432
432
//
433
433
// Unit: rad
434
434
//
435
435
// The preferred angular range is [-pi, pi]
436
436
//
437
- // \note The range in openSCENARIO is Range [0...2 pi[. Mind the conversion.
437
+ // \note The direction is the origin, not the target direction. \c
438
+ // The range in openSCENARIO is Range [0...2 pi[. Mind the conversion.
438
439
//
439
- optional Vector3d direction = 1 ;
440
+ optional Vector3d origin_direction = 1 ;
440
441
441
442
// The wind speed.
442
443
//
You can’t perform that action at this time.
0 commit comments