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

BoundingBoxArray : How can I clear outdated ones on Rviz ? #761

Open
CCodie opened this issue Jan 21, 2020 · 0 comments
Open

BoundingBoxArray : How can I clear outdated ones on Rviz ? #761

CCodie opened this issue Jan 21, 2020 · 0 comments

Comments

@CCodie
Copy link

CCodie commented Jan 21, 2020

Hi developers ! Always thank you for your hard work.

I want to draw some bounding boxes on Rviz
and try to use jsk_recognition_msgs::BoundingBoxArray.

But here's some problem that outdated boxes doesn't disappear like this picture.
(Only boxes with a text are valid)
image

Even though I set dimensions of outdated boxes to zero and publish that topic again, but it doesn't work. I think there's something with interacting Rviz.
(I can clear outdated ones with push 'reset button' in Rviz window)
image

When I use visualization_msgs::Marker for drawing some shapes,
I can handle this problem with setting the value visualization_msgs::Marker::lifetime.
So that I can see only updated objects on Rviz.

If there's a way, please let me know...! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant