View Single Post
  #2   Spotlight this post!  
Unread 21-01-2017, 12:18
Peter Johnson Peter Johnson is offline
WPILib Developer
FRC #0294 (Beach Cities Robotics)
Team Role: Mentor
 
Join Date: Jan 2010
Rookie Year: 2008
Location: Redondo Beach, CA
Posts: 269
Peter Johnson has much to be proud ofPeter Johnson has much to be proud ofPeter Johnson has much to be proud ofPeter Johnson has much to be proud ofPeter Johnson has much to be proud ofPeter Johnson has much to be proud ofPeter Johnson has much to be proud ofPeter Johnson has much to be proud of
Re: CAN Talon SRX in eclipse

Quote:
Originally Posted by Brayland View Post
Hi we were tying to program our drive and we can't seem to put the CANTalon SRX into eclipse we have downloaded the tool suite on the installing eclipse webpage and we just can't find out how to put it in eclipse (we downloaded our wpilib from the first website, we are using eclipse neon.2)
The libraries and include paths should be automatically getting updated by the Eclipse plugins to point to the correct ${HOME}/wpilib/user/cpp folders (for includes) and files (for libraries) at Eclipse startup.

If you ran the installer, it should have put the files into the correct locations. Do you see the CTRE files in C:/Users/<your name>/wpilib/user/cpp/include and .../lib? There is a possible issue with the installer at present where if privileges are escalated (e.g. you're running as a normal user and need to type in an admin username/password) during install, the files will be installed into the admin user's wpilib directly instead of the user you're running the installer as. You can work around this either by copying the files yourself or downloading the .zip instead of the installer and extracting it yourself.
__________________
Author of cscore - WPILib CameraServer for 2017+
Author of ntcore - WPILib NetworkTables for 2016+
Creator of RobotPy - Python for FRC

2010 FRC World Champions (294, 67, 177)
2007 FTC World Champions (30, 74, 23)
2001 FRC National Champions (71, 294, 125, 365, 279)
Reply With Quote