I have a MR IR Seeker V3 attached to my bot and the seeker is configured in the CDI as Seeker V3 and has the name "seeker". In my code I say this:
irSeeker = hardwareMap.irSeekerSensor.get("seeker");
When I run the opmode it fails with the exception: unable to find a hardware device with the name "seeker".
Note color, optical distance and touch sensors all work fine. I've tinkered quite a bit looking for what I have done wrong and come up empty.
irSeeker = hardwareMap.irSeekerSensor.get("seeker");
When I run the opmode it fails with the exception: unable to find a hardware device with the name "seeker".
Note color, optical distance and touch sensors all work fine. I've tinkered quite a bit looking for what I have done wrong and come up empty.
Comment