Match replay

I just thought of something that is both incredibly stupid although I think it’s kind of neat. A sort of program where it copies your movements as a driver into an autonomous script so that you just need to drive to code, like a match replay. This isn’t possible as far as I am concerned, I just think it’s neat.

1 Like

Actually, replay techniques, aka ‘rerun’, have been developed over the years. There are drawbacks to this due to sensors available and sampling rate available due to platform.

On another note, totally autonomous head to head matches have been run in VEXU (@tabor473 ), demonstrating it is possible!

2 Likes

I like that idea. It’s definitely doable, you just have to find the right way to do it. One way I thought of is to record the position of a motor with motor.position(degrees); and store it in an array every 10 milliseconds or so. I don’t know if that would work, but I’ll give it a try it tomorrow.

2 Likes

@turbodog had something much simpler that they came up with. Search the forum for the post.

Here is the video on how it works

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.