-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
I'was using Pinocchio with an installation of eigenpy (1.5.7) from source, and I got extra verbose output with the following statements:
call: EigenFromPy< Eigen::MatrixBase >::convertible
call: EigenFromPy< Eigen::MatrixBase >::construct
I found the cout statements in
eigenpy/include/eigenpy/details.hpp
Line 436 in 42ea7b3
| std::cout << "call: EigenFromPy< Eigen::MatrixBase<MatType> >::convertible" << std::endl; |
eigenpy/include/eigenpy/details.hpp
Line 444 in 42ea7b3
| std::cout << "call: EigenFromPy< Eigen::MatrixBase<MatType> >::construct" << std::endl; |
My guess is that they were intended for debugging purposes.
Metadata
Metadata
Assignees
Labels
No labels