Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 881 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 881 Bytes

Arrow Robot — non-human teammate of engineering team.

Usage

  • Adapt backend module according to your needs, provide config.php.

  • Install dependencies.

docker run --rm  -v $(pwd):/app -u $(id -u ${USER}):$(id -g ${USER}) composer composer install --ignore-platform-reqs
  • Run it.
docker run -d --rm -u $(id -u ${USER}):$(id -g ${USER})  -p 8888:8888 -v $(pwd):/app -w /app chialab/php:7.4 php -S 0.0.0.0:8888
  • Build the robot physically, following the manual.

  • Create sketch/Credentials.h and put your Wi-Fi credentials and backend API host there.

  • Upload the sketch to robot.

  • Vuala! The robot will notify the team about the hotline immediately.

paper-signals-arrow