Quote:
Originally Posted by MagiChau
I believe you have to actually create a table called camera before you can try to get anything from it. I don't have access to the javadocs for the NetworkTable right now.
|
The description in the java doc for getTable() is
Quote:
|
Gets the table with the specified key. If a table does not excist, a new table will be created. This will automatically initialize network tables if it has not been already.
|
to mean that means that no seprate creation is nessasary, but if im wrong how do i create one?