Skip to content

femust-fieldai/codex-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS PyTrees Dashboard

This project demonstrates a simple React + Vite dashboard that visualises behaviour tree activity from a ROS robot.

A Node.js server launches py-trees-blackboard-watcher and forwards its output via WebSocket to the React frontend. reactflow renders the behaviour tree and highlights nodes as messages arrive.

Getting Started

  1. Install dependencies
npm install
cd app && npm install
  1. Run in development mode
# terminal 1
npm start

# terminal 2
cd app && npm run dev
  1. Build for production
npm run build

Ensure py-trees-blackboard-watcher is installed locally so the backend can launch it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors