You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Due to the Nvidia GPU is not supported? I set device to
CPU
ingrasp_ros2_params.yaml
. and runros2 run grasp_ros2 grasp_ros2 __params:=src/ros2_grasp_library/grasp_ros2/cfg/grasp_ros2_params.yaml
met with the problem following:
my assumption:
Because of the object(the scene) in realsense view could not be calculated currently, or due to the
gpd
model?The text was updated successfully, but these errors were encountered: