![]() |
GRIP - Vision Processing
I was just messing around with GRIP and it is a very powerful tool. Does anyone know how to use the data it outputs. I've never messed with the networks table at all which is where it seems to output the data. Any help would be awesome!
|
Re: GRIP - Vision Processing
What language? i have messed around with network tables, specifically for vision actually...They are pretty simple to use...essentially if your robot is deciding if it should do ____ based on a value from a table it would look similar to this
Code:
table visiontable = NetworkTable.getTable("vision") |
Re: GRIP - Vision Processing
Quote:
http://wpilib.screenstepslive.com/s/...-networktables |
Re: GRIP - Vision Processing
Ok so that's how you access the data from grip but what can you do with that information?
Also would you have to have grip running on your computer with the driver station? |
Re: GRIP - Vision Processing
Since its java, it can be run anywhere! thats the beauty of it! It can run on your driverstaion, the rio or even a coprocessor, such an an odroid c1 (way better then raspi)
|
Re: GRIP - Vision Processing
So I could take an ip camera from the robot and input that data into GRIP then output the data to the robot? If I had it running with the driver station. Also how do I use the information back
|
Re: GRIP - Vision Processing
Quote:
Assuming you're able to get this far, exactly how you use this data depends on your robot and your strategy. For example, if you're trying to like the robot up horizontally with the biggest target, you might do something like this. (This is a really oversimplified example, but hopefully it serves as a good starting point) PHP Code:
|
Re: GRIP - Vision Processing
Hello. Just started using GRIP. Is it possible to run grip from my drivers station PC by getting the robot USB camera feed? If so how do I send the Network Table data back to the roboRio for my program?
Thanks |
| All times are GMT -5. The time now is 02:57. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi