gtsam-develop 4.3a0.dev202508021458__cp312-cp312-macosx_10_15_x86_64.whl → 4.3a0.dev202508081446__cp312-cp312-macosx_10_15_x86_64.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.dev202508021458.dylib → libgtsam.4.3a0.dev202508081446.dylib} +0 -0
- gtsam/.dylibs/{libgtsam_unstable.4.3a0.dev202508021458.dylib → libgtsam_unstable.4.3a0.dev202508081446.dylib} +0 -0
- gtsam/__init__.pyi +14 -14
- gtsam/gtsam/__init__.pyi +7 -5
- gtsam/gtsam.cpython-312-darwin.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_unstable/gtsam_unstable.cpython-312-darwin.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
|
Binary file
|
|
Binary file
|
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
5
|
from builtins import dict as KeyPairDoubleMap
|
|
6
|
+
from builtins import dict as IndexPairSetMap
|
|
7
7
|
from builtins import dict as MatchIndicesMap
|
|
8
|
-
from builtins import list as BetweenFactorPose2s
|
|
9
|
-
from builtins import list as BinaryMeasurementsUnit3
|
|
10
|
-
from builtins import list as IndexPairVector
|
|
11
|
-
from builtins import list as Pose3Vector
|
|
12
8
|
from builtins import list as SfmCameras
|
|
13
|
-
from builtins import list as
|
|
14
|
-
from builtins import list as Rot3Vector
|
|
9
|
+
from builtins import list as Point2Pairs
|
|
15
10
|
from builtins import list as Point3Pairs
|
|
16
|
-
from builtins import list as
|
|
17
|
-
from builtins import list as
|
|
11
|
+
from builtins import list as BinaryMeasurementsUnit3
|
|
12
|
+
from builtins import list as IndexPairVector
|
|
18
13
|
from builtins import list as SfmTracks
|
|
14
|
+
from builtins import list as BinaryMeasurementsRot3
|
|
15
|
+
from builtins import list as BetweenFactorPose3s
|
|
19
16
|
from builtins import list as SfmTrack2dVector
|
|
20
17
|
from builtins import list as BinaryMeasurementsPoint3
|
|
21
|
-
from builtins import list as SfmMeasurementVector
|
|
22
|
-
from builtins import list as Point2Pairs
|
|
23
|
-
from builtins import list as BinaryMeasurementsRot3
|
|
24
|
-
from builtins import list as KeypointsVector
|
|
25
18
|
from builtins import list as Point2Vector
|
|
26
|
-
from builtins import list as
|
|
19
|
+
from builtins import list as BetweenFactorPose2s
|
|
20
|
+
from builtins import list as Pose3Pairs
|
|
21
|
+
from builtins import list as Pose2Pairs
|
|
22
|
+
from builtins import list as KeyVector
|
|
23
|
+
from builtins import list as Pose3Vector
|
|
24
|
+
from builtins import list as Rot3Vector
|
|
25
|
+
from builtins import list as KeypointsVector
|
|
26
|
+
from builtins import list as SfmMeasurementVector
|
|
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
|
@@ -11575,9 +11575,7 @@ class PreintegratedRotation:
|
|
|
11575
11575
|
def equals(self, other: PreintegratedRotation, tol: float) -> bool:
|
|
11576
11576
|
...
|
|
11577
11577
|
def integrateCoriolis(self, rot_i: Rot3) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
11578
|
-
|
|
11579
|
-
Integrate coriolis correction in body frame rot_i.
|
|
11580
|
-
"""
|
|
11578
|
+
...
|
|
11581
11579
|
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:
|
|
11582
11580
|
"""
|
|
11583
11581
|
Calculate an incremental rotation given the gyro measurement and a time interval, and update both deltaTij_ and deltaRij_.
|
|
@@ -13129,7 +13127,9 @@ class ScenarioRunner:
|
|
|
13129
13127
|
def gravity_n(self) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
13130
13128
|
...
|
|
13131
13129
|
def imuSampleTime(self) -> float:
|
|
13132
|
-
|
|
13130
|
+
"""
|
|
13131
|
+
The IMU sample time (i.e. the time between two IMU measurements)
|
|
13132
|
+
"""
|
|
13133
13133
|
def integrate(self, T: float, estimatedBias: imuBias.ConstantBias, corrupted: bool) -> PreintegratedImuMeasurements:
|
|
13134
13134
|
"""
|
|
13135
13135
|
Integrate measurements for T seconds into a PIM.
|
|
@@ -13137,7 +13137,9 @@ class ScenarioRunner:
|
|
|
13137
13137
|
def measuredAngularVelocity(self, t: float) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
13138
13138
|
...
|
|
13139
13139
|
def measuredSpecificForce(self, t: float) -> numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]:
|
|
13140
|
-
|
|
13140
|
+
"""
|
|
13141
|
+
Specific force measured by accelerometer, corrupted by bias and noise.
|
|
13142
|
+
"""
|
|
13141
13143
|
def predict(self, pim: PreintegratedImuMeasurements, estimatedBias: imuBias.ConstantBias) -> NavState:
|
|
13142
13144
|
"""
|
|
13143
13145
|
Predict predict given a PIM.
|
|
Binary file
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
gtsam/symbol_shorthand.py,sha256=HlTV-Z5aB5cXWT5AsbKOeWZIHoXQsH2W1S90ET-tidA,236
|
|
2
|
-
gtsam/__init__.pyi,sha256=
|
|
2
|
+
gtsam/__init__.pyi,sha256=IxfebbnEm6t9abATPEPDpqqUu_IWMcHhgHZsivOjSY4,44348
|
|
3
3
|
gtsam/gtsfm.py,sha256=Udlkb6o5iUk69uxBkb88-W1GLfu1g8iSuZlLu-RRU0o,202
|
|
4
|
-
gtsam/gtsam.cpython-312-darwin.so,sha256=
|
|
4
|
+
gtsam/gtsam.cpython-312-darwin.so,sha256=nnJwgXhkCb-p-QDv3XxprTOTlunPn-Kol0BAOQ07l7o,27819488
|
|
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=-yn7_jeJbTa_3KJGgqcr_NDD70UhDZ8tYX2M2lPLmSQ,3384
|
|
9
9
|
gtsam/gtsam/gtsfm.pyi,sha256=Onoh4CRaSYIQ0FID0vBkZeV7ESIhc2fh4rJGgaPY-ug,702
|
|
10
|
-
gtsam/gtsam/__init__.pyi,sha256=
|
|
10
|
+
gtsam/gtsam/__init__.pyi,sha256=AVitFCThx0hj4pNJsWzUc1z8dQf5aWzTCUqmhVivi4o,742585
|
|
11
11
|
gtsam/gtsam/so3.pyi,sha256=UoDGISMgcStVTAtc_y6CmHXCtPJrJ7ju70z3ZH1OLR4,3939
|
|
12
12
|
gtsam/gtsam/imuBias.pyi,sha256=UqK0nLVICpnyw8B8_Q1GgX-qRd6atlCXT6OZNffZ1ao,2797
|
|
13
13
|
gtsam/gtsam/symbol_shorthand.pyi,sha256=iaQLf_-hch_4YTYbSWTLINKtIL9Mg7W7HKOMuCXp8Ok,991
|
|
@@ -129,9 +129,9 @@ 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=Zdt9bJonKZ6UqOr9vX46yIR7Ii7FQMAb25KFtictZxY,140096
|
|
132
|
-
gtsam/.dylibs/libgtsam.4.3a0.
|
|
132
|
+
gtsam/.dylibs/libgtsam.4.3a0.dev202508081446.dylib,sha256=CPBuGBjt82KfQLFQCruvH2Wc_f6K4-gd-0pM4Pg4VPE,6881712
|
|
133
133
|
gtsam/.dylibs/libboost_regex.dylib,sha256=OuKqIt11T7pWAk6xIICf7IqZWnp2hL8mf5Yv21l53H0,374624
|
|
134
|
-
gtsam/.dylibs/libgtsam_unstable.4.3a0.
|
|
134
|
+
gtsam/.dylibs/libgtsam_unstable.4.3a0.dev202508081446.dylib,sha256=smMXrye5iMWqP5n9LmvdRuOIdAzGu2qL0aXTghn4Xpc,1884704
|
|
135
135
|
gtsam/.dylibs/libboost_serialization.dylib,sha256=TfkeoS_P_8cWumat96Q4LuMnGB_YFaSC-obPYM-JTao,420944
|
|
136
136
|
gtsam/.dylibs/libboost_timer.dylib,sha256=cp2NxSdL2hk5jTL63h41uzLfCKJQ3uRyCU8WhfoEl0g,82416
|
|
137
137
|
gtsam/.dylibs/libboost_filesystem.dylib,sha256=Fuh5k1wjz7-McEYOYjZGKedrYGsboXzTrf7GyXiEQiQ,199712
|
|
@@ -251,13 +251,13 @@ gtsam/Data/Balbianello/BalbianelloMedium-1.key.gz,sha256=RgT7tVXXOwvDug20TW-9xto
|
|
|
251
251
|
gtsam/Data/Balbianello/BalbianelloMedium-3.key.gz,sha256=yNMcyqwZCOj9FG-6qXQ9xhJjpM135cTBJYlOUBG0rnQ,296236
|
|
252
252
|
gtsam/Data/Balbianello/BalbianelloMedium-5.key.gz,sha256=4veDrxRdLH8k1DIhgj1984MitZ7nAWoXDWTWyXuu7Lg,241361
|
|
253
253
|
gtsam_unstable/__init__.py,sha256=FPc_oO5PFQZbrfpgugzQuI6LJfP1fzq82UQf_nuyGtk,30
|
|
254
|
-
gtsam_unstable/gtsam_unstable.cpython-312-darwin.so,sha256=
|
|
254
|
+
gtsam_unstable/gtsam_unstable.cpython-312-darwin.so,sha256=3Fyg7mmoibm-BkgiaSNIJRzf6oKQYYkmbhkhXQLF0Fc,3197344
|
|
255
255
|
gtsam_unstable/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
256
256
|
gtsam_unstable/tests/test_ProjectionFactorRollingShutter.py,sha256=t2l62uWoXfjrM8oH6ogV7M20WjTYKZ4CSferdurMIY0,2156
|
|
257
257
|
gtsam_unstable/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
258
258
|
gtsam_unstable/examples/LocalizationExample.py,sha256=na47I1PQ_5Tenj8Wg2LBg3GaqP32O4yEb8jtRWKu0P8,2882
|
|
259
259
|
gtsam_unstable/examples/TimeOfArrivalExample.py,sha256=uky5ps4Ng83C0Q_s2EAc64Af6iztQjXXdj3ahifRXoI,3737
|
|
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/RECORD,,
|
|
261
|
+
gtsam_develop-4.3a0.dev202508081446.dist-info/WHEEL,sha256=6EKLL8RwhYSnVMolr8rrjA-E-LykMW3Kt89lzquJzH8,138
|
|
262
|
+
gtsam_develop-4.3a0.dev202508081446.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
263
|
+
gtsam_develop-4.3a0.dev202508081446.dist-info/METADATA,sha256=bIfyA2X0TEmygLgaYnXUK6JAl_nFUcsDnUI9A9ikuFs,7767
|
|
Binary file
|
|
File without changes
|
|
File without changes
|