Skip to content

sentairanger/Keyboard-Cpp-Robot-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Keyboard-Cpp-Robot-Control

This project uses C++ for robot control.

Getting started

To get started be sure to install pigpio and ncurses. Pigpio can be downloaded from this link. Follow the instructions on the link. Also you can install ncurses by going into the directory of this repository and first run sudo apt install libncurses5-dev and then run the command g++ -Wall -pthread -o key-robot key-robot.cpp -lncurses -lpigpio -lrt to compile the program. Then run with sudo ./key-robot as pigpio requires root privileges. Then use your keyboard to control the direction of your robot.

About

This project uses C++ for robot control.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages