gtsam-develop 4.3a0.dev202506050756__cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 4.3a0.dev202506061330__cp312-cp312-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 +14 -14
- gtsam/gtsam/__init__.pyi +0 -92
- gtsam/gtsam.cpython-312-aarch64-linux-gnu.so +0 -0
- gtsam/tests/test_Cal3Fisheye.py +7 -7
- gtsam/tests/test_Cal3Unified.py +8 -8
- gtsam/tests/test_GraphvizFormatting.py +3 -3
- gtsam/tests/test_HybridNonlinearFactorGraph.py +2 -2
- {gtsam_develop-4.3a0.dev202506050756.dist-info → gtsam_develop-4.3a0.dev202506061330.dist-info}/METADATA +1 -1
- {gtsam_develop-4.3a0.dev202506050756.dist-info → gtsam_develop-4.3a0.dev202506061330.dist-info}/RECORD +14 -14
- gtsam_develop.libs/{libgtsam-3738f4dc.so.4.3a0.dev202506050756 → libgtsam-3738f4dc.so.4.3a0.dev202506061330} +0 -0
- gtsam_develop.libs/{libgtsam_unstable-9cc685c5.so.4.3a0.dev202506050756 → libgtsam_unstable-9cc685c5.so.4.3a0.dev202506061330} +0 -0
- gtsam_unstable/gtsam_unstable.cpython-312-aarch64-linux-gnu.so +0 -0
- {gtsam_develop-4.3a0.dev202506050756.dist-info → gtsam_develop-4.3a0.dev202506061330.dist-info}/WHEEL +0 -0
- {gtsam_develop-4.3a0.dev202506050756.dist-info → gtsam_develop-4.3a0.dev202506061330.dist-info}/top_level.txt +0 -0
gtsam/__init__.pyi
CHANGED
|
@@ -3,27 +3,27 @@ Module definition file for GTSAM
|
|
|
3
3
|
"""
|
|
4
4
|
from __future__ import annotations
|
|
5
5
|
from builtins import dict as KeyPairDoubleMap
|
|
6
|
-
from builtins import dict as MatchIndicesMap
|
|
7
6
|
from builtins import dict as IndexPairSetMap
|
|
7
|
+
from builtins import dict as MatchIndicesMap
|
|
8
|
+
from builtins import list as KeypointsVector
|
|
9
|
+
from builtins import list as IndexPairVector
|
|
10
|
+
from builtins import list as Pose3Vector
|
|
11
|
+
from builtins import list as BetweenFactorPose3s
|
|
12
|
+
from builtins import list as SfmTrack2dVector
|
|
8
13
|
from builtins import list as Point3Pairs
|
|
9
|
-
from builtins import list as
|
|
14
|
+
from builtins import list as BinaryMeasurementsPoint3
|
|
10
15
|
from builtins import list as Rot3Vector
|
|
11
16
|
from builtins import list as SfmMeasurementVector
|
|
12
|
-
from builtins import list as
|
|
13
|
-
from builtins import list as
|
|
14
|
-
from builtins import list as BinaryMeasurementsPoint3
|
|
15
|
-
from builtins import list as SfmTrack2dVector
|
|
16
|
-
from builtins import list as IndexPairVector
|
|
17
|
-
from builtins import list as BetweenFactorPose3s
|
|
18
|
-
from builtins import list as SfmTracks
|
|
19
|
-
from builtins import list as Pose3Pairs
|
|
20
|
-
from builtins import list as Pose3Vector
|
|
17
|
+
from builtins import list as Point2Vector
|
|
18
|
+
from builtins import list as BinaryMeasurementsRot3
|
|
21
19
|
from builtins import list as Pose2Pairs
|
|
20
|
+
from builtins import list as KeyVector
|
|
22
21
|
from builtins import list as BetweenFactorPose2s
|
|
23
22
|
from builtins import list as Point2Pairs
|
|
24
|
-
from builtins import list as
|
|
25
|
-
from builtins import list as
|
|
26
|
-
from builtins import list as
|
|
23
|
+
from builtins import list as BinaryMeasurementsUnit3
|
|
24
|
+
from builtins import list as SfmTracks
|
|
25
|
+
from builtins import list as Pose3Pairs
|
|
26
|
+
from builtins import list as SfmCameras
|
|
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
|
@@ -15810,76 +15810,6 @@ class Values:
|
|
|
15810
15810
|
...
|
|
15811
15811
|
def insertPoint3(self, j: int, val: numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]) -> None:
|
|
15812
15812
|
...
|
|
15813
|
-
def insert_E(self, j: int, E: EssentialMatrix) -> None:
|
|
15814
|
-
...
|
|
15815
|
-
@typing.overload
|
|
15816
|
-
def insert_F(self, j: int, F: FundamentalMatrix) -> None:
|
|
15817
|
-
...
|
|
15818
|
-
@typing.overload
|
|
15819
|
-
def insert_F(self, j: int, F: SimpleFundamentalMatrix) -> None:
|
|
15820
|
-
...
|
|
15821
|
-
def insert_P(self, j: int, P: SOn) -> None:
|
|
15822
|
-
...
|
|
15823
|
-
def insert_Q(self, j: int, Q: SO4) -> None:
|
|
15824
|
-
...
|
|
15825
|
-
def insert_R(self, j: int, R: SO3) -> None:
|
|
15826
|
-
...
|
|
15827
|
-
def insert_c(self, j: int, c: float) -> None:
|
|
15828
|
-
...
|
|
15829
|
-
def insert_cal3_s2(self, j: int, cal3_s2: Cal3_S2) -> None:
|
|
15830
|
-
...
|
|
15831
|
-
def insert_cal3bundler(self, j: int, cal3bundler: Cal3Bundler) -> None:
|
|
15832
|
-
...
|
|
15833
|
-
def insert_cal3ds2(self, j: int, cal3ds2: Cal3DS2) -> None:
|
|
15834
|
-
...
|
|
15835
|
-
def insert_cal3f(self, j: int, cal3f: Cal3f) -> None:
|
|
15836
|
-
...
|
|
15837
|
-
def insert_cal3fisheye(self, j: int, cal3fisheye: Cal3Fisheye) -> None:
|
|
15838
|
-
...
|
|
15839
|
-
def insert_cal3unified(self, j: int, cal3unified: Cal3Unified) -> None:
|
|
15840
|
-
...
|
|
15841
|
-
@typing.overload
|
|
15842
|
-
def insert_camera(self, j: int, camera: PinholeCameraCal3Bundler) -> None:
|
|
15843
|
-
...
|
|
15844
|
-
@typing.overload
|
|
15845
|
-
def insert_camera(self, j: int, camera: PinholeCameraCal3f) -> None:
|
|
15846
|
-
...
|
|
15847
|
-
@typing.overload
|
|
15848
|
-
def insert_camera(self, j: int, camera: PinholeCameraCal3_S2) -> None:
|
|
15849
|
-
...
|
|
15850
|
-
@typing.overload
|
|
15851
|
-
def insert_camera(self, j: int, camera: PinholeCameraCal3DS2) -> None:
|
|
15852
|
-
...
|
|
15853
|
-
@typing.overload
|
|
15854
|
-
def insert_camera(self, j: int, camera: PinholeCameraCal3Fisheye) -> None:
|
|
15855
|
-
...
|
|
15856
|
-
@typing.overload
|
|
15857
|
-
def insert_camera(self, j: int, camera: PinholeCameraCal3Unified) -> None:
|
|
15858
|
-
...
|
|
15859
|
-
@typing.overload
|
|
15860
|
-
def insert_camera(self, j: int, camera: PinholePoseCal3Bundler) -> None:
|
|
15861
|
-
...
|
|
15862
|
-
@typing.overload
|
|
15863
|
-
def insert_camera(self, j: int, camera: ...) -> None:
|
|
15864
|
-
...
|
|
15865
|
-
@typing.overload
|
|
15866
|
-
def insert_camera(self, j: int, camera: PinholePoseCal3_S2) -> None:
|
|
15867
|
-
...
|
|
15868
|
-
@typing.overload
|
|
15869
|
-
def insert_camera(self, j: int, camera: PinholePoseCal3DS2) -> None:
|
|
15870
|
-
...
|
|
15871
|
-
@typing.overload
|
|
15872
|
-
def insert_camera(self, j: int, camera: PinholePoseCal3Fisheye) -> None:
|
|
15873
|
-
...
|
|
15874
|
-
@typing.overload
|
|
15875
|
-
def insert_camera(self, j: int, camera: PinholePoseCal3Unified) -> None:
|
|
15876
|
-
...
|
|
15877
|
-
def insert_constant_bias(self, j: int, constant_bias: ...) -> None:
|
|
15878
|
-
...
|
|
15879
|
-
def insert_matrix(self, j: int, matrix: numpy.ndarray[tuple[M, N], numpy.dtype[numpy.float64]]) -> None:
|
|
15880
|
-
...
|
|
15881
|
-
def insert_nav_state(self, j: int, nav_state: ...) -> None:
|
|
15882
|
-
...
|
|
15883
15813
|
@typing.overload
|
|
15884
15814
|
def insert_or_assign(self, values: Values) -> None:
|
|
15885
15815
|
"""
|
|
@@ -16004,28 +15934,6 @@ class Values:
|
|
|
16004
15934
|
@typing.overload
|
|
16005
15935
|
def insert_or_assign(self, j: int, c: float) -> None:
|
|
16006
15936
|
...
|
|
16007
|
-
def insert_plane(self, j: int, plane: OrientedPlane3) -> None:
|
|
16008
|
-
...
|
|
16009
|
-
def insert_point2(self, j: int, point2: numpy.ndarray[tuple[typing.Literal[2], typing.Literal[1]], numpy.dtype[numpy.float64]]) -> None:
|
|
16010
|
-
...
|
|
16011
|
-
def insert_point3(self, j: int, point3: numpy.ndarray[tuple[typing.Literal[3], typing.Literal[1]], numpy.dtype[numpy.float64]]) -> None:
|
|
16012
|
-
...
|
|
16013
|
-
def insert_pose2(self, j: int, pose2: Pose2) -> None:
|
|
16014
|
-
...
|
|
16015
|
-
def insert_pose3(self, j: int, pose3: Pose3) -> None:
|
|
16016
|
-
...
|
|
16017
|
-
def insert_rot2(self, j: int, rot2: Rot2) -> None:
|
|
16018
|
-
...
|
|
16019
|
-
def insert_rot3(self, j: int, rot3: Rot3) -> None:
|
|
16020
|
-
...
|
|
16021
|
-
def insert_similarity2(self, j: int, similarity2: Similarity2) -> None:
|
|
16022
|
-
...
|
|
16023
|
-
def insert_similarity3(self, j: int, similarity3: Similarity3) -> None:
|
|
16024
|
-
...
|
|
16025
|
-
def insert_unit3(self, j: int, unit3: Unit3) -> None:
|
|
16026
|
-
...
|
|
16027
|
-
def insert_vector(self, j: int, vector: numpy.ndarray[tuple[M, typing.Literal[1]], numpy.dtype[numpy.float64]]) -> None:
|
|
16028
|
-
...
|
|
16029
15937
|
def keys(self) -> list[int]:
|
|
16030
15938
|
"""
|
|
16031
15939
|
Returns a vector of keys in the config.
|
|
Binary file
|
gtsam/tests/test_Cal3Fisheye.py
CHANGED
|
@@ -91,8 +91,8 @@ class TestCal3Fisheye(GtsamTestCase):
|
|
|
91
91
|
noise_model = gtsam.noiseModel.Isotropic.Sigma(2, 1)
|
|
92
92
|
pose_key, point_key = P(0), L(0)
|
|
93
93
|
k = gtsam.Cal3Fisheye()
|
|
94
|
-
state.
|
|
95
|
-
state.
|
|
94
|
+
state.insert(pose_key, gtsam.Pose3())
|
|
95
|
+
state.insertPoint3(point_key, self.obj_point)
|
|
96
96
|
factor = gtsam.GenericProjectionFactorCal3Fisheye(measured, noise_model, pose_key, point_key, k)
|
|
97
97
|
graph.add(factor)
|
|
98
98
|
score = graph.error(state)
|
|
@@ -106,9 +106,9 @@ class TestCal3Fisheye(GtsamTestCase):
|
|
|
106
106
|
noise_model = gtsam.noiseModel.Isotropic.Sigma(2, 1)
|
|
107
107
|
camera_key, pose_key, landmark_key = K(0), P(0), L(0)
|
|
108
108
|
k = gtsam.Cal3Fisheye()
|
|
109
|
-
state.
|
|
110
|
-
state.
|
|
111
|
-
state.
|
|
109
|
+
state.insert(camera_key, k)
|
|
110
|
+
state.insert(pose_key, gtsam.Pose3())
|
|
111
|
+
state.insertPoint3(landmark_key, gtsam.Point3(self.obj_point))
|
|
112
112
|
factor = gtsam.GeneralSFMFactor2Cal3Fisheye(measured, noise_model, pose_key, landmark_key, camera_key)
|
|
113
113
|
graph.add(factor)
|
|
114
114
|
score = graph.error(state)
|
|
@@ -168,8 +168,8 @@ class TestCal3Fisheye(GtsamTestCase):
|
|
|
168
168
|
camera = gtsam.Cal3Fisheye()
|
|
169
169
|
state = gtsam.Values()
|
|
170
170
|
pose_key, landmark_key = P(0), L(0)
|
|
171
|
-
state.
|
|
172
|
-
state.
|
|
171
|
+
state.insertPoint3(landmark_key, obj_point)
|
|
172
|
+
state.insert(pose_key, pose)
|
|
173
173
|
g = gtsam.NonlinearFactorGraph()
|
|
174
174
|
noise_model = gtsam.noiseModel.Unit.Create(2)
|
|
175
175
|
factor = gtsam.GenericProjectionFactorCal3Fisheye(img_point, noise_model, pose_key, landmark_key, camera)
|
gtsam/tests/test_Cal3Unified.py
CHANGED
|
@@ -93,8 +93,8 @@ class TestCal3Unified(GtsamTestCase):
|
|
|
93
93
|
noise_model = gtsam.noiseModel.Isotropic.Sigma(2, 1)
|
|
94
94
|
pose_key, point_key = P(0), L(0)
|
|
95
95
|
k = self.stereographic
|
|
96
|
-
state.
|
|
97
|
-
state.
|
|
96
|
+
state.insert(pose_key, gtsam.Pose3())
|
|
97
|
+
state.insertPoint3(point_key, self.obj_point)
|
|
98
98
|
factor = gtsam.GenericProjectionFactorCal3Unified(measured, noise_model, pose_key, point_key, k)
|
|
99
99
|
graph.add(factor)
|
|
100
100
|
score = graph.error(state)
|
|
@@ -109,9 +109,9 @@ class TestCal3Unified(GtsamTestCase):
|
|
|
109
109
|
noise_model = gtsam.noiseModel.Isotropic.Sigma(2, 1)
|
|
110
110
|
camera_key, pose_key, landmark_key = K(0), P(0), L(0)
|
|
111
111
|
k = self.stereographic
|
|
112
|
-
state.
|
|
113
|
-
state.
|
|
114
|
-
state.
|
|
112
|
+
state.insert(camera_key, k)
|
|
113
|
+
state.insert(pose_key, gtsam.Pose3())
|
|
114
|
+
state.insertPoint3(landmark_key, self.obj_point)
|
|
115
115
|
factor = gtsam.GeneralSFMFactor2Cal3Unified(measured, noise_model, pose_key, landmark_key, camera_key)
|
|
116
116
|
graph.add(factor)
|
|
117
117
|
score = graph.error(state)
|
|
@@ -125,9 +125,9 @@ class TestCal3Unified(GtsamTestCase):
|
|
|
125
125
|
camera = gtsam.Cal3Unified()
|
|
126
126
|
state = gtsam.Values()
|
|
127
127
|
camera_key, pose_key, landmark_key = K(0), P(0), L(0)
|
|
128
|
-
state.
|
|
129
|
-
state.
|
|
130
|
-
state.
|
|
128
|
+
state.insert(camera_key, camera)
|
|
129
|
+
state.insertPoint3(landmark_key, obj_point_on_axis)
|
|
130
|
+
state.insert(pose_key, pose)
|
|
131
131
|
g = gtsam.NonlinearFactorGraph()
|
|
132
132
|
noise_model = gtsam.noiseModel.Unit.Create(2)
|
|
133
133
|
factor = gtsam.GeneralSFMFactor2Cal3Unified(img_point, noise_model, pose_key, landmark_key, camera_key)
|
|
@@ -29,9 +29,9 @@ class TestGraphvizFormatting(GtsamTestCase):
|
|
|
29
29
|
self.graph.add(gtsam.BetweenFactorPose2(1, 2, odometry, odometryNoise))
|
|
30
30
|
|
|
31
31
|
self.values = gtsam.Values()
|
|
32
|
-
self.values.
|
|
33
|
-
self.values.
|
|
34
|
-
self.values.
|
|
32
|
+
self.values.insert(0, gtsam.Pose2(0., 0., 0.))
|
|
33
|
+
self.values.insert(1, gtsam.Pose2(2., 0., 0.))
|
|
34
|
+
self.values.insert(2, gtsam.Pose2(4., 0., 0.))
|
|
35
35
|
|
|
36
36
|
def test_default(self):
|
|
37
37
|
"""Test with default GraphvizFormatting"""
|
|
@@ -40,8 +40,8 @@ class TestHybridGaussianFactorGraph(GtsamTestCase):
|
|
|
40
40
|
nlfg.push_back(gtsam.HybridNonlinearFactor(mode, factors))
|
|
41
41
|
nlfg.push_back(gtsam.DecisionTreeFactor(mode, "1 3"))
|
|
42
42
|
values = gtsam.Values()
|
|
43
|
-
values.
|
|
44
|
-
values.
|
|
43
|
+
values.insertPoint3(1, Point3(0, 0, 0))
|
|
44
|
+
values.insertPoint3(2, Point3(2, 3, 1))
|
|
45
45
|
hfg = nlfg.linearize(values)
|
|
46
46
|
hbn = hfg.eliminateSequential()
|
|
47
47
|
hbv = hbn.optimize()
|
|
@@ -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=gJAwZTe2W2pTs3WT_u5xlZybrlQOXKDULTmJob_p1ZU,43159
|
|
3
|
+
gtsam/gtsam.cpython-312-aarch64-linux-gnu.so,sha256=nC_Zd23Z2Auvpv1iVM81X91KQa0FSjoQNo8vtv6E34M,22459129
|
|
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=RFucYrQc7RbsrSEoSZS9j3m_2keswTP1lr_AkgvpXGc,719618
|
|
118
118
|
gtsam/gtsam/gtsfm.pyi,sha256=Onoh4CRaSYIQ0FID0vBkZeV7ESIhc2fh4rJGgaPY-ug,702
|
|
119
119
|
gtsam/gtsam/imuBias.pyi,sha256=gD6w5kd9xpO4uBEpfNym_3LjW67MV7HPQRYOOoDPysQ,2478
|
|
120
120
|
gtsam/gtsam/lago.pyi,sha256=-VzJaQ1ho25n7S4VjbugWmPNUtKeMsoESifX9K8l2Yo,551
|
|
@@ -161,8 +161,8 @@ gtsam/tests/plot_city10000.py,sha256=xsM1HFlcBn6TqEqQtZjlOl0WQI6tVZMgjtKdYIusbyE
|
|
|
161
161
|
gtsam/tests/simulation.py,sha256=VAopcCosvdtXRy6xe547EDz73lXhLiYbPnFQZWjo2wU,5405
|
|
162
162
|
gtsam/tests/testEssentialMatrixConstraint.py,sha256=itUlcBRIT2hfZCYY7XBX6ElmAbivs9gh1yGxyjF_cgc,1488
|
|
163
163
|
gtsam/tests/testScenarioRunner.py,sha256=2FMRp9-mOeY0cBFJaciWf6833etU3wy7Fy-NmAjTcF8,1213
|
|
164
|
-
gtsam/tests/test_Cal3Fisheye.py,sha256=
|
|
165
|
-
gtsam/tests/test_Cal3Unified.py,sha256=
|
|
164
|
+
gtsam/tests/test_Cal3Fisheye.py,sha256=eA3l_XidrN1oLT1aLR9ghsJoMYx2a05ZPC1oRC2x2tU,8209
|
|
165
|
+
gtsam/tests/test_Cal3Unified.py,sha256=2fcwgtYIasq7gNPAe3rWtFdCMRXT1nGkB7bNEzEwYBQ,7321
|
|
166
166
|
gtsam/tests/test_Chebyshev2.py,sha256=z-L5sKdO4CT3kjYTm-ToJFb-BmkQmEe9nkM5m5fDhe0,10791
|
|
167
167
|
gtsam/tests/test_DSFMap.py,sha256=fhlgNsqcXvf4dipaKq-VBxTYTYeUHM39S_wqwOUZ0L4,2107
|
|
168
168
|
gtsam/tests/test_DecisionTreeFactor.py,sha256=HL429wr8TnOwgHawIgyguLRYBmHSrvnP10PzztP27ok,3494
|
|
@@ -179,10 +179,10 @@ gtsam/tests/test_FrobeniusFactor.py,sha256=egW1w1CzwlfGXijNB6_eYL2s9A0fSpTqtvXmq
|
|
|
179
179
|
gtsam/tests/test_FundamentalMatrix.py,sha256=Bf_-8LJMqBu0SHQeNfWBjixDNp8ccbaD0T-GGlgcWT4,10814
|
|
180
180
|
gtsam/tests/test_GaussianBayesNet.py,sha256=tF5CDF5giL9gfHOgQ4dwY1u4JQmg4mxh8jCDQ-3-8Wk,2430
|
|
181
181
|
gtsam/tests/test_GaussianFactorGraph.py,sha256=C7U4Dfogavc-Wef0OpWn3Yqvh-fUosKYsRrbITRo2u4,3418
|
|
182
|
-
gtsam/tests/test_GraphvizFormatting.py,sha256=
|
|
182
|
+
gtsam/tests/test_GraphvizFormatting.py,sha256=zWZ1PfhOtj9SpZ-SDnLrrPn1MOsSos_Sedfrmckwtlg,4258
|
|
183
183
|
gtsam/tests/test_HybridBayesNet.py,sha256=8RnBWhp9dM45MIFiAnuRFR3uf8UWCMMn7Mgy5JJW32U,14189
|
|
184
184
|
gtsam/tests/test_HybridFactorGraph.py,sha256=_tJld82_p_AxkqMQdeL11PEA5xTk-p21Fj1RLPvhljE,13093
|
|
185
|
-
gtsam/tests/test_HybridNonlinearFactorGraph.py,sha256=
|
|
185
|
+
gtsam/tests/test_HybridNonlinearFactorGraph.py,sha256=Hp1b1SJtGXkN1MhwruB0-ffgfQTva-2F-NTue1mcwBk,1727
|
|
186
186
|
gtsam/tests/test_HybridValues.py,sha256=DtgMnPFoifEuce0hS-gOozLFqfheVfwPO8ehQhpigtc,9027
|
|
187
187
|
gtsam/tests/test_JacobianFactor.py,sha256=KfmbVGocm0sW-iwE23ErKzrhoYSS8VE4YUU2sG_v2lU,2704
|
|
188
188
|
gtsam/tests/test_KalmanFilter.py,sha256=OinaR5eDHP9kYzn-CDvtX2FiPdOW15EkGExGIrSzCA0,3334
|
|
@@ -246,17 +246,17 @@ gtsam_develop.libs/libboost_system-0f8f8a6a.so.1.87.0,sha256=vG7c-nCNDFk9UrmGaYj
|
|
|
246
246
|
gtsam_develop.libs/libboost_thread-e6217d1e.so.1.87.0,sha256=E2jFMpQ_xgH8mzebJPVAo9JKwZRF0cTUZx4q4aDVVKo,357745
|
|
247
247
|
gtsam_develop.libs/libboost_timer-c03b5720.so.1.87.0,sha256=C-jrqHaflQqKfg88hGhzFRof8w0WX5Lw-N56zLtD3CE,133249
|
|
248
248
|
gtsam_develop.libs/libcephes-gtsam-906422bf.so.1.0.0,sha256=aX4Q_2V2F1uwqCEdNkLhzOzgGWLf2cTeZn9OJeRcSvY,264913
|
|
249
|
-
gtsam_develop.libs/libgtsam-3738f4dc.so.4.3a0.
|
|
250
|
-
gtsam_develop.libs/libgtsam_unstable-9cc685c5.so.4.3a0.
|
|
249
|
+
gtsam_develop.libs/libgtsam-3738f4dc.so.4.3a0.dev202506061330,sha256=Bz7ASToZQbL4o3n2adhMrwFimGMyLFLmUbNCBnVdUCA,10773265
|
|
250
|
+
gtsam_develop.libs/libgtsam_unstable-9cc685c5.so.4.3a0.dev202506061330,sha256=8mvoNLIIXLb_pynw1roJdiaLWpBEFaaq2kqGBrHbuvY,2585473
|
|
251
251
|
gtsam_develop.libs/libmetis-gtsam-b7310f3a.so,sha256=6Y9LebAEnr8OFCzKGxK2KADmtBGIq3XnzDpXF7jMX4A,546689
|
|
252
252
|
gtsam_unstable/__init__.py,sha256=FPc_oO5PFQZbrfpgugzQuI6LJfP1fzq82UQf_nuyGtk,30
|
|
253
|
-
gtsam_unstable/gtsam_unstable.cpython-312-aarch64-linux-gnu.so,sha256=
|
|
253
|
+
gtsam_unstable/gtsam_unstable.cpython-312-aarch64-linux-gnu.so,sha256=X7olMo969V7cPveBOrNeUo5q7f02hDTUDHza88eE4r4,2715785
|
|
254
254
|
gtsam_unstable/examples/LocalizationExample.py,sha256=na47I1PQ_5Tenj8Wg2LBg3GaqP32O4yEb8jtRWKu0P8,2882
|
|
255
255
|
gtsam_unstable/examples/TimeOfArrivalExample.py,sha256=uky5ps4Ng83C0Q_s2EAc64Af6iztQjXXdj3ahifRXoI,3737
|
|
256
256
|
gtsam_unstable/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
257
257
|
gtsam_unstable/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
258
258
|
gtsam_unstable/tests/test_ProjectionFactorRollingShutter.py,sha256=t2l62uWoXfjrM8oH6ogV7M20WjTYKZ4CSferdurMIY0,2156
|
|
259
|
-
gtsam_develop-4.3a0.
|
|
260
|
-
gtsam_develop-4.3a0.
|
|
261
|
-
gtsam_develop-4.3a0.
|
|
262
|
-
gtsam_develop-4.3a0.
|
|
259
|
+
gtsam_develop-4.3a0.dev202506061330.dist-info/METADATA,sha256=CZiVg2nPAQ4dfY0_DPsYTDXG0RzJJQO5kt8GQzJCfF4,7767
|
|
260
|
+
gtsam_develop-4.3a0.dev202506061330.dist-info/WHEEL,sha256=29GglsfgOKni3MnvXwDNoeBjBZY4LOjl_HH3QTWETk4,153
|
|
261
|
+
gtsam_develop-4.3a0.dev202506061330.dist-info/top_level.txt,sha256=DOnqfd8DN2HpG5-V5t32TjFOB_vcYuyOWyRsgeoANEo,30
|
|
262
|
+
gtsam_develop-4.3a0.dev202506061330.dist-info/RECORD,,
|
|
index 6d459f5..fdcf4de 100755
|
|
|
Binary file
|
|
index 33ddbe9..ba5849f 100755
|
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|