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