|
Re: Getting commands to work with SFX SmartDashboard
Quote:
Originally Posted by AtomicBrawlers
Yeah so thanks a ton, seriously. But at the same time, neither I nor anyone on my team understood that. The programming mentor on the team couldn't wrap his head around it either. Our C++ is a little rough and this is our second year of competition (my first year).
Thanks for the effort to try and help, but would it be possible to simplify it at all? It honestly just went right over our heads. We don't use LabView and are strictly a C++ team. Thanks in advance.
|
Reading your first message again, you actually should look at the documentation for command-based robots first, and look at the command-based robot example code when you create a new project. That will probably get you on a better track than what I was suggesting
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|