Skip to content

Timestamps frontend #30

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ undecided
.ipython/
.jupyter/
.local/
node_modules/
__pycache__/
*.egg-info/
*.egg
Empty file added .sudo_as_admin_successful
Empty file.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ To start animating:
- Type an animation name into the terminal
- Open a seperate tab to localhost:7000 for web visualizer

- # start frontend:
- cd frontend
- npm install
- npm start

Use the animation sliders to set robot poses, and then use the Save Pose As Keyframe button to add the pose to an animation. The animation you create will be saved to the active directory under choreo_files.

# Contributing to this repo
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ pytest==8.3.4
drake==1.24.0
grpcio-tools==1.69.0
pre-commit==3.8.0
fastapi
websockets
uvicorn
Loading