gtsam-develop 4.3a0.dev202509282100__cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl → 4.3a0.dev202509282341__cp312-cp312-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 +15 -15
- gtsam/gtsam/__init__.pyi +2 -2
- gtsam/gtsam.cpython-312-aarch64-linux-gnu.so +0 -0
- {gtsam_develop-4.3a0.dev202509282100.dist-info → gtsam_develop-4.3a0.dev202509282341.dist-info}/METADATA +1 -1
- {gtsam_develop-4.3a0.dev202509282100.dist-info → gtsam_develop-4.3a0.dev202509282341.dist-info}/RECORD +10 -10
- gtsam_develop.libs/{libgtsam-c8aa92bf.so.4.3a0.dev202509282100 → libgtsam-cfc9a497.so.4.3a0.dev202509282341} +0 -0
- gtsam_develop.libs/{libgtsam_unstable-e22bad36.so.4.3a0.dev202509282100 → libgtsam_unstable-e22bad36.so.4.3a0.dev202509282341} +0 -0
- gtsam_unstable/gtsam_unstable.cpython-312-aarch64-linux-gnu.so +0 -0
- {gtsam_develop-4.3a0.dev202509282100.dist-info → gtsam_develop-4.3a0.dev202509282341.dist-info}/WHEEL +0 -0
- {gtsam_develop-4.3a0.dev202509282100.dist-info → gtsam_develop-4.3a0.dev202509282341.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 KeyPairDoubleMap
|
|
6
5
|
from builtins import dict as IndexPairSetMap
|
|
6
|
+
from builtins import dict as KeyPairDoubleMap
|
|
7
7
|
from builtins import dict as MatchIndicesMap
|
|
8
|
-
from builtins import list as BetweenFactorPose2s
|
|
9
|
-
from builtins import list as Point3Pairs
|
|
10
|
-
from builtins import list as Pose3Vector
|
|
11
|
-
from builtins import list as SfmTracks
|
|
12
|
-
from builtins import list as KeyVector
|
|
13
|
-
from builtins import list as Pose2Pairs
|
|
14
|
-
from builtins import list as Rot3Vector
|
|
15
|
-
from builtins import list as BetweenFactorPose3s
|
|
16
|
-
from builtins import list as KeypointsVector
|
|
17
|
-
from builtins import list as SfmTrack2dVector
|
|
18
8
|
from builtins import list as BinaryMeasurementsUnit3
|
|
19
|
-
from builtins import list as Point2Vector
|
|
20
|
-
from builtins import list as SfmCameras
|
|
21
|
-
from builtins import list as SfmMeasurementVector
|
|
22
|
-
from builtins import list as BinaryMeasurementsPoint3
|
|
23
9
|
from builtins import list as Point2Pairs
|
|
10
|
+
from builtins import list as SfmTrack2dVector
|
|
11
|
+
from builtins import list as SfmCameras
|
|
12
|
+
from builtins import list as Pose3Vector
|
|
24
13
|
from builtins import list as BinaryMeasurementsRot3
|
|
14
|
+
from builtins import list as Pose2Pairs
|
|
15
|
+
from builtins import list as KeypointsVector
|
|
16
|
+
from builtins import list as SfmTracks
|
|
25
17
|
from builtins import list as IndexPairVector
|
|
18
|
+
from builtins import list as SfmMeasurementVector
|
|
19
|
+
from builtins import list as Point3Pairs
|
|
20
|
+
from builtins import list as BetweenFactorPose3s
|
|
26
21
|
from builtins import list as Pose3Pairs
|
|
22
|
+
from builtins import list as KeyVector
|
|
23
|
+
from builtins import list as Point2Vector
|
|
24
|
+
from builtins import list as Rot3Vector
|
|
25
|
+
from builtins import list as BetweenFactorPose2s
|
|
26
|
+
from builtins import list as BinaryMeasurementsPoint3
|
|
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
|
@@ -8819,9 +8819,9 @@ class NavStateImuEKF(LeftLinearEKFNavState):
|
|
|
8819
8819
|
def Gravity(n_gravity: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], dt: float) -> NavState:
|
|
8820
8820
|
...
|
|
8821
8821
|
@staticmethod
|
|
8822
|
-
def
|
|
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:
|
|
8823
8823
|
"""
|
|
8824
|
-
Calculate U from raw IMU (no gravity): body-frame increments We do an explicit closed-form integration based on
|
|
8824
|
+
Calculate U from raw IMU (no gravity): body-frame increments We do an explicit closed-form integration based on SO(3) kernels.
|
|
8825
8825
|
"""
|
|
8826
8826
|
def __init__(self, X0: NavState, P0: numpy.ndarray[tuple[M, N], numpy.dtype[numpy.float64]], params: PreintegrationParams) -> None:
|
|
8827
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-312-aarch64-linux-gnu.so,sha256=
|
|
2
|
+
gtsam/__init__.pyi,sha256=lH5VoqnKhDYjMwiyFb35-BhlbND7iCQRxPSZDEnl2pI,47139
|
|
3
|
+
gtsam/gtsam.cpython-312-aarch64-linux-gnu.so,sha256=Abp9Y492zrh5F9tprMhdm17w3heKJXkmXlwtxI2bSm4,23512769
|
|
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=VUsim8t7YgO8Dr82gW6QfpcqlW3kWsNmKJt63AEVCjw,762494
|
|
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-cfc9a497.so.4.3a0.dev202509282341,sha256=DM8Y_nP1p1xFmAz3nLTwWOw5mZ_CDvdvazVoCj_AaRw,11278513
|
|
252
|
+
gtsam_develop.libs/libgtsam_unstable-e22bad36.so.4.3a0.dev202509282341,sha256=4lyJNocSrbhN6odMIuHzH10392msSSday6Pvo0RExZw,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-312-aarch64-linux-gnu.so,sha256=
|
|
255
|
+
gtsam_unstable/gtsam_unstable.cpython-312-aarch64-linux-gnu.so,sha256=thJ3P5bEu2UJtOyO5N7Nyrb5oqbfr0Q9sfsDkv96LPs,2715801
|
|
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.dev202509282341.dist-info/METADATA,sha256=nouSJz0YJomBdVrYH16laQb0LWW1d4vQ_injwDLbrR8,8808
|
|
262
|
+
gtsam_develop-4.3a0.dev202509282341.dist-info/WHEEL,sha256=29GglsfgOKni3MnvXwDNoeBjBZY4LOjl_HH3QTWETk4,153
|
|
263
|
+
gtsam_develop-4.3a0.dev202509282341.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
264
|
+
gtsam_develop-4.3a0.dev202509282341.dist-info/RECORD,,
|
|
index 6c59723..b770d0c 100755
|
|
|
Binary file
|
|
index 66f6530..a2ae521 100755
|
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|