rclcpp/rclcpp_action
Jacob Perron ecf35114b6
Add return code to CancelGoal service response (#710)
* Populate return code of CancelGoal service response

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Throw if there is an error processing a cancel goal request

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Make cancel callback signature consistent across cancel methods and add tests

Refactored the callback signature for canceling one goal. Now it is the same as the other cancel methods.
This makes it easier to communicate the error code to the user.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Address review

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
2019-05-02 15:25:15 -07:00
..
include/rclcpp_action Add return code to CancelGoal service response (#710) 2019-05-02 15:25:15 -07:00
src Add return code to CancelGoal service response (#710) 2019-05-02 15:25:15 -07:00
test Add return code to CancelGoal service response (#710) 2019-05-02 15:25:15 -07:00
CHANGELOG.rst 0.7.1 2019-04-26 11:37:10 -07:00
CMakeLists.txt rclcpp_action Server implementation (#593) 2018-12-06 09:38:01 -08:00
Doxyfile Add Doxyfile for rclcpp_action 2019-03-12 11:56:18 -07:00
package.xml 0.7.1 2019-04-26 11:37:10 -07:00