Skip to content

Commit

Permalink
use set.cs_4p
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Oct 23, 2024
1 parent a254e9d commit 41e36cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/KitePodModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,12 @@ end
set_depower_steering(kcu::KCU, depower, steering)
Set the values of depower and steering. The value for depower must be between 0.0 and 1.0,
the value for steering between -1.0 and +1.0 .
the value for steering between -1.0 and +1.0 . The steering value is multiplied by the
constant kcu.set.cs_4p.
"""
function set_depower_steering(kcu::KCU, depower, steering)
kcu.set_depower = depower
kcu.set_steering = steering
kcu.set_steering = steering * kcu.set.cs_4p
nothing
end

Expand Down

0 comments on commit 41e36cd

Please sign in to comment.