|
Re: Undefined Reference to CANTalon::CANTalon(int)
Glad you were able to get rid of the library error.
As for this issue, this is a little harder to diagnose without some other insights. I would suggest possibly starting with either uploading your code for others to reference here - or on pastebin.com or something ... or a way to diagnose for yourself would be to create one of the sample/example projects and see if it works. If it doesn't, then it's likely you have a hardware setup issue of some kind (or firmware that needs updated).
File->New->Other->WPI Robot->Example... "Motor Controller" would be my suggestion - it requires a joystick and a speed controller at a minimum. Tweak the sample to your channel number (11?) and see what it does or doesn't do. If it does work, then we're back to your code as next steps.
__________________
~~~~~~~~~~~~~~~~~~~
Bob Wolff - Software from the old-school
Mentor / C / C++ guy
Team 1967 - The Janksters - San Jose, CA
|