Is there a way how to extend an existing panel. #713
Replies: 3 comments 2 replies
-
The only way to have to extend an existing panel is via message converter extensions: https://foxglove.dev/docs/studio/extensions/extension-context#registermessageconverter These allow you to convert a custom message format into a well-known format for visualization in a panel. There is no other mechanism for extending existing panels. What are you looking to change/add to the 3d panel? Sharing your use case could help us understand what kind of extension points to think about. |
Beta Was this translation helpful? Give feedback.
-
Ok thank you for your help.
Am 16.05.2023 um 17:53 schrieb Roman Shtylman ***@***.***>:
The 3d panel has a publish feature. If your robotics stack listens for the published messages it can then respond by publishing markers or annotations for the location that it received and that will be visualized on the panel. The nice property of this design is that you see what the robot actually received and acknowledged.
—
Reply to this email directly, view it on GitHub<#713 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALBFEUQY4A3C522RMFFHXPTXGOPHNANCNFSM6AAAAAAYCLYBT4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hai can i add layers to the custom panel, if possible how? @defunctzombie . I need to add many layers to the 3d panel, so that i can display all the information in a single panel with different layers. |
Beta Was this translation helpful? Give feedback.
-
HI,
So i need a custom panel that adds some funtionality to the existing 3D panel. Is there a way how i can just the the 3d panel as a base and just add stuff instead of doing it from scratch.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions