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

AMCL fails in OSRF CI with "Promise already satisfied" exception #967

Closed
crdelsey opened this issue Jul 22, 2019 · 3 comments
Closed

AMCL fails in OSRF CI with "Promise already satisfied" exception #967

crdelsey opened this issue Jul 22, 2019 · 3 comments
Labels
1 - High High Priority bug Something isn't working
Milestone

Comments

@crdelsey
Copy link
Contributor

Bug report

Required Info:

  • Operating System:
  • Installation type:
  • Version or commit hash:
  • DDS implementation:
  • Client library (if applicable):

Steps to reproduce issue

View CI output here
http://build.ros2.org/view/Eci/job/Eci__nightly_navigation2_ubuntu_bionic_amd64/

Expected behavior

Actual behavior

Additional information

[amcl-6] [WARN] [amcl]: Waiting for map....
10:03:04 10: [amcl-6] terminate called after throwing an instance of 'std::future_error'
10:03:04 10: [amcl-6] what(): std::future_error: Promise already satisfied
10:03:04 10: [ERROR] [amcl-6]: process has died [pid 19138, exit code -6, cmd '/tmp/ws_overlay/install_isolated/nav2_amcl/lib/nav2_amcl/amcl __node:=amcl __params:=/tmp/ws_overlay/install_isolated/nav2_bringup/share/nav2_bringup/launch/nav2_params.yaml'].

@crdelsey crdelsey added 1 - High High Priority bug Something isn't working labels Jul 22, 2019
@crdelsey crdelsey added this to Incoming Issues in Navigation 2 Kanban via automation Jul 22, 2019
@crdelsey crdelsey added this to the July 2019 milestone Jul 22, 2019
@orduno
Copy link
Contributor

orduno commented Jul 22, 2019

Are there futures in AMCL? I don't recall using actions.

This might be an upstream issue.

I was getting the same issue when updating the Global Planner Tester #927. On my case, getting the result from the client instead of the goal handle seems to solve the issue.

auto future_goal_handle = client->async_send_goal(goal);

// check if the goal was sent and accepted

auto goal_handle = future_goal_handle.get()

auto future_result = planner_client->async_get_result(goal_handle);

@crdelsey
Copy link
Contributor Author

I see the exception occur in world_model as well, so it does seem like it could be an upstream issue. We'll need to keep an eye on that one.

@SteveMacenski
Copy link
Member

ros2/geometry2#143

Seems resolved, we can reopen if we see again

Navigation 2 Kanban automation moved this from Incoming Issues to Done Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - High High Priority bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

3 participants