Skip to content

TengHu/FactoryUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factory UI

A powerful GUI for open-source robotics. Offers modular, reusable building blocks—like Lego—for constructing custom robot agent workflows.

📋 Prerequisites

Before you begin, assemble and set up your robot by following the instructions at https://bambot.org/. Find the serial port that's connected to your robot.

Examples

Explore the sample workflows located in backend/user/workflows, such as:

  • Teleoperating a robot
image
  • Teleoperating using a keyboard
image
  • Dual teleoperation with two or more teleoperators

🚀 Quick Start

1. Setup

git clone <repository-url>
cd FactoryUI
./setup.sh

2. Start Backend

cd backend
source venv/bin/activate
python -m uvicorn app.main:app --reload

3. Start Frontend (New Terminal)

cd factory-ui
npm start

4. Open Application

Visit http://localhost:3000

📚 Documentation

How to create custom nodes to extend your workflow

📄 License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •