homography point pincushion on alignment

This commit is contained in:
Ruben van de Ven 2025-10-16 18:30:47 +02:00
parent d06a28051b
commit e0b81abd33

View file

@ -310,7 +310,7 @@ impl HomographyFilter {
}).flatten().collect();
LaserPoints{
points: cursor_points,
space: CoordinateSpace::RawLaser, // don't run these through filters anymore
space: CoordinateSpace::Laser, // still need to be pincushioned
}
}
}