ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
@ahendrix is right. You returned the wrong type.
Have a detailed look at the python service tutorial.
You have to return an instance of <YourServiceType>Response
instead of a list of SubGoal
. In this Response you can store the SubGoals.