![]() |
GRIP with kangaroo
We are trying to use grip with a Kangaroo. We have followed the screensteps documentation but it doesn't have a lot of information about running grip on startup. We are using this code to try and send values from the kangaroo network tables to the rio network tables:
Code:
import edu.wpi.first.wpilibj.networktables.NetworkTable;Code:
platform: /Windows/amd64/ |
Re: GRIP with kangaroo
You're likely using a NetworkTables jar file for the roboRio instead of for Windows. You should grab the latest -desktop.jar file from http://first.wpi.edu/FRC/roborio/mav....0.0-SNAPSHOT/
Also, I'm not sure what you're trying to accomplish with the lines localTable = NetworkTable.getTable("localhost"); rioTable = NetworkTable.getTable("10.10.24.62");. The roboRio is the server, so you just need to set the server address, upon connection, all tables will be communicated/synchronized between all clients connected to that server. |
| All times are GMT -5. The time now is 00:38. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi