RoBorregos / robocup-soccer-open-2024

RoboCup Soccer Open
2 stars 0 forks source link

Issue #21 Restructure test adavancements #25

Closed JocelynVelarde closed 3 months ago

JocelynVelarde commented 3 months ago

Changes made

  1. Created constants.h file to include motor, serial, receive signals constants
  2. Created PID.h library to have a broader implementation of pid with various use cases. Method returns and output and receives a setpoint and a value as parameters
  3. Created serial.h to receive serial data from Pico and ESP32, the class requires the selection of a serial channel and the data as parameter to be sent
  4. Fixed some syntax errors caused when merging #24 to follow Google's C++ guidelines

Issue ticket number and link

Refers to issue #21