We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ed237 commit 0b7e8feCopy full SHA for 0b7e8fe
1 file changed
robot-suede/main.py
@@ -171,7 +171,7 @@ def estimate_pose() -> Pose | None:
171
172
camera_offset_mm = 60.0
173
rad = math.radians(angle)
174
- true_x = float(data["x"]) - math.cos(rad) * camera_offset_mm
+ true_x = float(data["x"]) + math.cos(rad) * camera_offset_mm
175
true_y = float(data["y"]) - math.sin(rad) * camera_offset_mm
176
177
if data:
0 commit comments