Skip to content

debug cout statements in release 1.5.7 #84

@DiegoAE

Description

@DiegoAE

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

std::cout << "call: EigenFromPy< Eigen::MatrixBase<MatType> >::convertible" << std::endl;

std::cout << "call: EigenFromPy< Eigen::MatrixBase<MatType> >::construct" << std::endl;

My guess is that they were intended for debugging purposes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions