Skip to content

This project was for me to dip my toes into autonomous routines and understanding changes between WPILIB 2020 and 2019, as well as having some fun with sensors.

License

Notifications You must be signed in to change notification settings

ctrl-alt-delete101/AutoDrive

Repository files navigation

AutoDrive

This code will "theoretically" solve any maze using sensors and different algorithms.

auto_routine_1

This routine uses one ultrasonic sensor and one gyroscope. In "theory" the robot should constantly be moving forward until it is close to an object(a wall in the maze). If it does detect a wall, it will then rotate and move forward in a straight line with some P loop tuning utilizing the gyroscopes. The process continues to keep running until it exits the maze.

auto_routine_2

still under construction I am currently thinking of using the mecanum wheels to strafe and see how that goes(I might need more sensor for that). Since you cannot see it here is a gif for you visual people. :)

About

This project was for me to dip my toes into autonomous routines and understanding changes between WPILIB 2020 and 2019, as well as having some fun with sensors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages