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

Rendering is flipped (UD) #125

Open
hzheng40 opened this issue Apr 5, 2024 · 1 comment · May be fixed by #133
Open

Rendering is flipped (UD) #125

hzheng40 opened this issue Apr 5, 2024 · 1 comment · May be fixed by #133
Assignees

Comments

@hzheng40
Copy link
Member

hzheng40 commented Apr 5, 2024

Rendering is flipped upside down around the x-axis.

(top left origin vs bottom left origin)

@luigiberducci
Copy link
Collaborator

The rendering is fixed. Now the y-coordinate is updated accordingly.

However, there are wrong collisions detected along the track. It seems that removing the transpose (see map loading in track.py) messes up with the edt used in the scan computation.

@hzheng40 can you have a look?
It seems the transpose was already in the old gym (see set_map in main branch). So I guess the scan computation was relying on that somehow.

@luigiberducci luigiberducci linked a pull request May 3, 2024 that will close this issue
@luigiberducci luigiberducci linked a pull request May 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants