Skip to content

Commit 552d5cd

Browse files
[ImuFactor] tangent space Imu Factor
Don't bother reviewing this yet At the moment, most of the work was done here by Hayk Martiros. However, while moving changes around, it proved practical to lose track of the original commit. Topic: tangent_space_imu_factor Relative: on_manifold_imu_factor_test Labels: draft
1 parent 2e9523a commit 552d5cd

11 files changed

Lines changed: 3447 additions & 1 deletion

File tree

dev_requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ fonttools==4.38.0
8282
# via matplotlib
8383
graphviz==0.20.1
8484
# via symforce (setup.py)
85+
gtsam==4.1.1 ; python_version < "3.10"
86+
# via symforce (setup.py)
8587
idna==3.4
8688
# via requests
8789
imagesize==1.4.1
@@ -192,6 +194,7 @@ numba==0.56.4 ; python_version < "3.11"
192194
numpy==1.23.5
193195
# via
194196
# contourpy
197+
# gtsam
195198
# matplotlib
196199
# numba
197200
# pandas
@@ -253,7 +256,9 @@ pygments==2.13.0
253256
pylint==2.15.9
254257
# via symforce (setup.py)
255258
pyparsing==3.0.9
256-
# via matplotlib
259+
# via
260+
# gtsam
261+
# matplotlib
257262
pyrsistent==0.19.2
258263
# via jsonschema
259264
python-dateutil==2.8.2

gen/cpp/sym/factors/imu_preintegration_update.h

Lines changed: 1188 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)