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

Revision history [back]

click to hide/show revision 1
initial version

The namespace of the client was wrong. Thanks for the tip NEngelhard on the (~). Now I'm able to send Goals to the action server with this setup:

client = actionlib.SimpleActionClient("/pylon_camera_grab_and_save_as/grab_and_save_image_raw", GrabAndSaveImageAction)

Thanks