gtsam-develop 4.3a0.dev202509281227__cp313-cp313-macosx_11_0_arm64.whl → 4.3a0.dev202509282100__cp313-cp313-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gtsam-develop might be problematic. Click here for more details.
- gtsam/.dylibs/{libgtsam.4.3a0.dev202509281227.dylib → libgtsam.4.3a0.dev202509282100.dylib} +0 -0
- gtsam/.dylibs/{libgtsam_unstable.4.3a0.dev202509281227.dylib → libgtsam_unstable.4.3a0.dev202509282100.dylib} +0 -0
- gtsam/__init__.pyi +13 -13
- gtsam/gtsam/__init__.pyi +9 -21
- gtsam/gtsam.cpython-313-darwin.so +0 -0
- {gtsam_develop-4.3a0.dev202509281227.dist-info → gtsam_develop-4.3a0.dev202509282100.dist-info}/METADATA +1 -1
- {gtsam_develop-4.3a0.dev202509281227.dist-info → gtsam_develop-4.3a0.dev202509282100.dist-info}/RECORD +10 -10
- gtsam_unstable/gtsam_unstable.cpython-313-darwin.so +0 -0
- {gtsam_develop-4.3a0.dev202509281227.dist-info → gtsam_develop-4.3a0.dev202509282100.dist-info}/WHEEL +0 -0
- {gtsam_develop-4.3a0.dev202509281227.dist-info → gtsam_develop-4.3a0.dev202509282100.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
gtsam/__init__.pyi
CHANGED
|
@@ -3,27 +3,27 @@ Module definition file for GTSAM
|
|
|
3
3
|
"""
|
|
4
4
|
from __future__ import annotations
|
|
5
5
|
from builtins import dict as KeyPairDoubleMap
|
|
6
|
-
from builtins import dict as MatchIndicesMap
|
|
7
6
|
from builtins import dict as IndexPairSetMap
|
|
8
|
-
from builtins import
|
|
7
|
+
from builtins import dict as MatchIndicesMap
|
|
8
|
+
from builtins import list as SfmMeasurementVector
|
|
9
|
+
from builtins import list as IndexPairVector
|
|
10
|
+
from builtins import list as SfmTracks
|
|
9
11
|
from builtins import list as BetweenFactorPose3s
|
|
10
|
-
from builtins import list as Pose3Vector
|
|
11
|
-
from builtins import list as Point2Vector
|
|
12
|
-
from builtins import list as BetweenFactorPose2s
|
|
13
|
-
from builtins import list as BinaryMeasurementsRot3
|
|
14
|
-
from builtins import list as Point2Pairs
|
|
15
12
|
from builtins import list as BinaryMeasurementsUnit3
|
|
16
|
-
from builtins import list as
|
|
13
|
+
from builtins import list as Pose3Vector
|
|
17
14
|
from builtins import list as Pose2Pairs
|
|
18
15
|
from builtins import list as KeypointsVector
|
|
19
|
-
from builtins import list as
|
|
16
|
+
from builtins import list as Pose3Pairs
|
|
17
|
+
from builtins import list as SfmCameras
|
|
18
|
+
from builtins import list as Rot3Vector
|
|
19
|
+
from builtins import list as BinaryMeasurementsRot3
|
|
20
20
|
from builtins import list as SfmTrack2dVector
|
|
21
|
+
from builtins import list as Point2Pairs
|
|
21
22
|
from builtins import list as Point3Pairs
|
|
22
|
-
from builtins import list as
|
|
23
|
-
from builtins import list as
|
|
24
|
-
from builtins import list as SfmTracks
|
|
23
|
+
from builtins import list as Point2Vector
|
|
24
|
+
from builtins import list as BetweenFactorPose2s
|
|
25
25
|
from builtins import list as BinaryMeasurementsPoint3
|
|
26
|
-
from builtins import list as
|
|
26
|
+
from builtins import list as KeyVector
|
|
27
27
|
from gtsam.gtsam import AHRSFactor
|
|
28
28
|
from gtsam.gtsam import AcceleratingScenario
|
|
29
29
|
from gtsam.gtsam import AlgebraicDecisionTreeKey
|
gtsam/gtsam/__init__.pyi
CHANGED
|
@@ -8842,28 +8842,16 @@ class NavState:
|
|
|
8842
8842
|
def velocity(self) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
8843
8843
|
...
|
|
8844
8844
|
class NavStateImuEKF(LeftLinearEKFNavState):
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
|
|
8848
|
-
|
|
8849
|
-
|
|
8850
|
-
|
|
8851
|
-
|
|
8852
|
-
|
|
8853
|
-
X: Current NavState.
|
|
8854
|
-
omega_b: Body angular velocity measurement (rad/s).
|
|
8855
|
-
f_b: Body specific force measurement (m/s^2).
|
|
8856
|
-
dt: Time step in seconds.
|
|
8857
|
-
|
|
8858
|
-
Returns: The next NavState after applying the dynamics.
|
|
8859
|
-
"""
|
|
8860
|
-
def Gravity(self, n_gravity: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], dt: float) -> NavState:
|
|
8861
|
-
"""
|
|
8862
|
-
Calculate W (gravity-only left composition, world-frame increments)
|
|
8863
|
-
"""
|
|
8864
|
-
def IMU(self, omega_b: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], f_b: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], dt: float) -> NavState:
|
|
8845
|
+
@staticmethod
|
|
8846
|
+
def Dynamics(n_gravity: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], X: NavState, omega_b: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], f_b: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], dt: float) -> NavState:
|
|
8847
|
+
...
|
|
8848
|
+
@staticmethod
|
|
8849
|
+
def Gravity(n_gravity: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], dt: float) -> NavState:
|
|
8850
|
+
...
|
|
8851
|
+
@staticmethod
|
|
8852
|
+
def IMU(omega_b: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], f_b: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], dt: float) -> NavState:
|
|
8865
8853
|
"""
|
|
8866
|
-
Calculate U from raw IMU (no gravity): body-frame increments.
|
|
8854
|
+
Calculate U from raw IMU (no gravity): body-frame increments We do an explicit closed-form integration based on SO3(3) kernels.
|
|
8867
8855
|
"""
|
|
8868
8856
|
def __init__(self, X0: NavState, P0: numpy.ndarray[tuple[M, N], numpy.dtype[numpy.float64]], params: PreintegrationParams) -> None:
|
|
8869
8857
|
...
|
|
Binary file
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
gtsam/symbol_shorthand.py,sha256=HlTV-Z5aB5cXWT5AsbKOeWZIHoXQsH2W1S90ET-tidA,236
|
|
2
|
-
gtsam/gtsam.cpython-313-darwin.so,sha256=
|
|
3
|
-
gtsam/__init__.pyi,sha256=
|
|
2
|
+
gtsam/gtsam.cpython-313-darwin.so,sha256=8WSWGCvcdK_S4c2AGvtjv-MtmW64vZhjHP3YsAm5IMs,18906656
|
|
3
|
+
gtsam/__init__.pyi,sha256=f8Fp_x7wtd2ijU90KNtulhK3SQjfAWBBZOdqv8kJTBk,47139
|
|
4
4
|
gtsam/gtsfm.py,sha256=Udlkb6o5iUk69uxBkb88-W1GLfu1g8iSuZlLu-RRU0o,202
|
|
5
5
|
gtsam/__init__.py,sha256=6G-WPnb_FMQEJXNDDAmrKrQPau7evtd5svhTmMqhYSI,2011
|
|
6
6
|
gtsam/noiseModel.py,sha256=ybfIHa4sLXe78_k-Dib8nTaw34BRXqEDVtS2B9dzSO0,217
|
|
7
7
|
gtsam/imuBias.py,sha256=tz3bOCFl29iMycbGFoF-ud6kRsJYjA7DJ2RJoKPFRU8,209
|
|
8
8
|
gtsam/gtsam/utilities.pyi,sha256=i05kEneiWpMgXXo64Q0er5Ra-07ZXtSf4HafAq8bvjM,3395
|
|
9
9
|
gtsam/gtsam/gtsfm.pyi,sha256=YqHbjQW2aHsecKdORMcoGqJscEVvor4GH3Ve8ze9e6A,713
|
|
10
|
-
gtsam/gtsam/__init__.pyi,sha256=
|
|
10
|
+
gtsam/gtsam/__init__.pyi,sha256=P8yfk-K9qSIkAgA7tQwqROYX_g-rw-XEtXOn3Q90ulc,762725
|
|
11
11
|
gtsam/gtsam/so3.pyi,sha256=46DCpeWznNY3UMRjbnpSagaPwDer7_ZpUDwDLUS3Ceo,4534
|
|
12
12
|
gtsam/gtsam/imuBias.pyi,sha256=zXpyT6XAIoA6eOMRom7bzPc86BS_3VoO_oujcpsHct4,2808
|
|
13
13
|
gtsam/gtsam/symbol_shorthand.pyi,sha256=JMd25P7XvfC6iJJvLos3WmzmzJDgsCKtbzXBwBmvg34,1002
|
|
@@ -129,12 +129,12 @@ gtsam/utils/test_case.py,sha256=3wIqAW5_smes95XUJgUjD4v3FXACYSVzQ1l6MMdwSkA,1848
|
|
|
129
129
|
gtsam/utils/logging_optimizer.py,sha256=tRnzQKV4eT5djS0Ojy5J7OGu7oVRjZw7Jhjrx_VQVTU,4417
|
|
130
130
|
gtsam/utils/generate_trajectory.py,sha256=_1TZWhpRKj8ha0FOEmqUpEzAt3KLgwqyZJ4ueFD2jmE,2663
|
|
131
131
|
gtsam/.dylibs/libboost_thread.dylib,sha256=aT1DCt1Kvw1A2w2mRHIJhZRFrYmoDaI5xYM6wEt86L8,137200
|
|
132
|
-
gtsam/.dylibs/
|
|
132
|
+
gtsam/.dylibs/libgtsam_unstable.4.3a0.dev202509282100.dylib,sha256=YZMJQhUPjwpvztVC3UB79cOylEbAeXhs5pGtQmn3GFk,1623248
|
|
133
133
|
gtsam/.dylibs/libboost_regex.dylib,sha256=XWw3H3ehJjFuFVSSDGo2lyKOIsoTQ-0Aaf1ekhsQJfY,356464
|
|
134
|
+
gtsam/.dylibs/libgtsam.4.3a0.dev202509282100.dylib,sha256=6hlTSYie3Xu1PF2J4M_XC_cACH01ykwUGGygDMP3WbQ,5979936
|
|
134
135
|
gtsam/.dylibs/libboost_serialization.dylib,sha256=7OW78djID14u2YB_F_TuXomOIsEpt8I7RnCAGuGmwCc,418288
|
|
135
136
|
gtsam/.dylibs/libboost_timer.dylib,sha256=leVXIyCdydip4vwIm-Ghrt6UGy_Q-yhL2f8ITyfRku0,81520
|
|
136
137
|
gtsam/.dylibs/libboost_filesystem.dylib,sha256=WUuuO1JZADriLciFi63Ky4dmqt1KA7_V6DcNdzCANSo,197328
|
|
137
|
-
gtsam/.dylibs/libgtsam_unstable.4.3a0.dev202509281227.dylib,sha256=-t_MhnQrf-VnyNdLy1WFBz0PWKnUt8ZGfTwRiBf5WlU,1623248
|
|
138
138
|
gtsam/.dylibs/libcephes-gtsam.1.0.0.dylib,sha256=pNZtgCIaV7_dC0WPXobOc8sNvd_0WQo1AdYxUsqZ1D0,176352
|
|
139
139
|
gtsam/.dylibs/libmetis-gtsam.dylib,sha256=Od5V_NOZKhxu5cEw1wMfGxk3l0_2LEhV-GkEwnqyx4Q,449504
|
|
140
140
|
gtsam/.dylibs/libboost_atomic.dylib,sha256=AbG9FmLd7biQVvDL9F7_sLOEgmhgj5bwxX98c5jnVVc,104160
|
|
@@ -251,14 +251,14 @@ gtsam/Data/Balbianello/BalbianelloMedium-4.key.gz,sha256=P6tu3JmA0NKlcFYdgYczTOH
|
|
|
251
251
|
gtsam/Data/Balbianello/BalbianelloMedium-1.key.gz,sha256=RgT7tVXXOwvDug20TW-9xtoeO3dSSPMF1n9DaKxdrIw,332878
|
|
252
252
|
gtsam/Data/Balbianello/BalbianelloMedium-3.key.gz,sha256=yNMcyqwZCOj9FG-6qXQ9xhJjpM135cTBJYlOUBG0rnQ,296236
|
|
253
253
|
gtsam/Data/Balbianello/BalbianelloMedium-5.key.gz,sha256=4veDrxRdLH8k1DIhgj1984MitZ7nAWoXDWTWyXuu7Lg,241361
|
|
254
|
-
gtsam_develop-4.3a0.dev202509281227.dist-info/RECORD,,
|
|
255
|
-
gtsam_develop-4.3a0.dev202509281227.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
|
|
256
|
-
gtsam_develop-4.3a0.dev202509281227.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
257
|
-
gtsam_develop-4.3a0.dev202509281227.dist-info/METADATA,sha256=US2L9S213dcuytNx6lOyN6YNEyM64jAtzeA-9im68ug,8808
|
|
258
254
|
gtsam_unstable/__init__.py,sha256=FPc_oO5PFQZbrfpgugzQuI6LJfP1fzq82UQf_nuyGtk,30
|
|
259
|
-
gtsam_unstable/gtsam_unstable.cpython-313-darwin.so,sha256=
|
|
255
|
+
gtsam_unstable/gtsam_unstable.cpython-313-darwin.so,sha256=X9DDIW_XBEYUvuq9eWqFhyVEk79ygN95ypvDw7Gac3U,2050224
|
|
260
256
|
gtsam_unstable/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
261
257
|
gtsam_unstable/tests/test_ProjectionFactorRollingShutter.py,sha256=t2l62uWoXfjrM8oH6ogV7M20WjTYKZ4CSferdurMIY0,2156
|
|
262
258
|
gtsam_unstable/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
263
259
|
gtsam_unstable/examples/LocalizationExample.py,sha256=na47I1PQ_5Tenj8Wg2LBg3GaqP32O4yEb8jtRWKu0P8,2882
|
|
264
260
|
gtsam_unstable/examples/TimeOfArrivalExample.py,sha256=uky5ps4Ng83C0Q_s2EAc64Af6iztQjXXdj3ahifRXoI,3737
|
|
261
|
+
gtsam_develop-4.3a0.dev202509282100.dist-info/RECORD,,
|
|
262
|
+
gtsam_develop-4.3a0.dev202509282100.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
|
|
263
|
+
gtsam_develop-4.3a0.dev202509282100.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
264
|
+
gtsam_develop-4.3a0.dev202509282100.dist-info/METADATA,sha256=_THlvdT534OLdt0ZjzOuslkUWD7e_vwiIoWoyQnFX3M,8808
|
|
Binary file
|
|
File without changes
|
|
File without changes
|