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.
Bug report
Required Info:
Steps to reproduce issue
In one terminal start the server:
In another terminal start the client:
Expected behavior
Client should print out success or failure message
Actual behavior
Client crashes