gtsam-develop 4.3a0.dev202508021458__cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 4.3a0.dev202508081446__cp310-cp310-manylinux_2_17_aarch64.manylinux2014_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 +13 -13
- gtsam/gtsam/__init__.pyi +7 -5
- gtsam/gtsam.cpython-310-aarch64-linux-gnu.so +0 -0
- {gtsam_develop-4.3a0.dev202508021458.dist-info → gtsam_develop-4.3a0.dev202508081446.dist-info}/METADATA +1 -1
- {gtsam_develop-4.3a0.dev202508021458.dist-info → gtsam_develop-4.3a0.dev202508081446.dist-info}/RECORD +10 -10
- gtsam_develop.libs/{libgtsam-4bfd36cd.so.4.3a0.dev202508021458 → libgtsam-d26ed44f.so.4.3a0.dev202508081446} +0 -0
- gtsam_develop.libs/{libgtsam_unstable-c4df60a2.so.4.3a0.dev202508021458 → libgtsam_unstable-c4df60a2.so.4.3a0.dev202508081446} +0 -0
- gtsam_unstable/gtsam_unstable.cpython-310-aarch64-linux-gnu.so +0 -0
- {gtsam_develop-4.3a0.dev202508021458.dist-info → gtsam_develop-4.3a0.dev202508081446.dist-info}/WHEEL +0 -0
- {gtsam_develop-4.3a0.dev202508021458.dist-info → gtsam_develop-4.3a0.dev202508081446.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 MatchIndicesMap
|
|
6
|
-
from builtins import dict as IndexPairSetMap
|
|
7
5
|
from builtins import dict as KeyPairDoubleMap
|
|
8
|
-
from builtins import
|
|
9
|
-
from builtins import
|
|
6
|
+
from builtins import dict as IndexPairSetMap
|
|
7
|
+
from builtins import dict as MatchIndicesMap
|
|
8
|
+
from builtins import list as Pose3Pairs
|
|
10
9
|
from builtins import list as KeypointsVector
|
|
11
|
-
from builtins import list as BinaryMeasurementsRot3
|
|
12
|
-
from builtins import list as KeyVector
|
|
13
|
-
from builtins import list as BinaryMeasurementsPoint3
|
|
14
10
|
from builtins import list as SfmTrack2dVector
|
|
11
|
+
from builtins import list as BinaryMeasurementsRot3
|
|
15
12
|
from builtins import list as BetweenFactorPose2s
|
|
16
|
-
from builtins import list as
|
|
17
|
-
from builtins import list as SfmCameras
|
|
18
|
-
from builtins import list as Pose3Vector
|
|
19
|
-
from builtins import list as Rot3Vector
|
|
20
|
-
from builtins import list as SfmTracks
|
|
13
|
+
from builtins import list as BinaryMeasurementsPoint3
|
|
21
14
|
from builtins import list as IndexPairVector
|
|
15
|
+
from builtins import list as SfmTracks
|
|
16
|
+
from builtins import list as SfmCameras
|
|
22
17
|
from builtins import list as Point2Vector
|
|
23
|
-
from builtins import list as
|
|
18
|
+
from builtins import list as Point2Pairs
|
|
24
19
|
from builtins import list as Pose2Pairs
|
|
20
|
+
from builtins import list as Pose3Vector
|
|
21
|
+
from builtins import list as SfmMeasurementVector
|
|
25
22
|
from builtins import list as BinaryMeasurementsUnit3
|
|
23
|
+
from builtins import list as KeyVector
|
|
26
24
|
from builtins import list as BetweenFactorPose3s
|
|
25
|
+
from builtins import list as Rot3Vector
|
|
26
|
+
from builtins import list as Point3Pairs
|
|
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
|
@@ -11545,9 +11545,7 @@ class PreintegratedRotation:
|
|
|
11545
11545
|
def equals(self, other: PreintegratedRotation, tol: float) -> bool:
|
|
11546
11546
|
...
|
|
11547
11547
|
def integrateCoriolis(self, rot_i: Rot3) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
11548
|
-
|
|
11549
|
-
Integrate coriolis correction in body frame rot_i.
|
|
11550
|
-
"""
|
|
11548
|
+
...
|
|
11551
11549
|
def integrateGyroMeasurement(self, measuredOmega: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], biasHat: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]], deltaT: float) -> None:
|
|
11552
11550
|
"""
|
|
11553
11551
|
Calculate an incremental rotation given the gyro measurement and a time interval, and update both deltaTij_ and deltaRij_.
|
|
@@ -13099,7 +13097,9 @@ class ScenarioRunner:
|
|
|
13099
13097
|
def gravity_n(self) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
13100
13098
|
...
|
|
13101
13099
|
def imuSampleTime(self) -> float:
|
|
13102
|
-
|
|
13100
|
+
"""
|
|
13101
|
+
The IMU sample time (i.e. the time between two IMU measurements)
|
|
13102
|
+
"""
|
|
13103
13103
|
def integrate(self, T: float, estimatedBias: imuBias.ConstantBias, corrupted: bool) -> PreintegratedImuMeasurements:
|
|
13104
13104
|
"""
|
|
13105
13105
|
Integrate measurements for T seconds into a PIM.
|
|
@@ -13107,7 +13107,9 @@ class ScenarioRunner:
|
|
|
13107
13107
|
def measuredAngularVelocity(self, t: float) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
13108
13108
|
...
|
|
13109
13109
|
def measuredSpecificForce(self, t: float) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
13110
|
-
|
|
13110
|
+
"""
|
|
13111
|
+
Specific force measured by accelerometer, corrupted by bias and noise.
|
|
13112
|
+
"""
|
|
13111
13113
|
def predict(self, pim: PreintegratedImuMeasurements, estimatedBias: imuBias.ConstantBias) -> NavState:
|
|
13112
13114
|
"""
|
|
13113
13115
|
Predict predict given a PIM.
|
|
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-310-aarch64-linux-gnu.so,sha256=
|
|
2
|
+
gtsam/__init__.pyi,sha256=ojlNrRnwUqQhiGMPaYWsmbbXj6puNMYVOs4kLhSKIi8,44348
|
|
3
|
+
gtsam/gtsam.cpython-310-aarch64-linux-gnu.so,sha256=NNuMcnnktDoHqpFfql_kkc3wL9SPdzqDJ6YsKsANiIs,22922089
|
|
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
|
|
@@ -114,7 +114,7 @@ gtsam/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
114
114
|
gtsam/examples/gtsam_plotly.py,sha256=bTXAzZ3i_RunKrdGwFLsMsetYYleQrzDa50ekmrt_nQ,17073
|
|
115
115
|
gtsam/examples/plot_city10000.py,sha256=xsM1HFlcBn6TqEqQtZjlOl0WQI6tVZMgjtKdYIusbyE,3353
|
|
116
116
|
gtsam/examples/simulation.py,sha256=VAopcCosvdtXRy6xe547EDz73lXhLiYbPnFQZWjo2wU,5405
|
|
117
|
-
gtsam/gtsam/__init__.pyi,sha256=
|
|
117
|
+
gtsam/gtsam/__init__.pyi,sha256=c4Mk1ORpi0Dceyw1g_VrcPNZBDe2iHkMEMF0GMIoDzg,742355
|
|
118
118
|
gtsam/gtsam/gtsfm.pyi,sha256=Onoh4CRaSYIQ0FID0vBkZeV7ESIhc2fh4rJGgaPY-ug,702
|
|
119
119
|
gtsam/gtsam/imuBias.pyi,sha256=UqK0nLVICpnyw8B8_Q1GgX-qRd6atlCXT6OZNffZ1ao,2797
|
|
120
120
|
gtsam/gtsam/lago.pyi,sha256=-VzJaQ1ho25n7S4VjbugWmPNUtKeMsoESifX9K8l2Yo,551
|
|
@@ -247,17 +247,17 @@ gtsam_develop.libs/libboost_system-0f8f8a6a.so.1.87.0,sha256=vG7c-nCNDFk9UrmGaYj
|
|
|
247
247
|
gtsam_develop.libs/libboost_thread-e6217d1e.so.1.87.0,sha256=E2jFMpQ_xgH8mzebJPVAo9JKwZRF0cTUZx4q4aDVVKo,357745
|
|
248
248
|
gtsam_develop.libs/libboost_timer-c03b5720.so.1.87.0,sha256=C-jrqHaflQqKfg88hGhzFRof8w0WX5Lw-N56zLtD3CE,133249
|
|
249
249
|
gtsam_develop.libs/libcephes-gtsam-906422bf.so.1.0.0,sha256=aX4Q_2V2F1uwqCEdNkLhzOzgGWLf2cTeZn9OJeRcSvY,264913
|
|
250
|
-
gtsam_develop.libs/libgtsam-
|
|
251
|
-
gtsam_develop.libs/libgtsam_unstable-c4df60a2.so.4.3a0.
|
|
250
|
+
gtsam_develop.libs/libgtsam-d26ed44f.so.4.3a0.dev202508081446,sha256=cjJSPideq09tKL4nxltutKoSr_RwACyuJVuntAQBXLw,11275273
|
|
251
|
+
gtsam_develop.libs/libgtsam_unstable-c4df60a2.so.4.3a0.dev202508081446,sha256=4rpvH7wZHyd29uftczD-bp8i-MXPgxIwWFcgzo_KdKs,2585577
|
|
252
252
|
gtsam_develop.libs/libmetis-gtsam-b7310f3a.so,sha256=6Y9LebAEnr8OFCzKGxK2KADmtBGIq3XnzDpXF7jMX4A,546689
|
|
253
253
|
gtsam_unstable/__init__.py,sha256=FPc_oO5PFQZbrfpgugzQuI6LJfP1fzq82UQf_nuyGtk,30
|
|
254
|
-
gtsam_unstable/gtsam_unstable.cpython-310-aarch64-linux-gnu.so,sha256
|
|
254
|
+
gtsam_unstable/gtsam_unstable.cpython-310-aarch64-linux-gnu.so,sha256=-1RBJLLUoURS04NHw8oCG83V8J2dVQOHd0sPGOZgLvA,2715801
|
|
255
255
|
gtsam_unstable/examples/LocalizationExample.py,sha256=na47I1PQ_5Tenj8Wg2LBg3GaqP32O4yEb8jtRWKu0P8,2882
|
|
256
256
|
gtsam_unstable/examples/TimeOfArrivalExample.py,sha256=uky5ps4Ng83C0Q_s2EAc64Af6iztQjXXdj3ahifRXoI,3737
|
|
257
257
|
gtsam_unstable/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
258
258
|
gtsam_unstable/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
259
259
|
gtsam_unstable/tests/test_ProjectionFactorRollingShutter.py,sha256=t2l62uWoXfjrM8oH6ogV7M20WjTYKZ4CSferdurMIY0,2156
|
|
260
|
-
gtsam_develop-4.3a0.
|
|
261
|
-
gtsam_develop-4.3a0.
|
|
262
|
-
gtsam_develop-4.3a0.
|
|
263
|
-
gtsam_develop-4.3a0.
|
|
260
|
+
gtsam_develop-4.3a0.dev202508081446.dist-info/METADATA,sha256=bIfyA2X0TEmygLgaYnXUK6JAl_nFUcsDnUI9A9ikuFs,7767
|
|
261
|
+
gtsam_develop-4.3a0.dev202508081446.dist-info/WHEEL,sha256=vt10XHyx8XHNEIAFxeE1WFzs0eMXeaXoxjuAPSHPBl8,153
|
|
262
|
+
gtsam_develop-4.3a0.dev202508081446.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
263
|
+
gtsam_develop-4.3a0.dev202508081446.dist-info/RECORD,,
|
|
index 9f2f986..c185b2d 100755
|
|
|
Binary file
|
|
index 605dd74..cb6026c 100755
|
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|