-1

Goodmorning.

I'm using Veins v4.4 and I would like to understand which is the angle returned by getAngleRad() function in TraCIMobility.h

Thanks for helping

Sahil Gulati
  • 15,028
  • 4
  • 24
  • 42
FMA
  • 33
  • 1
  • 7

1 Answers1

1

In Veins 4.4, the getAngleRad() function of vehicles' mobility modules returns which direction the vehicle is currently facing, expressed in radians. Some sample values are:

West:   -π
South: -π/2
East:    0
North:  π/2
Christoph Sommer
  • 6,893
  • 1
  • 17
  • 35