ros2 / examples

Example packages for ROS 2
Apache License 2.0
714 stars 316 forks source link

Action client crashes - "Goal handle is not tracking the goal result" #244

Closed skucheria closed 5 years ago

skucheria commented 5 years ago

Bug report

Required Info:

Steps to reproduce issue

In one terminal start the server:

ros2 run examples_rclcpp_minimal_action_server action_server_not_composable 

In another terminal start the client:

ros2 run examples_rclcpp_minimal_action_client action_client_not_composable 

Expected behavior

Client should print out success or failure message

Actual behavior

Client crashes

[INFO] [minimal_action_client]: Sending goal
terminate called after throwing an instance of 'rclcpp_action::exceptions::UnawareGoalHandleError'  
what():  Goal handle is not tracking the goal result.
clalancette commented 5 years ago

@skucheria Heh, we raced. I'm going to close this as a dup of #243 , which I just opened :).