Skip to content

Commit 0028dd0

Browse files
Rich Mattesrichmattes
Rich Mattes
authored andcommitted
Applied patch #3026121: Actuator Array bug fix
1 parent ac38bba commit 0028dd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libstage/model_actuator.cc

+3
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ void ModelActuator::Update( void )
198198
CurrentPose.z - InitialPose.z,
199199
CurrentPose.a - InitialPose.a );
200200

201+
cosa = cos(InitialPose.a);
202+
sina = sin(InitialPose.a);
203+
201204
switch (actuator_type)
202205
{
203206
case TYPE_LINEAR:

0 commit comments

Comments
 (0)