-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
Concerning the following error message, in debug mode:
eigenpy/include/eigenpy/details.hpp
Line 192 in f567b49
| std::cerr << "The python object is not a numpy array." << std::endl; |
When I do SE3 * SE3 object, I get this warning because I guess it tries to find which SE3::operator* to use. In this case, it is not an error message.
Is there any cases where it is a real error ? If my understanding is correct, it is not a failure.
Metadata
Metadata
Assignees
Labels
No labels