View Single Post
  #3   Spotlight this post!  
Unread 20-01-2017, 15:19
darrellt darrellt is offline
Registered User
FRC #2635
 
Join Date: Oct 2009
Location: Lake Oswego, Oregon
Posts: 9
darrellt is an unknown quantity at this point
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?
Reply With Quote