urc-software
urc-software copied to clipboard
Implement behavior to path to detected ARUCO tag
Implement an action server that enables the rover to path towards a detected ARUCO tag.
Note that once the tag is detected, we have an approximate relative position to the rover. However, if we blindly path to this location, we may not end within the required distance of the tag. Thus, we need to implement some sort of way to continually refine our position estimate of the tag as we path towards it and ensure that we eventually get within the required distance.