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
where the view_point_ variable is undefined. The definition has been commented out, probably as we phased out getting camera_position from rosparam, and now defining it in the config files.
Hello. I kept getting grasp candidates in the wrong/inverted direction from gpd_ros, given a partial point cloud of a cylindrical object, like so.
This is the view from the top of the point cloud. The grasp scores were:
This error is however not present in gpd (master branch). I get this:
with grasp scores:
Error
There is an error currently in grasp_detection_node.cpp, in the cloud_callback() definition:
where the
view_point_
variable is undefined. The definition has been commented out, probably as we phased out getting camera_position from rosparam, and now defining it in the config files.My temporary fix is define it explicitly:
The text was updated successfully, but these errors were encountered: