diff --git a/tests/debug-logger.cpp b/tests/debug-logger.cpp index 4357c1fd48a58990613711a70ef6da7575c61380..9a08c4ea7fd762335468bcf524e6eb52023c7c07 100644 --- a/tests/debug-logger.cpp +++ b/tests/debug-logger.cpp @@ -59,6 +59,7 @@ public: vq[1] = 2.0; vq[2] = 3.0; sendMsg("Value to display: " + toString(vq)); + sendMsg("Value to display: " + toString(vq, 3, 10)); Eigen::Matrix<double, 3, 3> an_eig_m; an_eig_m.Ones(); sendMsg("Value to display: " + toString(an_eig_m));