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

Visualize multiple latitudes and longitudes together #771

Open
bhaskar-anand-iith opened this issue Jan 23, 2023 · 1 comment
Open

Visualize multiple latitudes and longitudes together #771

bhaskar-anand-iith opened this issue Jan 23, 2023 · 1 comment

Comments

@bhaskar-anand-iith
Copy link

Is it possible to visualize an array of lat lon on mapviz?
Basically, I have multiple lat lon data of vehicles in the scene. The lat lon represents the vehicle location. For every frame I get lat lon data array which is of varying size. Say, the first frame has 4 cars, second has 3 and third has 1. So I need to visualize 3, 2 and 1 dots (lat, lon) respectively in three consecutive frames.
If anybody can help or suggest any way it can be done...

@malban
Copy link
Contributor

malban commented Jan 23, 2023

The most flexible message types to visualize are the Marker or MarkerArray. You can provide a set of points to visualize with those.

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