Closed shenlirobot closed 6 years ago
Hi Shen,
the problem is that it cannot get the complete joint state of the whole arm. You are using the example files for the Jaco from my repositories, as in the tutorial, and didn't modify anything?
I'll re-test the tutorial as soon as I get the time, I hope I'll get around to it this weekend.
Cheers Jenny
Hi, I've just updated the packages here (and depending packages, e.g. joint-control-pkgs and graspit-pkgs), so if you do an update of all packages, you may not have this issue again. The Jaco joints had been renamed in jaco-arm-pkgs so this may have caused the issue. I'm closing this for now, please re-open if you keep experiencing this issue
Hi Jennifer: I am executing the jaco grasp using the example grasps by following the tutorial here at https://github.com/JenniferBuehler/grasp-execution-pkgs/wiki/Automated-grasping-tutorial#step-2-execute-the-grasp.
I have done
roslaunch grasp_execution_jaco_tutorial jaco_on_table_gazebo_complete.launch load_grasp_fix:=true
androslaunch grasp_execution_jaco_tutorial simple_automated_grasp_execution.launch run_type:=2 grasp_filename:=
rospack find jaco_graspit_sample/example_grasps/Grasp_1.msg
in 2 terminals. The arm moves towards the table. However, after the arm is on the table and about to grasp, the program crashes.Error msg in
jaco_on_table_gazebo_complete
:Error msg in
simple_automated_grasp_execution
:It seems something is wrong with the grasping?
Thank you so much!