Skip to content
Snippets Groups Projects
Commit 25f7db4f authored by jcarpent's avatar jcarpent
Browse files

[C++] Update Frame struct

parent c043504f
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,10 @@ namespace se3
///
struct Frame
{
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
typedef se3::JointIndex JointIndex;
Frame() : name(random(8)), parent(), placement(), type(){} // needed by EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
Frame() : name(randomStringGenerator(8)), parent(), placement(), type(){} // needed by EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
///
/// \brief Default constructor of a Frame
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment