-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"loadRobotGraspData" code in "simple pick place" #7
Conversation
<launch> | ||
|
||
<arg name="debug" default="true"/> | ||
<rosparam command="load" file="$(find clam_pick_place)/config/clam_grasp_data.yaml"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs to go inside the tags?
I will merge and test, then maybe fix. |
"loadRobotGraspData" code in "simple pick place"
Thanks! |
Dave, thanks for the code updates. Here is an update on what I am doing. Trying to get
At first I could not read these parameters, I had to remove the initialization of nh("~") to a private name. I am still not so familiar with these differences, but it worked well when I removed it:
When I roslaunched again, it said I had not added base_link to the param server. So I added it. The error screen is shown below for reference:
After getting the base_link param in
And in the block_pick_place screen I got:
This is the final stage and might need some help here, the grasps were generated, but the controller failed during execution:
The video can be seen here: http://youtu.be/53WBq4WVcck It seems its's failing at: return move_group_->pick(block_name, possible_grasps) |
I already created a roslaunch file for this executable, did you not see it? (as documented on the ClamArm website) |
As infer in issues #6 ...
The
clam_grasp_data.yaml
file may not be right, it need some fix ...