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

Timeout for BatchVisualization #42

Closed
WingRS opened this issue Nov 10, 2022 · 1 comment
Closed

Timeout for BatchVisualization #42

WingRS opened this issue Nov 10, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@WingRS
Copy link
Member

WingRS commented Nov 10, 2022

It would be nice to implement a timeout for a cuboid/line visualization feature.
For example, it would look like this
void mrs_lib::BatchVisualizer::addCuboid ( const [mrs_lib::geometry::Cuboid](https://ctu-mrs.github.io/mrs_lib/classmrs__lib_1_1geometry_1_1Cuboid.html) & cuboid, const double r = 0.5, const double g = 0.5, const double b = 0.0, const double a = 1.0, const bool filled = true, const ros::Duration timeout = 1 )

The clearBuffer function is nice, but having an automatic option would be nice.

@stibipet
Copy link
Member

Nice idea, done! #43

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

No branches or pull requests

3 participants