Skip to content
Snippets Groups Projects
Commit e38d0c27 authored by Thomas Gubler's avatar Thomas Gubler
Browse files

Merge remote-tracking branch 'upstream/ROS_shared_lib_base_class' into dev_ros_mcatt

parents 75a87015 f19b8e57
No related branches found
No related tags found
No related merge requests found
/*
* 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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment