RustPhysicsMQ/inputs/accel_all.json

78 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2026-03-11 12:50:50 +00:00
{
"records": [
{
"input": {
"joystick": {
"throttle_input": 0,
"roll_input": 0,
"yaw_input": 0,
"pitch_input": 0
},
"position": {
"lat": 0,
"long": 0,
"alt": 0
},
"rotation": {
"roll": 0,
"yaw": 0,
"pitch": 0
},
"acceleration": {
"x": 0.15,
"y": 0.15,
"z": 0
},
"mode": "Acceleration"
},
"time": 0
},
{
"input": {
"joystick": {
"throttle_input": 0,
"roll_input": 0,
"yaw_input": 0,
"pitch_input": 0
},
"acceleration": {
"x": 0.3,
"y": -0.3,
"z": 0
},
"mode": "Acceleration"
},
"time": 3
},
{
"input": {
"joystick": {
"throttle_input": 0,
"roll_input": 0,
"yaw_input": 0,
"pitch_input": 0
},
"acceleration": {
"x": 0.4,
"y": 0,
"z": 1
},
"mode": "Acceleration"
},
"time": 10
},
{
"input": {
"joystick": {
"throttle_input": 0,
"roll_input": 0,
"yaw_input": 0,
"pitch_input": 0
},
"mode": "Acceleration"
},
"time": 20
}
]
}