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

[choreo] 2025 graph panel #705

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Conversation

shueja
Copy link
Collaborator

@shueja shueja commented Sep 5, 2024

No description provided.

@calcmogul calcmogul changed the title 2025 graph panel [choreo] 2025 graph panel Sep 29, 2024
@oh-yes-0-fps
Copy link
Collaborator

Where is this at? Is any work needed on the backend to better pipe the information to the front end?

@calcmogul
Copy link
Member

calcmogul commented Jan 6, 2025

This PR is blocked on performance improvements and styling.

"We need to shift a lot of the data marshaling to Rust, especially if graphs are to follow the live solver updates." - @shueja

@shueja
Copy link
Collaborator Author

shueja commented Jan 6, 2025

The data marshaling in particular is effectively re-slicing the trajectory samples into one array for each sample field, where the arrays are [ [timestamp, value]... ] (the elements deserialize in TS as 2-element arrays). We also need to know the maximum and minimum of each sample field for axis scaling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants