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

Make referee and api agree on what the 'home point' is #241

Open
SijmenHuizenga opened this issue Aug 26, 2020 · 0 comments
Open

Make referee and api agree on what the 'home point' is #241

SijmenHuizenga opened this issue Aug 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@SijmenHuizenga
Copy link
Member

At the moment there are two 'home' points.

The primary home point is owned by the PhysXCarApi and is used almost everywhere. This home point is the ground truth translation between unreal engines coordinate system and the simulations global frame. This one is created in SimModeBase line 458.

The other owned by the referee (initial_position) who looks at the position of the vehicle when the game starts (in some blueprint). This one is used in the getRefereeState and all cones sent out through the referee state are relative to this point.

Having these two points is confusing and probably causes bugs (see #144). So let's fix this.

@SijmenHuizenga SijmenHuizenga added the enhancement New feature or request label Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant