We need to implement a polling system to fetch rover data changes. Maybe hold off on this until we break up the app into multiple controllers so we can do this multithreading. Also should utilize inheritance, so we don't need to rewrite the polling function for each.
We need to implement a polling system to fetch rover data changes. Maybe hold off on this until we break up the app into multiple controllers so we can do this multithreading. Also should utilize inheritance, so we don't need to rewrite the polling function for each.
Should also be able to set the polling rate