Skip to content

druiz0992/robopilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

robopilot

Demo project with a frontend to control a mobile car using two joysticks (one for the left motor and the other for the right motor). The backend receives the control information and generates commands for the motors, connected via serial port.

To launch the example, start the the backend in one terminal.

cd backend
cargo run --example arduino

Then start the frontendd in another terminal. You can connect at http://localhost:3000. The idea is tu use a mobile phone as the controller.

cd frontend
npm i
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published