|
Re: Has anybody gotten NetworkTables to work on a RaspberryPi
Quote:
Originally Posted by JohnRLewis
I gave your .so a try, but get the exact same error.
|
If you are using Java, try the jar in the Java folder instead of the maven jar. That should have the ntcore library built in and automatically extract it.
If that doesn't work, when you try and run the project, there should be a line that gets printed that starts with "Platform:". What does that string say?
Looking at the source code again, it does look like you should just be able to put libntcore.so in /home/pi/. Does that work?
__________________
All statements made are my own and not the feelings of any of my affiliated teams.
Teams 1510 and 2898 - Student 2010-2012
Team 4488 - Mentor 2013-2016
Co-developer of RobotDotNet, a .NET port of the WPILib.
Last edited by Thad House : 17-01-2016 at 00:36.
|