-
Notifications
You must be signed in to change notification settings - Fork 463
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
Suggestion: Arrow List Marker #1785
Comments
I understand your need. As far as I understand it would be a variant of |
Thanks for the advice. I'll try to get a PR raised some time this week. Could you let me know if there are any automated tests / additional documentation I should add before opening a PR? |
We don't have many automated tests for rviz as validation typically involves visual inspection of the result. |
@rhaschke I've implemented an Thanks! |
I think you just need to adapt |
Hi,
I've found myself frequently using arrow markers to visualise paths in rviz, however, using separate markers for each arrow feels messy and I imagine quite inefficient compared to using marker types which support lists of geometries. Furthermore, they tend to behave unreliably when rendering in large amounts i.e. >100 (usually frame transformation issues despite the frames existing).
I've tried switching over to the line strip geometry type, however, I've found it lacking in a couple of ways for my use case:
With this in mind, I'm wondering if it'd be useful to add an arrow list marker type? I'm imagining that properties such as scaling and colour would apply to all arrows in the list so that they're uniformly shaped, and the points field would contain N points, defining N-1 arrows tip to tail.
I'm happy to attempt raising a PR if this sounds like a sensible idea
The text was updated successfully, but these errors were encountered: