Files
rerun-io--rerun/examples/python/robot_data_preprocessing/input_data/offsets.json
T
2026-07-13 13:05:14 +08:00

17 lines
352 B
JSON

{
"transforms": [
{
"parent": "world",
"child": "left_base_link",
"translation": [-0.4575, -0.019, 0.02],
"quaternion_xyzw": [0.0, 0.0, 0.0, 1.0]
},
{
"parent": "world",
"child": "right_base_link",
"translation": [0.4575, -0.019, 0.02],
"quaternion_xyzw": [0.0, 0.0, -1.0, 0.0]
}
]
}