Skip to content

Commit

Permalink
Merge pull request #5579 from krazycoder2k/patch-2
Browse files Browse the repository at this point in the history
Updated T parameters in rotated camera odometry example.
  • Loading branch information
dorodnic committed Mar 5, 2020
2 parents ba5ccae + 559223e commit d4f297c
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 d4f297c

Please sign in to comment.