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

GeoVizItem Enhancements #41

Open
valschmidt opened this issue May 1, 2020 · 2 comments
Open

GeoVizItem Enhancements #41

valschmidt opened this issue May 1, 2020 · 2 comments

Comments

@valschmidt
Copy link
Contributor

I've been publishing GeoVizItems recently and have come up with some feature requests to discuss!

It would be nice if objects posted had a time-out, such that they fade away after that duration, with the option to make them permanent (or cleared manually).

It would be nice to be able to post in the vehicle's map reference frame.

It would be nice to have a toolbox from which one could generate some basic shapes with little code. For example, a service that would generate basic polygons. Or maybe an ellipse when passed a covariance. What else would be useful?

@rolker
Copy link
Owner

rolker commented May 1, 2020

Good ideas!
Timeout's been on my todo list for a while.

For the vehicle's frame of reference, maybe use existing rviz visualization message types?
http://docs.ros.org/api/visualization_msgs/html/msg/Marker.html

A geographic version of those messages is what inspired me for this.

My only reluctance with using the vehicle's map frame of reference now is that I want to think about and properly design support for multiple vehicles including their transformation trees.

@valschmidt
Copy link
Contributor Author

I like it!

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

2 participants