Earthwings / annotate

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

Provide an RViz Display Plugin #15

Closed Earthwings closed 4 years ago

Earthwings commented 4 years ago

Is your feature request related to a problem? Please describe. Right now the main functionality is provided in a ROS node, where communication happens over ROS topics. This works, but has some (albeit minor) drawbacks:

Describe the solution you'd like A custom display plugin can setup interactive markers and track markers as children with a sane default configuration.

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