Skip to content

johnelliott/spider-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spider-web

A fun way to fly rolling spider from your laptop.

alt tag

  • get this repository on your local machine
  • npm install
  • npm run build
  • turn on drone
  • npm start
  • load localhost:8000 on your laptop

Controls: https://github.com/johnelliott/spider-web/blob/master/app/src/keyboard-controls.js

{key: "=", command: "faster"},
{key: "-", command: "slower"},
{key: "]", command: "longer"},
{key: "[", command: "shorter"},
// altitude
{key: "j", command: "down"},
{key: "k", command: "up"},
// turning
{key: "h", command: "turnLeft"},
{key: "l", command: "turnRight"},
// moving around
{key: "w", command: "forward"},
{key: "s", command: "back"},
{key: "a", command: "left"},
{key: "d", command: "right"},
// fly/land
{key: "f", command: "fly"},
// Tricks :)
{key: "g", command: "flip"}

About

Reactive dashboard to fly Parrot Rolling Spider drones from browser 🚁

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published