Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypt1cG committed Sep 15, 2024
1 parent 66764cb commit d537146
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starter_project/autonomy/src/navigation/tag_seek.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def on_loop(self, context) -> State:
DISTANCE_TOLERANCE = 0.995
ANUGLAR_TOLERANCE = 0.3
# TODO: get the tag's location and properties (HINT: use get_fid_data() from context.env)
tag = context.env.get_fid_data()

# TODO: if we don't have a tag: go to the FailState

Expand Down

0 comments on commit d537146

Please sign in to comment.