mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Merge remote-tracking branch 'upstream/ROS_shared_lib_base_class' into dev_ros_mcatt
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
|||||||
|
/*
|
||||||
|
* eigen_math.h
|
||||||
|
*
|
||||||
|
* Created on: Aug 25, 2014
|
||||||
|
* Author: roman
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef EIGEN_MATH_H_
|
||||||
|
#define EIGEN_MATH_H_
|
||||||
|
|
||||||
|
|
||||||
|
struct eigen_matrix_instance
|
||||||
|
{
|
||||||
|
int numRows;
|
||||||
|
int numCols;
|
||||||
|
float *pData;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* EIGEN_MATH_H_ */
|
||||||
Reference in New Issue
Block a user