|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#2
|
|||
|
|||
|
Re: Navx in a Command-based Java program
try:
public static AHRS ahrs = new AHRS(SerialPort.Port.kMXP); instead of: static AHRS ahrs = new AHRS(SPI.Port.kMXP); and add import: import edu.wpi.first.wpilibj.SerialPort; |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|