Skip to content

RainbowRobotics/teleop-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teleoperation Recorder & Editor

Install to nvidia jetson orin

install uv

pip install uv

Node.js + npm

# 1. Remove old system Node.js
sudo apt purge -y nodejs nodejs-doc libnode72
sudo apt autoremove -y

# 2. Install NVM (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc

# 3. Install Node.js 20 LTS
nvm install 20
nvm use 20

# 4. Verify
node -v   # should show v20.x
npm -v    # should show 10.x

Update 할때

Backend

cd backend
uv sync

Fronted

cd frontend
npm install
npm run build

실행

cd backend
source .venv/bin/activate
uvicorn app.main:app --host 0.0.0.0 --port 8001
cd frontend
node .output/server/index.mjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •