Earthwings / annotate

Create 3D labelled bounding boxes in RViz
BSD 3-Clause "New" or "Revised" License
161 stars 22 forks source link

Provide keyboard shortcuts #16

Closed Earthwings closed 4 years ago

Earthwings commented 4 years ago

Is your feature request related to a problem? Please describe. User interaction in RViz is currently limited to context menus, interactive markers and settings in the display plugin. It would be nice to have keyboard shortcuts for often used actions to speed up annotating.

Describe the solution you'd like Provide keyboard shortcuts, including a user interface to show / configure shortcuts. Possible actions available in the panel:

And optionally some new features:

The panel would need one current annotation for most actions. This could be done by extending the current click behavior (toggle between edit modes) to a selection behavior.

Describe alternatives you've considered Keeping things as they are is an option of course.