Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Eigen Error #61

Open
portgasray opened this issue Nov 22, 2019 · 4 comments
Open

Eigen Error #61

portgasray opened this issue Nov 22, 2019 · 4 comments
Labels
question Further information is requested

Comments

@portgasray
Copy link

portgasray commented Nov 22, 2019

Due to the Nvidia GPU is not supported? I set device to CPU in grasp_ros2_params.yaml . and run ros2 run grasp_ros2 grasp_ros2 __params:=src/ros2_grasp_library/grasp_ros2/cfg/grasp_ros2_params.yaml

met with the problem following:

Calculating surface normals ...
Using integral images for surface normals estimation ...
grasp_ros2: /usr/local/include/eigen3/Eigen/src/Core/PlainObjectBase.h:285: void Eigen::PlainObjectBase<Derived>::resize(Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix<double, 3, -1>; Eigen::Index = long int]: Assertion `(!(RowsAtCompileTime!=Dynamic) || (rows==RowsAtCompileTime)) && (!(ColsAtCompileTime!=Dynamic) || (cols==ColsAtCompileTime)) && (!(RowsAtCompileTime==Dynamic && MaxRowsAtCompileTime!=Dynamic) || (rows<=MaxRowsAtCompileTime)) && (!(ColsAtCompileTime==Dynamic && MaxColsAtCompileTime!=Dynamic) || (cols<=MaxColsAtCompileTime)) && rows>=0 && cols>=0 && "Invalid sizes when resizing a matrix or array."' failed.

my assumption:
Because of the object(the scene) in realsense view could not be calculated currently, or due to the gpd model?

@portgasray portgasray changed the title Eigen Exception Eigen Error Nov 22, 2019
@portgasray
Copy link
Author

portgasray commented Nov 23, 2019

@portgasray
Copy link
Author

portgasray commented Nov 23, 2019

It works! I updated the source code under suggestion by sharronliu's path . See my result:
yrw0rx1TrjgbqfwU__thumbnail

thanks for your support, Yu @RoboticsYY

@RoboticsYY RoboticsYY added the question Further information is requested label Nov 25, 2019
@RoboticsYY
Copy link
Contributor

I never met this in my running. I'm not sure what's the difference that triggered this happening. Thanks for reporting!

@portgasray
Copy link
Author

so, it's true that openvino not support Nvidia GPU, maybe it's not a good question. @RoboticsYY

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants