Difference between revisions of "Projects"
Line 10: | Line 10: | ||
Equip the car with GPS and use it to perform navigation tasks. | Equip the car with GPS and use it to perform navigation tasks. | ||
See [[project gps]] for details. | |||
== Stereo Vision == | == Stereo Vision == |
Revision as of 20:05, 20 March 2018
These are some ideas for possible projects to be develop in the class.
Playing Fetch
Using image recognition to localize, track and fetch a tennis ball.
See project fetch for details.
Equip the car with GPS and use it to perform navigation tasks.
See project gps for details.
Stereo Vision
Equip the car with two cameras, design a new controller that can take advantage of the stereo vision and evaluate its performance.
Encoders for Odometry
Incorporate encoders on the wheels of the car and use the new measurement to improve the performance of the controller.
ROS
Develop ROS nodes for the current setup of the car and demonstrate its capability.
3D Camera Intel RealSense
Equip the car with a camera that can sense depth, design a new controller that can take advantage of the stereo vision and evaluate its performance.
Parallel Parking
Equip the car with ultrasonic sensor, design and train a controller that can park the car autonomously.
Convoy
Follow the car in front of you keeping distance. Control first car by remote control, then all autonomous.
Enhanced Image Processing
Incorporate image processing filters that can enhance the performance of the car. Ideas include: split field of view, line detection and following.