|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools |
Rating:
|
Display Modes |
|
#1
|
|||
|
|||
|
How to print to the console in eclipse java programming FRC 2015
In past years my team, 3506, has used netbeans to programs our robots, but with the addition of the roborio we have been forced to switch to using Eclipse. We shortly found out that you can't print to the console (at least not obviously) and we are stuck with printing to the SmartDashboard which none of us fully understand. I should mention that we are using a command based robot so one of our problems with the SmartDashboard is we do not always know which of the many classes we should use to put the data. Does anyone know if it is possible to print to the console, or something else, or where we should use SmartDashboard?
|
|
#2
|
||||
|
||||
|
Re: How to print to the console in eclipse java programming FRC 2015
Hi TheMechanic40, instead of the NetConsole that was used last year, the roboRIO uses RIOlog.
Installation instructions are found here. It prints basically the same way that NetConsole did, but you must have eclipse open to use it. A few teams have been having trouble with it, but after a bit of tinkering it usually works. Hope this helps! Zach |
|
#3
|
||||
|
||||
|
Re: How to print to the console in eclipse java programming FRC 2015
Can you post the section of code you are trying to output using the CODE (# on the editor) brackets?
|
|
#4
|
|||
|
|||
|
Re: How to print to the console in eclipse java programming FRC 2015
Quote:
|
|
#5
|
||||
|
||||
|
Re: How to print to the console in eclipse java programming FRC 2015
Netconsole and rioLog actually use the same protocol. If you had netconsole installed from previous years, it should still work with the current robot.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|