gtsam-develop 4.3a0.dev202508241542__cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl → 4.3a0.dev202508241820__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 +14 -14
- gtsam/gtsam/__init__.pyi +1 -1
- gtsam/gtsam.cpython-313-aarch64-linux-gnu.so +0 -0
- {gtsam_develop-4.3a0.dev202508241542.dist-info → gtsam_develop-4.3a0.dev202508241820.dist-info}/METADATA +1 -1
- {gtsam_develop-4.3a0.dev202508241542.dist-info → gtsam_develop-4.3a0.dev202508241820.dist-info}/RECORD +10 -10
- gtsam_develop.libs/{libgtsam-57fc1f36.so.4.3a0.dev202508241542 → libgtsam-1d21cd03.so.4.3a0.dev202508241820} +0 -0
- gtsam_develop.libs/{libgtsam_unstable-e22bad36.so.4.3a0.dev202508241542 → libgtsam_unstable-e22bad36.so.4.3a0.dev202508241820} +0 -0
- gtsam_unstable/gtsam_unstable.cpython-313-aarch64-linux-gnu.so +0 -0
- {gtsam_develop-4.3a0.dev202508241542.dist-info → gtsam_develop-4.3a0.dev202508241820.dist-info}/WHEEL +0 -0
- {gtsam_develop-4.3a0.dev202508241542.dist-info → gtsam_develop-4.3a0.dev202508241820.dist-info}/top_level.txt +0 -0
gtsam/__init__.pyi
CHANGED
|
@@ -5,25 +5,25 @@ from __future__ import annotations
|
|
|
5
5
|
from builtins import dict as MatchIndicesMap
|
|
6
6
|
from builtins import dict as KeyPairDoubleMap
|
|
7
7
|
from builtins import dict as IndexPairSetMap
|
|
8
|
-
from builtins import list as Pose3Pairs
|
|
9
|
-
from builtins import list as SfmTracks
|
|
10
8
|
from builtins import list as KeypointsVector
|
|
11
|
-
from builtins import list as
|
|
12
|
-
from builtins import list as Point3Pairs
|
|
13
|
-
from builtins import list as SfmCameras
|
|
14
|
-
from builtins import list as BetweenFactorPose3s
|
|
15
|
-
from builtins import list as SfmTrack2dVector
|
|
16
|
-
from builtins import list as BinaryMeasurementsRot3
|
|
17
|
-
from builtins import list as Point2Vector
|
|
9
|
+
from builtins import list as SfmTracks
|
|
18
10
|
from builtins import list as Pose2Pairs
|
|
19
|
-
from builtins import list as
|
|
20
|
-
from builtins import list as Pose3Vector
|
|
21
|
-
from builtins import list as IndexPairVector
|
|
22
|
-
from builtins import list as KeyVector
|
|
23
|
-
from builtins import list as SfmMeasurementVector
|
|
11
|
+
from builtins import list as SfmTrack2dVector
|
|
24
12
|
from builtins import list as BinaryMeasurementsPoint3
|
|
13
|
+
from builtins import list as Pose3Pairs
|
|
25
14
|
from builtins import list as Point2Pairs
|
|
15
|
+
from builtins import list as IndexPairVector
|
|
16
|
+
from builtins import list as SfmMeasurementVector
|
|
17
|
+
from builtins import list as KeyVector
|
|
18
|
+
from builtins import list as Rot3Vector
|
|
19
|
+
from builtins import list as BinaryMeasurementsUnit3
|
|
20
|
+
from builtins import list as Point2Vector
|
|
21
|
+
from builtins import list as Pose3Vector
|
|
22
|
+
from builtins import list as BetweenFactorPose3s
|
|
23
|
+
from builtins import list as SfmCameras
|
|
24
|
+
from builtins import list as Point3Pairs
|
|
26
25
|
from builtins import list as BetweenFactorPose2s
|
|
26
|
+
from builtins import list as BinaryMeasurementsRot3
|
|
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
|
@@ -2980,7 +2980,7 @@ class DiscreteScenario(Scenario):
|
|
|
2980
2980
|
"""
|
|
2981
2981
|
Named constructor to create a scenario from a CSV file.
|
|
2982
2982
|
|
|
2983
|
-
The CSV file should contain a header row followed by data rows. All timestamps will be normalized so that the first timestamp in the file corresponds to t=0 for the scenario.
|
|
2983
|
+
The CSV file should contain a header row followed by data rows. All timestamps will be normalized so that the first timestamp in the file corresponds to t=0 for the scenario. CSV is expected to contain the following columns: t,q_w,q_x,q_y,q_z,v_x,v_y,v_z,p_x,p_y,p_z,w_x,w_y,w_z,a_x,a_y,a_z Other columns will be ignored.
|
|
2984
2984
|
|
|
2985
2985
|
Args:
|
|
2986
2986
|
csv_filepath: Path to the CSV file.
|
|
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=LU66hVJH2MfBk24PEy6ANRL_YuRlTET1Pxz_mR_wAsE,44359
|
|
3
|
+
gtsam/gtsam.cpython-313-aarch64-linux-gnu.so,sha256=j_Lw96vbMwL9FP1rJos-3oInQwJmQvXJFJ2AYxB7cDc,22988025
|
|
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=klMyTsH4VsYX7v3zUWr1ZgMiuINTete1qOLmFZaqvsY,742814
|
|
118
118
|
gtsam/gtsam/gtsfm.pyi,sha256=YqHbjQW2aHsecKdORMcoGqJscEVvor4GH3Ve8ze9e6A,713
|
|
119
119
|
gtsam/gtsam/imuBias.pyi,sha256=zXpyT6XAIoA6eOMRom7bzPc86BS_3VoO_oujcpsHct4,2808
|
|
120
120
|
gtsam/gtsam/lago.pyi,sha256=XP_iLWJJ8c8jnYidbxmh8iRzo9FiZcEM5TR73JM_bkE,562
|
|
@@ -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-e22bad36.so.4.3a0.
|
|
250
|
+
gtsam_develop.libs/libgtsam-1d21cd03.so.4.3a0.dev202508241820,sha256=N7qq4PU4ugm6fbQF_NZG6HCXlXA9_6Wa-x85mtXtiJE,11275857
|
|
251
|
+
gtsam_develop.libs/libgtsam_unstable-e22bad36.so.4.3a0.dev202508241820,sha256=mOegPm8zjCB51xZ1w9G35YQPyt1j_vy7zitM2kBwRTs,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-313-aarch64-linux-gnu.so,sha256=
|
|
254
|
+
gtsam_unstable/gtsam_unstable.cpython-313-aarch64-linux-gnu.so,sha256=iL8ngO9SB6uU1w6-Awfjo-T54OrntQT9brOHl2k0mag,2715857
|
|
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.dev202508241820.dist-info/METADATA,sha256=Fyn8l-4CJfBQxdpfQCUJ_nLfbhGbS308gORzO3OaWKE,8808
|
|
261
|
+
gtsam_develop-4.3a0.dev202508241820.dist-info/WHEEL,sha256=DVQfR3xH2KJfS7pBhJzIuIwL8FVo2fvDAAMW3lhwv20,153
|
|
262
|
+
gtsam_develop-4.3a0.dev202508241820.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
263
|
+
gtsam_develop-4.3a0.dev202508241820.dist-info/RECORD,,
|
|
index 008858c..b279853 100755
|
|
|
Binary file
|
|
index e511731..f129997 100755
|
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|