This year, the availability of the Vuforia Imaging software can make target tracking really easy.
But, so far, I've been surprised how few teams have come to competition with any form of image processing on-board.
So it seems that I needed to create a Demo program and video tutorial to show how easily it can be done.
This YouTube tutorial https://www.youtube.com/watch?v=AxKrJEtfuaI is a detailed code walk through of such a demo opmode.
The code is online at https://github.com/gearsincorg/FTCVuforiaDemo
You can drop this code folder into any FTC_SDK project and use it with an Omni-robot.
It's built for a 3-Wheel omni-bot, but the video shows how and where to adapt it to a 4-wheel omni or mecanum drive.
The demo shows how to extract image location information, and one way to use this info to navigate to a target.
This approach has made our auto and teleop navigation very successful so far, so it seemed appropriate to share it with everyone.
Hope this is useful.
Phil.
But, so far, I've been surprised how few teams have come to competition with any form of image processing on-board.
So it seems that I needed to create a Demo program and video tutorial to show how easily it can be done.
This YouTube tutorial https://www.youtube.com/watch?v=AxKrJEtfuaI is a detailed code walk through of such a demo opmode.
The code is online at https://github.com/gearsincorg/FTCVuforiaDemo
You can drop this code folder into any FTC_SDK project and use it with an Omni-robot.
It's built for a 3-Wheel omni-bot, but the video shows how and where to adapt it to a 4-wheel omni or mecanum drive.
The demo shows how to extract image location information, and one way to use this info to navigate to a target.
This approach has made our auto and teleop navigation very successful so far, so it seemed appropriate to share it with everyone.
Hope this is useful.
Phil.
Comment