mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
Removed cmath
This commit is contained in:
parent
267a720b83
commit
376305a5a7
@ -1,5 +1,4 @@
|
|||||||
#include "AutoDrive.h"
|
#include "AutoDrive.h"
|
||||||
#include <cmath>
|
|
||||||
#include "../../DentRobot.h"
|
#include "../../DentRobot.h"
|
||||||
// Drive for a short while then stop. Just for testing
|
// Drive for a short while then stop. Just for testing
|
||||||
AutoDrive::AutoDrive() : Command("AutoDrive"){
|
AutoDrive::AutoDrive() : Command("AutoDrive"){
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "Drive.h"
|
#include "Drive.h"
|
||||||
#include <cmath>
|
|
||||||
#include "../../DentRobot.h"
|
#include "../../DentRobot.h"
|
||||||
Drive::Drive() : Command("Drive"){
|
Drive::Drive() : Command("Drive"){
|
||||||
Requires(DentRobot::drivetrain);
|
Requires(DentRobot::drivetrain);
|
||||||
|
Loading…
Reference in New Issue
Block a user