Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
skucheria opened this issue May 23, 2019 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@skucheria
Copy link
Member

Bug report

Required Info:

  • Operating System:
    • Ubuntu 18.04
  • Installation type:
    • Debian packages
  • Version or commit hash:
    • 0.7.2
  • DDS implementation:
    • fastrtps
  • Client library (if applicable):
    • rclcpp

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.
@skucheria skucheria added the bug Something isn't working label May 23, 2019
@clalancette
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants