View Single Post
  #3   Spotlight this post!  
Unread 01-02-2017, 12:02
vScourge's Avatar
vScourge vScourge is offline
Videogame Developer
AKA: Adam Pletcher
FRC #4096 (Ctrl-Z)
Team Role: Coach
 
Join Date: Jan 2014
Rookie Year: 2012
Location: Champaign, IL
Posts: 42
vScourge will become famous soon enough
Re: Raspberry Pi 3 Wiring and Programming for Vision

Quote:
Originally Posted by GavinL View Post
So I generate a pipeline class? How would I use the pi then?
Install Python and pynetworktables on the Pi. Then write a little helper script that starts on boot, imports your pipeline class from GRIP, calls "process" on it, then feeds the desired values into NetworkTables, making them available to the robot code on the roboRIO.
Reply With Quote