Skip to content
Snippets Groups Projects

Kfpackmanager

Merged Joan Solà Ortega requested to merge kfpackmanager into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -835,9 +835,9 @@ void Problem::print(int depth, bool constr_by, bool metric, bool state_blocks)
try
{
CaptureMotionPtr CM = std::static_pointer_cast<CaptureMotion>(C);
cout << " buffer size : " << CM->getBuffer().get().size() << endl;
if ( CM->getCalibSize() > 0 && ! CM->getBuffer().get().empty())
{
cout << " buffer size : " << CM->getBuffer().get().size() << endl;
cout << " delta preint : (" << CM->getDeltaPreint().transpose() << ")" << endl;
cout << " calib preint : (" << CM->getCalibrationPreint().transpose() << ")" << endl;
cout << " jacob preint : (" << CM->getJacobianCalib().row(0) << ")" << endl;
Loading