Skip to content
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

Add option to make new fields out of existing ones #227

Closed
katzuv opened this issue Oct 14, 2024 · 1 comment
Closed

Add option to make new fields out of existing ones #227

katzuv opened this issue Oct 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@katzuv
Copy link
Contributor

katzuv commented Oct 14, 2024

For example. we have multiple subsystems that log whether they reached their setpoint. If we want to see whether all subsystems reached their setpoint, we have to log another field from the code (and wait for it to deploy). It'd be nice to be able to create new fields inside AdvantageScope, maybe with custom TypeScript code.

@katzuv katzuv added the enhancement New feature or request label Oct 14, 2024
@jwbonner
Copy link
Member

jwbonner commented Nov 2, 2024

Creating custom fields could encompass an enormous amount of complexity. Beyond just simple math, it could quickly extend to filtering multiple samples, doing geometry operations, and other complex logic. I'm not opposed to adding small additions like #226 (and maybe basic filtering/smoothing options similar to the integration/differentiation options), but more complexity than that is probably out of scope for AdvantageScope. AdvantageKit is really our intended solution for any type of complex analysis.

@jwbonner jwbonner closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants