Feature Request: Enable and Disable User Scripts #992
Closed
msmcconnell
started this conversation in
General
Replies: 1 comment 1 reply
-
A script is only enabled if its output topics are subscribed to by a panel. That acts as a sort of implicit "enable/disable" for a script. If no panel subscribes the script does not run. Can you elaborate a bit more on your workflow and how it is different from that behavior? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
User Scripts are in my opinion the single best feature of foxglove. They allow me to quickly extract subfields of messages and manipulate the data without having to first dump rosbag data. This dramatically reduces my cycle time.
However, there is no option to turn certain scripts on or off. The only option is to delete them wholesale or edit the script to make it not function. This makes these really useful scripts much harder to maintain. I'm requesting a simple toggle on each script to enable or disable it.
Beta Was this translation helpful? Give feedback.
All reactions