View Single Post
  #63   Spotlight this post!  
Unread 11-04-2014, 22:53
DjScribbles DjScribbles is offline
Programming Mentor
AKA: Joe S
FRC #2474 (Team Excel)
Team Role: Mentor
 
Join Date: Oct 2011
Rookie Year: 2012
Location: Niles MI
Posts: 284
DjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to behold
Re: Team 254 Presents: CheesyVision

Quote:
Originally Posted by Tom Bottiglieri View Post
Have you tested this on a robot? If so I can add it to the repo.

Also it doesn't look like you have a runner thread within the object. Are you running it externally? If so could you post that code as well?
Yes, we've got the code up and running, it is working great. I can try to put together an example project to wrap the vision server code on Monday or so.

The object implements a thread for reading from the IO stream by inheriting from jankyTask, the Run method is the wrapped threading function.