Skip to content

Commit 745d61a

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 acaa223 commit 745d61a

11 files changed

Lines changed: 3446 additions & 0 deletions

File tree

dev_requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ fonttools==4.38.0
8080
# via matplotlib
8181
graphviz==0.20.1
8282
# via symforce (setup.py)
83+
gtsam==4.1.1 ; python_version < "3.10"
84+
# via symforce (setup.py)
8385
idna==3.4
8486
# via requests
8587
imagesize==1.4.1
@@ -190,6 +192,7 @@ numba==0.56.3 ; python_version < "3.11"
190192
numpy==1.23.4
191193
# via
192194
# contourpy
195+
# gtsam
193196
# matplotlib
194197
# numba
195198
# pandas
@@ -251,6 +254,7 @@ pylint==2.15.5
251254
# via symforce (setup.py)
252255
pyparsing==3.0.9
253256
# via
257+
# gtsam
254258
# matplotlib
255259
# packaging
256260
pyrsistent==0.19.1

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)