-
Notifications
You must be signed in to change notification settings - Fork 0
SteamGearAutoPickup
David Matthews edited this page Jan 12, 2017
·
2 revisions
Link to gear intake design
- What material is the floor?
- Lets try HSV thresholding to not respond to balls. Then pick the closest?
They are round so will roughly look the same from all sides.
This is likely; we need to be able to detect walls, and other obstacles that may prevent us from positioning the uptake subsystem in the correct location to uptake the gear.
Thus the following should work:
- Rotate robot so gear is in the center of camera frame.
- Drive forward until a sensor detects that we have collected the gear
- Which sensor we use will depend on how we intake the gears; distance we can position sensor; and if it can touch, etc
- ultrasonic
- infrared collision detector
- Camera?
- limit switch?
- Which sensor we use will depend on how we intake the gears; distance we can position sensor; and if it can touch, etc
This is likely; we need to be able to detect obstacles possibly use ultrasonic sensors or LIDAR?