UAVの姿勢推定に使用するプログラム。

Dependencies:   MPU6050_alter

Vector/Vector_Matrix_operator.h

Committer:
Joeatsumi
Date:
2019-07-24
Revision:
3:3fa7882a5fd0
Parent:
2:e6496a794bde

File content as of revision 3:3fa7882a5fd0:

#include "Matrix.h"
#include "Vector.h"

Vector operator*(const Matrix& lhm, const Vector& rhv);
Vector operator*(const Vector& lhv, const Matrix& rhm);