-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Map #10
Comments
zack is helping |
The best way to do this is to use a network table that is updated by the robot with its position and heading. The client program would then fetch that data and place a point on the map corresponding to that location. I am working on the robot code for this program. |
Obstacles Position 1: Position 2: Position 3: Position 4: Position 5: Position 6: Position 7: Position 8: Position 9: Position 10: |
Make a way to choose a team before |
The IMU code is nearing completion, I will work on setting up the NetworkTables to broadcast the X/Y position of the robot. |
Live Map is almost complete just need to fix obsticals and test on the IMU |
Creation of a live updating map for the driver station that shows where the robots current position is by coordinates and status as well as rotaion.
The text was updated successfully, but these errors were encountered: