boat: fix RUDDER_TURN_RATE

This commit is contained in:
Sergei Mozhaisky 2019-12-22 12:51:09 +00:00
parent c56daa63e8
commit e553c939c0

View File

@ -16,7 +16,7 @@ local vct = vector
local SAIL_ROT_RATE = 2
local WIND_FACTOR = 0.05
local RUDDER_LIMIT = 30 -- degrees
local RUDDER_TURN_RATE = rad(5)
local RUDDER_TURN_RATE = rad(10)
local LONGIT_DRAG_FACTOR = 0.13*0.13
local LATER_DRAG_FACTOR = 2.0
local ROLL_RATE = rad(2)