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_not_composable always throws an exception #243

Closed
clalancette opened this issue May 23, 2019 · 1 comment · Fixed by #245
Closed

action_client_not_composable always throws an exception #243

clalancette opened this issue May 23, 2019 · 1 comment · Fixed by #245
Assignees
Labels
bug Something isn't working

Comments

@clalancette
Copy link
Contributor

Bug report

I'm running the action examples, and the action_client_not_composable example always throws an exception.

Required Info:

  • Operating System:
    • Ubuntu 18.04
  • Installation type:
    • Source
  • Version or commit hash:
  • DDS implementation:
    • Fast-RTPS
  • Client library (if applicable):
    • rclcpp

Steps to reproduce issue

Terminal 1:

ros2 run examples_rclcpp_minimal_action_server action_server_member_functions

Terminal 2:

ros2 run examples_rclcpp_minimal_action_client action_client_not_composable

Expected behavior

Action client runs, gets feedback, and eventually gets the finished result.

Actual behavior

[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.

Additional information

This happens regardless of which action server is used.

@clalancette
Copy link
Contributor Author

The same goes for action_client_not_composable_with_cancel and action_client_not_composable_with_feedback

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

Successfully merging a pull request may close this issue.

2 participants