maliput / delphyne_gui

Graphical frontend and tools for Delphyne
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Maliput viewer #35

Open basicNew opened 6 years ago

basicNew commented 6 years ago

Bare bones

Key Result: demonstrate the viewer, loading from the command line, a Maliput multilane format.

Information labels (see maliput/maliput_viz#14)

Key Result: load a multilane road network and properly visualize text labels with relevant IDs.

RoadGeometry properties (see issue maliput/delphyne_gui#113)

Key Result: load a maliput multilane road netowork and get relevant information (eg. world and lane coordinates) after clicking on the road network.

Load from widget and enable rendering options

Key Result: load a maliput multilane from the widget and enable/disable rendering of features

Simulation Functionality

Key Result: view/introspect road networks passed from the simulator.

agalbachicar commented 6 years ago

Create an empty 3D widget that uses 100% of the window. --> Finished via PR maliput/delphyne_gui#34

stonier commented 6 years ago

From Andy:

basicNew commented 6 years ago

Weekly update:

basicNew commented 6 years ago

Weekly update:

basicNew commented 6 years ago

Weekly update:

basicNew commented 6 years ago

@maddog-tri let's use this one as the wishlist meta-issue. @agalbachicar will update it with the new issues and current priorities.

cc @stonier

agalbachicar commented 6 years ago

META issue is updated.

FYI, I'm working on " Set labels with the IDs for all the entities and no toggling can be done."

agalbachicar commented 6 years ago

Update

Information labels (see maliput/maliput_viz#14) --> Set labels with the IDs for all the entities and no toggling can be done.

Done with lanes and branch points.

Load from widget and enable rendering options --> Add a UI button that opens a file dialog to choose the file to load. (Needs review) and Add a button that allows to reloading current loaded file. (Needs review)

PR sent, under review.