Hey,
I'm currently working on a small wind turbine together with SODE. Everything works as planned. However, it does not turn into the wind, but in the direction where the wind blows.
How can I make the wind turbine turn into the wind?
Thats my XML of the turbine:
I'm currently working on a small wind turbine together with SODE. Everything works as planned. However, it does not turn into the wind, but in the direction where the wind blows.
How can I make the wind turbine turn into the wind?
Thats my XML of the turbine:
XML:
<SimObject Name="XXXX">
<Placement Lat="XXX" Lon="XXX" Alt="0#AGL" Hdg="0.0"/>
<Model SimTitle="XXXX">
<VariableDrivenRotation Variable="WindDirection" Axis="HEADING" Animated="Yes"/>
<ConditionalVisibility Variable="WindSpeed" Value="0-9"/>
</Model>
</SimObject>