typename
parent
3d15868ece
commit
6ddd37a0e2
|
@ -31,7 +31,7 @@ public:
|
||||||
|
|
||||||
// Get dimensions of pose and rotation type at compile time
|
// Get dimensions of pose and rotation type at compile time
|
||||||
static const int xDim = FixedDimension<POSE>::value;
|
static const int xDim = FixedDimension<POSE>::value;
|
||||||
static const int rDim = FixedDimension<POSE::Rotation>::value;
|
static const int rDim = FixedDimension<typename POSE::Rotation>::value;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue