Parallel Parking Robot

Difficulty: Medium

99

ABOUT

For my Robotics class, our final was to build a robot using the lejos NXT brick and Java. My project was to create a parallel parking robot using the NXT Motors and Ultrasonic Sensor. I was able to utilize multithreading and use the built-in Differential Pilot class to keep track of positioning and motors.

Diagram

There are 15 differerent states this robot goes through. After each state, the robot will move to the next state unless there are multiple outgoing arrows. Then, it will decide whether the condition has passed for one of the arrows. If not, it will continue moving forward. The user can step through this process using the arrow keys on the NXT brick, or they can watch it all happen automatically. The robot is guaranteed to make it to the path without hitting any obstacles.

More Projects You May Like

Guitar Hero

Create a custom version of Guitar Hero in Java. A great game to practice building skills.

Fireworks Screensaver

An animated screensaver that displays pixel fireworks. It also gives details on how many have been launched since opened. Set it as your background!

Blackjack

Create a stunning Blackjack game in Java with an easy user interface while finding the best strategies with the AI.

Tetris

Play Tetris in Java! A great learning experience for an Intermediate programmer!