|
Re: Cross the Road Electronics/ Talon SRX Library Issues
We have installed the CTRE libraries and updated class paths to include the jar file. But we are still having difficulty getting the import to work:
When we try eclipse auto-completion, it doesn't find anything past 'com.ctre.'
When tried just using the import that we think we should be using:
import com.ctre.CANTalon;
But when we try to instantiate a CANTalon object, we get errors.
Maybe this is an eclipse IDE configuration issue?
|