mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Add helper_functions include for inverse and in general header
This commit is contained in:
parent
230e84702a
commit
db6dfeafbe
@ -15,6 +15,7 @@
|
||||
#include <math.h>
|
||||
|
||||
#include "math.hpp"
|
||||
#include "helper_functions.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
@ -13,3 +13,4 @@
|
||||
#include "Scalar.hpp"
|
||||
#include "Quaternion.hpp"
|
||||
#include "AxisAngle.hpp"
|
||||
#include "helper_functions.hpp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user