You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: