![]() |
Re: 2220's Play/Record Macro for Autonomous
Has anyone done this for C++?
|
Re: 2220's Play/Record Macro for Autonomous
Quote:
EDIT: The battery voltage problem was something we noticed in the first day, which is why we switched to PID. This is what I'm warning the creators of this macro about :P |
Re: 2220's Play/Record Macro for Autonomous
Quote:
That's just my opinion though, I still think record/play is very effective, especially for games like 2015. For 2016 though, I can see the defenses causing issues. |
Re: 2220's Play/Record Macro for Autonomous
Quote:
|
Re: 2220's Play/Record Macro for Autonomous
We were able to accomplish this in C++ by representing the input in a struct:
Code:
Code:
Code:
This feature has helped our team for more than just autonomous. For example: since we store the recording in a buffer (and a file), we can use it as a circular buffer, allowing us to loop over driver input while we PID tune without having to touch the controller. |
| All times are GMT -5. The time now is 01:36. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi