hii how do you program a vision sensor that detects whether there’s an object in front of it?
^ here’s a really good article explaining it
in essence:
- Configure the vision sensor like a normal sensor in vex code
click configure to create vision signatures based on color- once you have the vision signatures created, you can find the location of object with vision sensor methods (I don’t know them off the top of my head)
try to see if that works, if you need more help, feel free to ask any questions!
5 Likes
Thank you so much! It worked