- Copy the folder "Robotica_Movel" from "Libraries" and paste it on the Library folder of Arduino IDE (~/Documents/Arduino/libraries).
- Clone the repository IRremote as Zip file and import it to Arduino IDE.
- IR Controller
IR_KEY_1
: Start the reactive behaviorIR_KEY_OK
: Stop the robot and set the manual modeIR_KEY_UP
: Move the robot forward if in manual modeIR_KEY_DOWN
: Move the robot backward if in manual modeIR_KEY_LEFT
: Turn the robot left if in manual modeIR_KEY_RIGHT
: Turn the robot right if in manual mode
This project is licensed under the terms of the GNU General Public License. See the file "LICENSE" for details.