mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
make pronav use the correct units
This commit is contained in:
parent
17e211ed59
commit
9a2d6313b0
@ -47,4 +47,4 @@ if (accTime > 0) then {
|
||||
_navigationParams set [0, [_seekerTargetPos, _targetVelocity, _attackProfileDirection]];
|
||||
};
|
||||
|
||||
_commandedAcceleration
|
||||
_commandedAcceleration vectorMultiply _timestep
|
||||
|
@ -43,4 +43,4 @@ if (accTime > 0) then {
|
||||
_navigationParams set [0, [_seekerTargetPos, _targetVelocity, _attackProfileDirection]];
|
||||
};
|
||||
|
||||
_commandedAcceleration
|
||||
_commandedAcceleration vectorMultiply _timestep
|
||||
|
Loading…
Reference in New Issue
Block a user