Path again again

Good morning
I’m looking for a way to play a path indefinitely

When one launches a recorded path with the small robot, at the end the autoguiding this blow.
While I would like him to go for a ride.

Does anyone know enough code to know which file to edit?

Google translat

Bonjour
Je cherche le moyen de faire rejouer indéfiniment un chemin ( path)

Quand on lance un chemin enregistré avec le petit robot, à la fin l’autoguidage ce coup.
Alors que je voudrais qu’il reparte pour un tour.

Quelqu’un connaît t-il suffisament le code pour savoir quel fichier modifier ?

You would have to change the CRecordedPath.cs file to not stop after the path is done, but just automatically reinitiate itself over and over. Putting the end of the recorder path so it points towards the start would make it easier and shorter to restart.

it could be as simple as doing a btn.PerformClick() function when its done.

Or even easier in CRecordedPath.cs - and it works…

2 Likes

But you will never be able to stop it lol. So you would have to exit AOG

You would need to add a PlayAuto button the runs the StartDriv… line only if it is active.

Merci brian
Vraiment super votre AOG.
Je veut rejouer un chemin encore et encore sur un vieux micro tracteur tondeuse pour promener bob l’épouvantail !
Je vous passerez une vidéo quand ce sera actif.

1 Like