View Single Post
  #2   Spotlight this post!  
Unread 10-01-2016, 10:56
Fauge7 Fauge7 is offline
Head programmer
FRC #3019 (firebird robotics)
Team Role: Programmer
 
Join Date: Jan 2013
Rookie Year: 2012
Location: Scottsdale
Posts: 195
Fauge7 is a name known to allFauge7 is a name known to allFauge7 is a name known to allFauge7 is a name known to allFauge7 is a name known to allFauge7 is a name known to all
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")
boolean shouldFire = visiontable.getvalue()
//rest of code
so while grip is powerful, its still in development...