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

Maliput Viewer - RoadGeometry properties #113

Closed
agalbachicar opened this issue May 30, 2018 · 1 comment
Closed

Maliput Viewer - RoadGeometry properties #113

agalbachicar opened this issue May 30, 2018 · 1 comment

Comments

@agalbachicar
Copy link
Collaborator

To improve the introspection capabilities of this application, it is desired to get RoadGeometry properties from the 3D scene. Those properties would be:

  • Lane / Segment / Junction IDs.
  • World coordinates.
  • Lane coordinates.

The user will move the scene to visualize different sections of the RoadGoemetry. Then, if he clicks over the RoadGeometry, previously named information fields will be filled with the respective information.

Questions:

  • Are those parameters enough?
  • Do we want to also select branch points?

Technical details:

To get the 3D points from the 2D canvas, here are some useful links:

To get the RoadGeometry from a 3D point, querying RoadGeometry::DoToRoadPosition() will be necessary.

@francocipollone
Copy link
Collaborator

This is already implemented

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

2 participants