Add math reference

This commit is contained in:
Pascal Serrarens 2023-12-31 10:03:59 +01:00
parent bc5a737e41
commit 9696f4bf80
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#include "DifferentialDrive.h"
#include "FloatSingle.h"
#include <math.h>
DifferentialDrive::DifferentialDrive(){};
DifferentialDrive::DifferentialDrive(Placement leftMotorPlacement,

View File

@ -4,7 +4,6 @@
#include "NetworkSync.h"
#include "Switch.h"
// #include <Arduino.h>
#include <math.h>
Perception::Perception() {