Implement behavior to path to detected ARUCO tag #214
Labels
area/motion-planning
Related to motion planning
subteam/autonomy
type/feature
Adds a new feature to the codebase
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.
The text was updated successfully, but these errors were encountered: