homography point pincushion on alignment
This commit is contained in:
parent
d06a28051b
commit
e0b81abd33
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ impl HomographyFilter {
|
||||||
}).flatten().collect();
|
}).flatten().collect();
|
||||||
LaserPoints{
|
LaserPoints{
|
||||||
points: cursor_points,
|
points: cursor_points,
|
||||||
space: CoordinateSpace::RawLaser, // don't run these through filters anymore
|
space: CoordinateSpace::Laser, // still need to be pincushioned
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue