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
In GraspStrategy.msg there are strategy types named highly ambiguous like: int32 STRATEGY_SLIDE_TO_EDGE = 20
This seems to be used in the CreateGeometryGraph.cpp line157 as a grasping type rather than slide. So a better name is STRATEGY_EDGE_GRASP like int32 STRATEGY_WALL_GRASP = 50
The text was updated successfully, but these errors were encountered:
In
GraspStrategy.msg
there are strategy types named highly ambiguous like:int32 STRATEGY_SLIDE_TO_EDGE = 20
This seems to be used in the
CreateGeometryGraph.cpp
line157 as a grasping type rather than slide. So a better name isSTRATEGY_EDGE_GRASP
likeint32 STRATEGY_WALL_GRASP = 50
The text was updated successfully, but these errors were encountered: