Skip to content
Snippets Groups Projects
Commit dbdcde24 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add a case for completeness

parent 00a069dd
No related branches found
No related tags found
No related merge requests found
...@@ -346,6 +346,8 @@ Eigen::VectorXs Problem::zeroState() ...@@ -346,6 +346,8 @@ Eigen::VectorXs Problem::zeroState()
// Set the quaternion identity for 3D states. Set only the real part to 1: // Set the quaternion identity for 3D states. Set only the real part to 1:
switch (trajectory_ptr_->getFrameStructure()) switch (trajectory_ptr_->getFrameStructure())
{ {
case FRM_PO_2D:
break;
case FRM_PO_3D: case FRM_PO_3D:
case FRM_POV_3D: case FRM_POV_3D:
case FRM_PQVBB_3D: case FRM_PQVBB_3D:
......
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