mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 14:23:23 +02:00
fix step translate actions
This commit is contained in:
parent
3102a6ff08
commit
1f8a7cfea7
1 changed files with 2 additions and 2 deletions
|
@ -335,8 +335,8 @@ namespace controller {
|
|||
makeAxisPair(Action::STEP_PITCH, "StepPitch"),
|
||||
makeAxisPair(Action::STEP_ROLL, "StepRoll"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateX"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateY"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateZ"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_Y, "StepTranslateY"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_Z, "StepTranslateZ"),
|
||||
|
||||
makePosePair(Action::LEFT_HAND, "LeftHand"),
|
||||
makePosePair(Action::RIGHT_HAND, "RightHand"),
|
||||
|
|
Loading…
Reference in a new issue