Skip to content
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

Simulation Calibration Matrix #67

Open
RobertVillalba opened this issue Apr 18, 2014 · 3 comments
Open

Simulation Calibration Matrix #67

RobertVillalba opened this issue Apr 18, 2014 · 3 comments

Comments

@RobertVillalba
Copy link
Contributor

When using a simulated robot the option for the calibration matrix is grayed out and thus can not be modified. The issue this creates is that since the coordinates come from pixels the Y is actually flipped from what we would normally call the positive Y direction. Could this be fixed or could we get access to modify this matrix so we can put a -1 for the Y?

@jimjing
Copy link
Contributor

jimjing commented Apr 18, 2014

is this for the rotation being the wrong direction?

@RobertVillalba
Copy link
Contributor Author

Just the Y orientation as one is looking at it on the map.

On Fri, Apr 18, 2014 at 1:20 PM, Jim Jing [email protected] wrote:

is this for the rotation being the wrong direction?


Reply to this email directly or view it on GitHubhttps://github.com//issues/67#issuecomment-40826262
.

@cfinucane
Copy link
Contributor

The code that grays out the Calibrate button is https://github.com/LTLMoP/LTLMoP/blob/development/src/lib/configEditor.py#L442
As the comment says, "If this robot has a pre-defined calibration matrix, don't allow for calibration.”
I think you should just set a default calibration matrix in the .robot file for basicsim that has whatever transformation you want.
Note that things might get a little confusing because you’ll be basically looking at the map from underneath now.

On Apr 18, 2014, at 12:30 PM, Roberto Villalba [email protected] wrote:

When using a simulated robot the option for the calibration matrix is grayed out and thus can not be modified. The issue this creates is that since the coordinates come from pixels the Y is actually flipped from what we would normally call the positive Y direction. Could this be fixed or could we get access to modify this matrix so we can put a -1 for the Y?


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants