mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
Break up masssive python overload hacks (#1573)
What it says on the tin. This is all stuff from our initial effort to port the sim things. Right now it is coupled to #1557 because this fixes things up in that. Lets merge that one before dealing with this one
This commit is contained in:
@@ -150,7 +150,7 @@ def test_SolvePNP_SQPNP():
|
||||
# (for targets with arbitrary number of non-colinear points > 2)
|
||||
target = VisionTargetSim(
|
||||
Pose3d(Translation3d(5.0, 0.5, 1.0), Rotation3d(0.0, 0.0, math.pi)),
|
||||
TargetModel(
|
||||
TargetModel.createArbitrary(
|
||||
verts=[
|
||||
Translation3d(0.0, 0.0, 0.0),
|
||||
Translation3d(1.0, 0.0, 0.0),
|
||||
|
||||
Reference in New Issue
Block a user