mirror of
https://github.com/overte-org/overte.git
synced 2025-05-28 03:30:26 +02:00
Conflicts: libraries/controllers/src/controllers/Route.cpp libraries/controllers/src/controllers/ScriptingInterface.cpp libraries/controllers/src/controllers/StandardController.cpp libraries/controllers/src/controllers/impl/RouteBuilderProxy.h
36 lines
No EOL
915 B
JSON
36 lines
No EOL
915 B
JSON
{
|
|
"name": "example mapping from Standard to actions",
|
|
"channels": [ {
|
|
"from": "Standard.LY",
|
|
"filters": [ {
|
|
"type": "clamp",
|
|
"min": 0,
|
|
"max": 1
|
|
}
|
|
],
|
|
"to": "Actions.Forward"
|
|
}, {
|
|
"from": "Standard.LY",
|
|
"filters": [ {
|
|
"type": "clamp",
|
|
"min": -1,
|
|
"max": 0
|
|
}, {
|
|
"type": "invert"
|
|
}
|
|
],
|
|
"to": "Actions.Backward"
|
|
}, {
|
|
"from": "Standard.LX",
|
|
"filters": [ {
|
|
"type": "scale",
|
|
"scale": 2.0
|
|
}
|
|
],
|
|
"to": "Actions.Yaw"
|
|
}, {
|
|
"from": "Standard.A",
|
|
"to": "Actions.Action0"
|
|
}
|
|
]
|
|
} |