You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Start up the robot, ensure that bwi_kr_execution is running as well
$rosrun bwi_tasks go_to_door_node _door:=d3_414b1
Let the robot make it to the door successfully
Set some new arbitrary goal via RViz
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.
The text was updated successfully, but these errors were encountered:
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:
$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.
The text was updated successfully, but these errors were encountered: