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
I try add a new yaml file from the old file and the example:
base_link: 'base_link'gripper_group:
end_effector_name: 'gripper_group'joints : ['gripper_finger_joint']pregrasp_posture : [0.0]grasp_posture : [1.0]end_effector_parent_link : 'gripper_roll_link'pregrasp_time_from_start : 4.0grasp_time_from_start : 4.0grasp_pose_to_eef : [0,0,0] // What should this would be ?
grasp_data_.loadRobotGraspData
has not been called. The oldloadRobotGraspData
has been remove in commit c341a81, but no new one added.From the example in https://github.com/davetcoleman/moveit_simple_grasps/blob/b8eef918d842309d84c028065a5fa0476a88848a/src/simple_grasps_test.cpp line
92
and https://github.com/davetcoleman/moveit_simple_grasps/blob/b8eef918d842309d84c028065a5fa0476a88848a/config/baxter_grasp_data.yaml, does that it need a end_effector yaml config file and run the script by roslaunch and load such yaml as param ?The text was updated successfully, but these errors were encountered: