Fix include
This commit is contained in:
parent
11259a92a6
commit
2ad6a5adb3
@ -5,11 +5,10 @@
|
|||||||
#ifndef SWINGTWIST_H
|
#ifndef SWINGTWIST_H
|
||||||
#define SWINGTWIST_H
|
#define SWINGTWIST_H
|
||||||
|
|
||||||
#include "RoboidControlCore/LinearAlgebra/Angle.h"
|
#include "Angle.h"
|
||||||
#include "RoboidControlCore/LinearAlgebra/Direction.h"
|
#include "Direction.h"
|
||||||
#include "RoboidControlCore/LinearAlgebra/Quaternion.h"
|
#include "Quaternion.h"
|
||||||
#include "RoboidControlCore/LinearAlgebra/Spherical.h"
|
#include "Spherical.h"
|
||||||
// #include "RoboidControlCore/LinearAlgebra/Spherical16.h"
|
|
||||||
|
|
||||||
namespace Passer {
|
namespace Passer {
|
||||||
namespace LinearAlgebra {
|
namespace LinearAlgebra {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user