Skip to content

Commit

Permalink
fixed fl::Real
Browse files Browse the repository at this point in the history
  • Loading branch information
cassinaj committed Oct 6, 2015
1 parent a1c93eb commit 8f55701
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ namespace osr
class OSTFTypes
{
public:
typedef Eigen::Matrix<Real, 6,1> State;
typedef Eigen::Matrix<Real, 3,1> Noise;
typedef Eigen::Matrix<Real, 3,1> Input;
typedef Eigen::Matrix<fl::Real, 6,1> State;
typedef Eigen::Matrix<fl::Real, 3,1> Noise;
typedef Eigen::Matrix<fl::Real, 3,1> Input;

typedef Eigen::Matrix<Real, 3,1> Orientation;
typedef Eigen::Matrix<Real, 3,1> Delta;
typedef Eigen::Matrix<fl::Real, 3,1> Orientation;
typedef Eigen::Matrix<fl::Real, 3,1> Delta;
};


Expand Down

0 comments on commit 8f55701

Please sign in to comment.