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
This task is composed of designing and implementing a search algorithm that finds different coloured lights based off the light detection node.
the algorithm must use a search method that allows for rover traversal, this means algorithms that use BFS or teleport to different nodes on a node tree do not work.
the algorithm utilizes the gridworld
this will later be subject to change and implementing new techniques for looking for different objects, for example at URC or next year at CIRC
The text was updated successfully, but these errors were encountered:
This task is composed of designing and implementing a search algorithm that finds different coloured lights based off the light detection node.
The text was updated successfully, but these errors were encountered: