Copy remote for auto coding

has anyone discovered a way to create an autoprogram by copying the buttons pressed on the remote or by driving the bot and the code copies what it does? I heard about a coach that showed his team how to do this at a competition recently. Is this even possible?

I don’t really think you can do that, as there isn’t really a way to convert from the brain to coding, its only one directional. I may be wrong.

It is technically possible but you would be much better off taking the programming skills it would take to create that and applying them to creating an accurate and fast autonomous because a well tuned autonomous will always preform better then copying driver inputs.

If what you’re talking about is basically storing the motor values from driving then converting them to autonomous code, then there have been many discussions around this.
Here’s some links:

Hope this helps

I built a version of this in V5. It should be possible in IQ. Are you using block code? If so, you will probably want to switch to text coding as it will make the process much easier.

Your talking about an action recorder? Search for replay.

Pretty much all of those are v, and this is IQ. Do you have anything for IQ?

Okay, if you can’t extrapolate enough information from those topics, you probably shouldn’t use an action recorder. I would first become fluent in C++, then try attempting this yourself; it’s a reletively simple idea, and there are many ways of accomplishing it.