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

bwi_kr_execution goal incorrectly defined as succeeded #90

Closed
sxtejeda opened this issue Jun 8, 2017 · 0 comments
Closed

bwi_kr_execution goal incorrectly defined as succeeded #90

sxtejeda opened this issue Jun 8, 2017 · 0 comments

Comments

@sxtejeda
Copy link

sxtejeda commented Jun 8, 2017

If a goal is sent which is identical in location to the most recently succeeded goal, this new goal is immediately returned as succeeded, regardless of whether the robot has actually arrived at the goal.

How to Replicate:

  1. Start up the robot, ensure that bwi_kr_execution is running as well
  2. $rosrun bwi_tasks go_to_door_node _door:=d3_414b1
  3. Let the robot make it to the door successfully
  4. Set some new arbitrary goal via RViz
  5. Before this new goal is finished, interrupt it with
    $rosrun bwi_task go_to_door_node _door:=d3_414b1

Notice that ROS_INFO returns "Suceeded!" and the robot stops moving, despite the robot not being at the specified door.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant