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

Replay krec on website #652

Open
codekansas opened this issue Dec 1, 2024 · 1 comment
Open

Replay krec on website #652

codekansas opened this issue Dec 1, 2024 · 1 comment
Assignees

Comments

@codekansas
Copy link
Member

codekansas commented Dec 1, 2024

krec will have (optional) video, (optional) audio, and (optional) joint angles.

Users should be able to replay K-Recs through the website, showing:

  1. Video stream
  2. Audio stream
  3. Replay the joint angles on the robot 3D model
@codekansas codekansas assigned alik-git and ivntsng and unassigned alik-git Dec 1, 2024
@alik-git
Copy link

alik-git commented Dec 7, 2024

Okay so just spoke with @ivntsng about this, and here is the plan:

Rerun is a great way to prototype visualizations quickly, and it can be embedded into webpages, see here and here. The con is that it's not lightweight, and uses up a lot of RAM. But I think I can get this done in a

We will start with a rerun viewer so we can iterate on the layout and what we like, it will look something like this, with everything all in one place.

Image

Then once we know this works, we can implement things natively on the website. Specifically, efficient video and audio playpack (rerun currently does not support audio), the joint angles on the urdf, and 2D plots of the raw actuator data.

My current TODO, get this running locally in a blank HTML page with local krecs that are just sine waves for all the data.

Then we move stuff we like for native implementation on the website.

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

No branches or pull requests

3 participants