Skip to content
Snippets Groups Projects
Commit 4be2915d authored by mnaveau's avatar mnaveau
Browse files

Merge remote-tracking branch 'trac/topic/SQP_5ms' into topic/SQP_5ms

Conflicts:
	src/ZMPRefTrajectoryGeneration/nmpc_generator.cpp
	tests/TestNaveau2015.cpp
parents bb6d1191 a92cc44e
No related branches found
No related tags found
No related merge requests found
......@@ -601,10 +601,10 @@ void NMPCgenerator::computeFootSelectionMatrix()
DumpMatrix("V_kp1_",V_kp1_);
DumpVector("v_kp1_",v_kp1_);
#endif
#ifdef DEBUG_COUT
//#ifdef DEBUG_COUT
cout << "V_kp1_ = " << V_kp1_ << endl ;
cout << "v_kp1_ = " << v_kp1_ << endl ;
#endif
//#endif
return ;
}
......
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