Skip to content

Commit 33de7bc

Browse files
Markus WaldmannMarkus Waldmann
authored andcommitted
Changed Wind description
Changed the range to -pi to +pi like in common.proto for Oreintation3d messages. Added a note for minding the conversation from openSCENARIO. Signed-off-by: Markus Waldmann <Markus.Waldmann@stud.hs-kempten.de>
1 parent 63733ed commit 33de7bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

osi_environment.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,13 @@ message EnvironmentalConditions
428428
{
429429
// The target direction of the wind (not the origin direction) in the ground/xy-plane of the \c
430430
// world coordinate system. Corresponds to the heading/yaw angle. \c
431-
// x-axis-direction is 0 rad. Unit [rad]. Range [0...2 pi[
431+
// x-axis-direction is 0 rad.
432+
//
433+
// Unit: rad
434+
//
435+
// The preferred angular range is [-pi, pi]
436+
//
437+
// \note The range in openSCENARIO is Range [0...2 pi[. Mind the conversion.
432438
//
433439
optional Vector3d direction = 1;
434440

0 commit comments

Comments
 (0)