-
Notifications
You must be signed in to change notification settings - Fork 416
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
How to add custom Image command into ThreeDimensionalViz? #436
Comments
This is not officially supported, for maps I'd recommend using OccupancyGrid. We'd like to support this in the future though. But of course you can always fork our repo and attempt to do it manually, but that's not straightforward. |
If you have some marker format that are not currently supported, you could add it to |
Thanks @janpaul123 and @vidaaudrey , OccupancyGrid is a good solution, however we need to display coloured image maps. Do you have other suggestions for displaying colour images? I tried using PointCloud as well, but it didn’t scale when zoomed. |
That's a great idea. I don't think we currently support that. Our reference implementation for the 3d panel is RViz, do you happen to know if this is possible there? I could only find it as a custom plugin: https://github.com/lucasw/rviz_textured_quads/tree/image_topic and it's not entirely clear what kind of message definition they use. |
It seems https://github.com/lucasw/rviz_textured_quads/tree/image_topic is using Image and TF frame, while the original (https://github.com/MohitShridhar/rviz_textured_quads) is using a customized message. I don't think RViz supports display images in the 3D scene. |
Interesting; yeah you can position the image using the In any case, we don't have plans to implement this right now, but we'd happily take a PR if you want to give it a shot. |
Btw I set up a Slack workspace to make it easier for us to chat; join us using the link here: #461 |
Hi,
Is it possible to add a custom command into ThreeDimensionalViz?
I would like to display map images in ThreeDimensionalViz, for example, using the code from
#225.
Is it possible to do so? what are the steps needed? Thanks
The text was updated successfully, but these errors were encountered: