Bug fixes
This commit is contained in:
parent
c07f81bce3
commit
a90442b304
@ -85,8 +85,6 @@ Polar DifferentialDrive::GetVelocity() {
|
|||||||
return velocity;
|
return velocity;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <Arduino.h>
|
|
||||||
|
|
||||||
float DifferentialDrive::GetAngularVelocity() {
|
float DifferentialDrive::GetAngularVelocity() {
|
||||||
Motor *leftMotor = motors[0];
|
Motor *leftMotor = motors[0];
|
||||||
Motor *rightMotor = motors[1];
|
Motor *rightMotor = motors[1];
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "RoboidControl/Roboid.h"
|
#include "Roboid.h"
|
||||||
#include "RoboidControl/Sensor.h"
|
#include "Sensor.h"
|
||||||
#include "RoboidControl/Types.h"
|
#include "Types.h"
|
||||||
|
|
||||||
namespace Passer {
|
namespace Passer {
|
||||||
namespace RoboidControl {
|
namespace RoboidControl {
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 78ed576e16bbe479209c0b0927378b27d31dd5f4
|
Subproject commit dc9d4ee42e42bff2fc051ffb48197232d01e53d6
|
Loading…
x
Reference in New Issue
Block a user