Plot Panel: Add possibility to display static polygon on top of plot #803
Unanswered
tonynajjar
asked this question in
Q&A
Replies: 3 comments
-
I guess this is similar to https://github.com/orgs/foxglove/discussions/176 and https://github.com/orgs/foxglove/discussions/471 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the tip but I don't think that would do it for me, I need something like this: I edited in the red square, in reality the polygon is more complex than that. I think your issue would be the best way to achieve this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says this is a feature request for the Plot panel to enable displaying a static definable polygon overlayed on the plot. Ideally, we would input the message path to that polygon (e.g. geometry_msgs/msg/Polygon).
My specific use case: using the Plot panel, I plot speed vs steering angle of my robot. The combination of these two values should not go outside of a certain "envelope" (represented by a polygon). I'd like to visualize this envelope/polygon on the plot to catch when the combination of speed and steering angle goes outside of it.
Beta Was this translation helpful? Give feedback.
All reactions