Skip to content
Snippets Groups Projects
Commit b7099530 authored by stevet's avatar stevet
Browse files

added unconstrained end state option

parent 2aa7ce1a
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ BOOST_AUTO_TEST_CASE(transition_no_terminal_constraints){
pData.constraints_.flag_ = bezier_com_traj::INIT_POS | bezier_com_traj::INIT_VEL | bezier_com_traj::INIT_ACC;
VectorX Ts(1);
Ts<<0.2;
check_transition(pData,Ts,false,false,false);
check_transition(pData,Ts,false,false,true);
}
BOOST_AUTO_TEST_CASE(transition_noDc1){
......
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