Add math reference
This commit is contained in:
parent
bc5a737e41
commit
9696f4bf80
@ -1,6 +1,8 @@
|
||||
#include "DifferentialDrive.h"
|
||||
#include "FloatSingle.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
DifferentialDrive::DifferentialDrive(){};
|
||||
|
||||
DifferentialDrive::DifferentialDrive(Placement leftMotorPlacement,
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include "NetworkSync.h"
|
||||
#include "Switch.h"
|
||||
|
||||
// #include <Arduino.h>
|
||||
#include <math.h>
|
||||
|
||||
Perception::Perception() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user