ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The main difference is the possibility to have a feedback when using action. When you use service, you can only have a result at the end of the service.
For example, you make a service and an action "goToPoint" :