You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: