Skip to content

Commit 7d5aaab

Browse files
committed
add typo fix from #2472
1 parent ab2bb45 commit 7d5aaab

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

gtsam/navigation/doc/ImuFactor.ipynb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"Instead of connecting five variables (`Pose_i`, `Vel_i`, `Pose_j`, `Vel_j`, `Bias_i`), the `ImuFactor2` connects three:\n",
3030
"\n",
3131
"1. `NavState` at time $i$ (`NavState` combines pose and velocity)\n",
32-
"2. `NavState` at time $j`\n",
32+
"2. `NavState` at time $j$\n",
3333
"3. IMU Bias at time $i$ (`imuBias::ConstantBias`)\n",
3434
"\n",
3535
"### Modeling Bias\n",
@@ -48,7 +48,13 @@
4848
]
4949
},
5050
"source": [
51-
"GTSAM Copyright 2010-2022, Georgia Tech Research Corporation,\nAtlanta, Georgia 30332-0415\nAll Rights Reserved\n\nAuthors: Frank Dellaert, et al. (see THANKS for the full author list)\n\nSee LICENSE for the license information"
51+
"GTSAM Copyright 2010-2022, Georgia Tech Research Corporation,\n",
52+
"Atlanta, Georgia 30332-0415\n",
53+
"All Rights Reserved\n",
54+
"\n",
55+
"Authors: Frank Dellaert, et al. (see THANKS for the full author list)\n",
56+
"\n",
57+
"See LICENSE for the license information"
5258
]
5359
},
5460
{
@@ -330,4 +336,4 @@
330336
},
331337
"nbformat": 4,
332338
"nbformat_minor": 2
333-
}
339+
}

0 commit comments

Comments
 (0)