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

fix serious mistake in coordinate system transformation #6984

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

command-z-z
Copy link

@command-z-z command-z-z commented Dec 7, 2023

Description

Fixes #

change UE coordinate system to Lidar system, the source code changes the x coordinate, we need to change the y coordinate.

Where has this been tested?

  • Platform(s): Linux
  • Python version(s): ...
  • Unreal Engine version(s): ...

Possible Drawbacks


This change is Reviewable

@command-z-z command-z-z requested a review from a team as a code owner December 7, 2023 13:39
Copy link

update-docs bot commented Dec 7, 2023

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update our CHANGELOG.md based on your changes.

@Blyron
Copy link
Contributor

Blyron commented Dec 11, 2023

Please, all PRs must be go against dev

@Blyron Blyron changed the base branch from master to dev December 11, 2023 17:13
@command-z-z
Copy link
Author

Please, all PRs must be go against dev

Thanks for the reminder, I will pay attention:)

@Blyron
Copy link
Contributor

Blyron commented Mar 25, 2024

Why do we want to change coordiantes if CARLA is left handed?

@command-z-z
Copy link
Author

command-z-z commented Mar 26, 2024

Why do we want to change coordiantes if CARLA is left handed?

The shape of the point is (x, y, z), when we negate the y-axis(It is stated in the comments), do we need to change the second index?

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 this pull request may close these issues.

None yet

2 participants