gtsam-develop 4.3a0.dev202509281227__cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl → 4.3a0.dev202509282100__cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.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/__init__.pyi +16 -16
- gtsam/gtsam/__init__.pyi +9 -21
- gtsam/gtsam.cpython-313-aarch64-linux-gnu.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_develop.libs/{libgtsam-f747b1db.so.4.3a0.dev202509281227 → libgtsam-c8aa92bf.so.4.3a0.dev202509282100} +0 -0
- gtsam_develop.libs/{libgtsam_unstable-e22bad36.so.4.3a0.dev202509281227 → libgtsam_unstable-e22bad36.so.4.3a0.dev202509282100} +0 -0
- gtsam_unstable/gtsam_unstable.cpython-313-aarch64-linux-gnu.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
gtsam/__init__.pyi
CHANGED
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
Module definition file for GTSAM
|
|
3
3
|
"""
|
|
4
4
|
from __future__ import annotations
|
|
5
|
-
from builtins import dict as IndexPairSetMap
|
|
6
|
-
from builtins import dict as KeyPairDoubleMap
|
|
7
5
|
from builtins import dict as MatchIndicesMap
|
|
6
|
+
from builtins import dict as KeyPairDoubleMap
|
|
7
|
+
from builtins import dict as IndexPairSetMap
|
|
8
|
+
from builtins import list as Pose3Vector
|
|
9
|
+
from builtins import list as Rot3Vector
|
|
10
|
+
from builtins import list as BinaryMeasurementsPoint3
|
|
11
|
+
from builtins import list as Point2Pairs
|
|
12
|
+
from builtins import list as IndexPairVector
|
|
13
|
+
from builtins import list as BetweenFactorPose3s
|
|
14
|
+
from builtins import list as Point3Pairs
|
|
15
|
+
from builtins import list as Point2Vector
|
|
16
|
+
from builtins import list as Pose2Pairs
|
|
8
17
|
from builtins import list as KeypointsVector
|
|
18
|
+
from builtins import list as KeyVector
|
|
19
|
+
from builtins import list as SfmCameras
|
|
20
|
+
from builtins import list as BinaryMeasurementsRot3
|
|
9
21
|
from builtins import list as BetweenFactorPose2s
|
|
10
|
-
from builtins import list as
|
|
11
|
-
from builtins import list as Point2Pairs
|
|
22
|
+
from builtins import list as BinaryMeasurementsUnit3
|
|
12
23
|
from builtins import list as SfmMeasurementVector
|
|
13
|
-
from builtins import list as BinaryMeasurementsRot3
|
|
14
|
-
from builtins import list as SfmCameras
|
|
15
|
-
from builtins import list as KeyVector
|
|
16
24
|
from builtins import list as Pose3Pairs
|
|
17
|
-
from builtins import list as Point3Pairs
|
|
18
|
-
from builtins import list as Pose3Vector
|
|
19
|
-
from builtins import list as BinaryMeasurementsUnit3
|
|
20
|
-
from builtins import list as BetweenFactorPose3s
|
|
21
|
-
from builtins import list as BinaryMeasurementsPoint3
|
|
22
|
-
from builtins import list as SfmTrack2dVector
|
|
23
|
-
from builtins import list as Pose2Pairs
|
|
24
25
|
from builtins import list as SfmTracks
|
|
25
|
-
from builtins import list as
|
|
26
|
-
from builtins import list as IndexPairVector
|
|
26
|
+
from builtins import list as SfmTrack2dVector
|
|
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
|
@@ -8812,28 +8812,16 @@ class NavState:
|
|
|
8812
8812
|
def velocity(self) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
8813
8813
|
...
|
|
8814
8814
|
class NavStateImuEKF(LeftLinearEKFNavState):
|
|
8815
|
-
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
X: Current NavState.
|
|
8824
|
-
omega_b: Body angular velocity measurement (rad/s).
|
|
8825
|
-
f_b: Body specific force measurement (m/s^2).
|
|
8826
|
-
dt: Time step in seconds.
|
|
8827
|
-
|
|
8828
|
-
Returns: The next NavState after applying the dynamics.
|
|
8829
|
-
"""
|
|
8830
|
-
def Gravity(self, n_gravity: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], dt: float) -> NavState:
|
|
8831
|
-
"""
|
|
8832
|
-
Calculate W (gravity-only left composition, world-frame increments)
|
|
8833
|
-
"""
|
|
8834
|
-
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:
|
|
8815
|
+
@staticmethod
|
|
8816
|
+
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:
|
|
8817
|
+
...
|
|
8818
|
+
@staticmethod
|
|
8819
|
+
def Gravity(n_gravity: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], dt: float) -> NavState:
|
|
8820
|
+
...
|
|
8821
|
+
@staticmethod
|
|
8822
|
+
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:
|
|
8835
8823
|
"""
|
|
8836
|
-
Calculate U from raw IMU (no gravity): body-frame increments.
|
|
8824
|
+
Calculate U from raw IMU (no gravity): body-frame increments We do an explicit closed-form integration based on SO3(3) kernels.
|
|
8837
8825
|
"""
|
|
8838
8826
|
def __init__(self, X0: NavState, P0: numpy.ndarray[tuple[M, N], numpy.dtype[numpy.float64]], params: PreintegrationParams) -> None:
|
|
8839
8827
|
...
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
gtsam/__init__.py,sha256=6G-WPnb_FMQEJXNDDAmrKrQPau7evtd5svhTmMqhYSI,2011
|
|
2
|
-
gtsam/__init__.pyi,sha256=
|
|
3
|
-
gtsam/gtsam.cpython-313-aarch64-linux-gnu.so,sha256=
|
|
2
|
+
gtsam/__init__.pyi,sha256=5ebagiFh0UJFg2jOmPIy6kBQfe3kJ20z6NavlXPskPU,47139
|
|
3
|
+
gtsam/gtsam.cpython-313-aarch64-linux-gnu.so,sha256=0LW1lo5XXxjJaSiBLz9vjSwCjjbYyqs5MHlc-_j2dC4,23512841
|
|
4
4
|
gtsam/gtsfm.py,sha256=Udlkb6o5iUk69uxBkb88-W1GLfu1g8iSuZlLu-RRU0o,202
|
|
5
5
|
gtsam/imuBias.py,sha256=tz3bOCFl29iMycbGFoF-ud6kRsJYjA7DJ2RJoKPFRU8,209
|
|
6
6
|
gtsam/noiseModel.py,sha256=ybfIHa4sLXe78_k-Dib8nTaw34BRXqEDVtS2B9dzSO0,217
|
|
@@ -115,7 +115,7 @@ gtsam/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
115
115
|
gtsam/examples/gtsam_plotly.py,sha256=bTXAzZ3i_RunKrdGwFLsMsetYYleQrzDa50ekmrt_nQ,17073
|
|
116
116
|
gtsam/examples/plot_city10000.py,sha256=xsM1HFlcBn6TqEqQtZjlOl0WQI6tVZMgjtKdYIusbyE,3353
|
|
117
117
|
gtsam/examples/simulation.py,sha256=VAopcCosvdtXRy6xe547EDz73lXhLiYbPnFQZWjo2wU,5405
|
|
118
|
-
gtsam/gtsam/__init__.pyi,sha256=
|
|
118
|
+
gtsam/gtsam/__init__.pyi,sha256=SpRLOveaJidlUDd8id7LGCyBAvZokmnfP3lF5oKSSRM,762495
|
|
119
119
|
gtsam/gtsam/gtsfm.pyi,sha256=YqHbjQW2aHsecKdORMcoGqJscEVvor4GH3Ve8ze9e6A,713
|
|
120
120
|
gtsam/gtsam/imuBias.pyi,sha256=zXpyT6XAIoA6eOMRom7bzPc86BS_3VoO_oujcpsHct4,2808
|
|
121
121
|
gtsam/gtsam/lago.pyi,sha256=XP_iLWJJ8c8jnYidbxmh8iRzo9FiZcEM5TR73JM_bkE,562
|
|
@@ -248,17 +248,17 @@ gtsam_develop.libs/libboost_system-0f8f8a6a.so.1.87.0,sha256=vG7c-nCNDFk9UrmGaYj
|
|
|
248
248
|
gtsam_develop.libs/libboost_thread-e6217d1e.so.1.87.0,sha256=E2jFMpQ_xgH8mzebJPVAo9JKwZRF0cTUZx4q4aDVVKo,357745
|
|
249
249
|
gtsam_develop.libs/libboost_timer-c03b5720.so.1.87.0,sha256=C-jrqHaflQqKfg88hGhzFRof8w0WX5Lw-N56zLtD3CE,133249
|
|
250
250
|
gtsam_develop.libs/libcephes-gtsam-906422bf.so.1.0.0,sha256=aX4Q_2V2F1uwqCEdNkLhzOzgGWLf2cTeZn9OJeRcSvY,264913
|
|
251
|
-
gtsam_develop.libs/libgtsam-
|
|
252
|
-
gtsam_develop.libs/libgtsam_unstable-e22bad36.so.4.3a0.
|
|
251
|
+
gtsam_develop.libs/libgtsam-c8aa92bf.so.4.3a0.dev202509282100,sha256=IbEd3hZdSWfqEewhpkaiGnVsZ4sKGw7ynbigdO5iVHo,11278393
|
|
252
|
+
gtsam_develop.libs/libgtsam_unstable-e22bad36.so.4.3a0.dev202509282100,sha256=MzXyopkWK-2D8Xs-6swfAr7Y2tQxRw8sJWnjPWfpHIs,2585577
|
|
253
253
|
gtsam_develop.libs/libmetis-gtsam-b7310f3a.so,sha256=6Y9LebAEnr8OFCzKGxK2KADmtBGIq3XnzDpXF7jMX4A,546689
|
|
254
254
|
gtsam_unstable/__init__.py,sha256=FPc_oO5PFQZbrfpgugzQuI6LJfP1fzq82UQf_nuyGtk,30
|
|
255
|
-
gtsam_unstable/gtsam_unstable.cpython-313-aarch64-linux-gnu.so,sha256=
|
|
255
|
+
gtsam_unstable/gtsam_unstable.cpython-313-aarch64-linux-gnu.so,sha256=bbq5JxsDdSFawfQun7QMCJR1xTRowuFBwjgK-L8xNnA,2715857
|
|
256
256
|
gtsam_unstable/examples/LocalizationExample.py,sha256=na47I1PQ_5Tenj8Wg2LBg3GaqP32O4yEb8jtRWKu0P8,2882
|
|
257
257
|
gtsam_unstable/examples/TimeOfArrivalExample.py,sha256=uky5ps4Ng83C0Q_s2EAc64Af6iztQjXXdj3ahifRXoI,3737
|
|
258
258
|
gtsam_unstable/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
259
259
|
gtsam_unstable/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
260
260
|
gtsam_unstable/tests/test_ProjectionFactorRollingShutter.py,sha256=t2l62uWoXfjrM8oH6ogV7M20WjTYKZ4CSferdurMIY0,2156
|
|
261
|
-
gtsam_develop-4.3a0.
|
|
262
|
-
gtsam_develop-4.3a0.
|
|
263
|
-
gtsam_develop-4.3a0.
|
|
264
|
-
gtsam_develop-4.3a0.
|
|
261
|
+
gtsam_develop-4.3a0.dev202509282100.dist-info/METADATA,sha256=_THlvdT534OLdt0ZjzOuslkUWD7e_vwiIoWoyQnFX3M,8808
|
|
262
|
+
gtsam_develop-4.3a0.dev202509282100.dist-info/WHEEL,sha256=DVQfR3xH2KJfS7pBhJzIuIwL8FVo2fvDAAMW3lhwv20,153
|
|
263
|
+
gtsam_develop-4.3a0.dev202509282100.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
264
|
+
gtsam_develop-4.3a0.dev202509282100.dist-info/RECORD,,
|
|
index c56d6e2..6c59723 100755
|
|
|
Binary file
|
|
index f640b64..66f6530 100755
|
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|