UbiquityRobotics / move_basic

A minimal navigation node
BSD 3-Clause "New" or "Revised" License
69 stars 21 forks source link

Aborting a goal due to moving away from goal needs to be ROS option enabled #89

Closed mjstn closed 3 years ago

mjstn commented 3 years ago

We recently went through a great deal of debug time tracking down why Aisle mode was aborting after turning around at the end of an aisle. We discovered it was due to 'Moving away from goal'. Aisle mode has its own logic above move basic to deal with abort of goal. too many cooks spoil the broth.

Aisle mode will need that sort of abort to be disabled and I suggest ROS option.

dorkamotorka commented 3 years ago

@JanezCim this can be implemented in the "side-branch" for Aisle mode, but at the same time should also be debugged what is causing it and fix it for master branch.

JanezCim commented 3 years ago

Maybe lets not have any more side branches :) I think the smartest way may be that we go through the changes together with @tp4348 and see what might be causing the problems.

JanezCim commented 3 years ago

This was handeled in https://github.com/UbiquityRobotics/move_basic/commit/96e08045ee347f27917d3aacca042a330d344669