|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
LabVIEW Vision Example
We are trying to integrate the 2016 LabVIEW vision example into our robot project. How would we go about 'importing' the vision example into our project?
|
|
#2
|
|||||
|
|||||
|
Re: LabVIEW Vision Example
You can checkout the tutorials to help get started.
From the Getting Started window (when LV is first started or View->Getting Started Window...) Select Tutorials on the left side. See Tutorial 7 - Integrating Examples into Robot Code and Tutorial 8 - Integrating Vision into Robot Code It's pretty much a complete replacement of the default Vision Processing.vi Porting the Robot Global Data.vi contents Adding the Vision Support Code Last edited by Mark McLeod : 28-07-2016 at 15:17. |
|
#3
|
||||
|
||||
|
Re: LabVIEW Vision Example
So is the roboRIO processing the image on-board, or is the driver station processing the image and sending the data back? We are wondering how it would perform on the field, and it might be a problem if it is sending the image over the FMS to the driver station, and the latency may be too high
|
|
#4
|
||||
|
||||
|
Re: LabVIEW Vision Example
Quote:
My team did the processing on the dashboard and sent back the coordinates of the goal to the robot via network tables. Let me know if you want to see our dashboard project and I can send it to you for reference. |
|
#5
|
||||
|
||||
|
Re: LabVIEW Vision Example
Yeah, I'd love to see your code. It would be great if you could send it to cortechsrobotics@gmail.com
We copies the code in the example vision processing vi and just transferred it with its dependencies to our project. So does that mean it's running on-board? I'm curious as to what are the pros/cons of running it on the dashboard or on board. What made you do it on the dashboard? Quote:
|
|
#6
|
|||
|
|||
|
Re: LabVIEW Vision Example
We did our processing on the roborio this year. Primary reason is that it was powerful enough for what we needed to do. For the off season we're working on an on robot coprocessor to do the image processing for us.
Our robot code is on GitHub here under 2016-RoboBees-OffSeason: https://github.com/FRC-836/ You WILL need the 836-Library to be installed in userlib. Documentation is spotty in many places and we're working to improve that. Message me if you have any questions. Also, those are works in progress as we go through the off season so there will be udpates. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|