Skip to content

Commit

Permalink
Updated T parameters in rotated camera odometry example.
Browse files Browse the repository at this point in the history
Updated T value is second wheeled odometry example json to reflect the new wheel origin offset relative to the now *rotated* camera frame.
  • Loading branch information
krazycoder2k committed Jan 3, 2020
1 parent 3b01c08 commit 559223e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/t265.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ Below is a sample calibration file with inline comments (not a valid file format
"extrinsics": {
"T": [
0.0, // No Translation.
-0.92, // 0.92m below (-Y) the camera.
0.44 // 0.44m behind (+Z) the camera.
-0.3394, // 0.3394m below (-Y) the camera.
0.9617 // 0.9617m behind (+Z) the camera.
],
"T_variance": [
9.999999974752427e-7,
Expand Down

0 comments on commit 559223e

Please sign in to comment.