-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tapsterbot control plane vs device plane errors post calibration routine #20
Comments
@hugs , your timely response is highly appreciated |
I finally ended up with something like this for control plane to send adjusted instruction to bot public class Transform {
} It does selective shear and a small error adjustment depending upon quadrant, however I am not convinced fully by this way, I would really appreciate if you can explain a little on the issue? |
👍 |
This is the final setup that I produced by fixing my control plane aspect ratio and applying a small error correction based on the shear angle. Here's my little transformation program package com.apple.ist.ets.robotics.iosd.definitions; import java.awt.Point; public class Bot {
} Appreciate, if you can provide some inputs on it? |
Geometry showing the control plane and device plane errors are attached below.
I have two points
a. Need your suggestion on placement of device on bot, seems like calibration routine is sensitive to the placement.
b. if not, then device plane is shaped parallelogram, so looks like the error adjustment are not enough; I have to apply some kind of shear transformation to stretch the plane a bit inward or outward depending on placement of device on bot.
Can you please help and confirm my understanding please?
Here's the geometry when device is placed horizontally center and vertically top on bot plane
and here's the one when device is placed horizontally center and vertically middle on bot plane
The text was updated successfully, but these errors were encountered: