ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

carlos22's profile - activity

2013-03-26 16:09:19 -0500 received badge  Popular Question (source)
2013-03-26 16:09:19 -0500 received badge  Notable Question (source)
2013-03-26 16:09:19 -0500 received badge  Famous Question (source)
2011-10-06 02:10:46 -0500 asked a question Use JointTrajectoryAction and GraspHandPostureExecutionAction at the same time

I want to use JointTrajectoryAction and GraspHandPostureExecutionAction at the same time. I want to control the gripper while the trajectory is moving. My first attempt was to write a "Callback based Simple Action Client" [1].

But, it turns out, that calling the SimpleActionClient::sendGoal() in one of the callback functions leads to a segmentation fault.

Any ideas how to solve this problem?

[1] Tutorials: Writing a Callback Based SimpleActionClient