-
Notifications
You must be signed in to change notification settings - Fork 3
Rename Learn/Repeat example to be consistent with menu naming (Record/Replay instead of Learn/Repeat) #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Let's have CI one complete run to make sure I did not mess up anything while renaming/copying. |
Memory usage change @ 3706bbd
Click for full report table
Click for full report CSV
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @aentinger.
I've tested the changes, and the code continues to freeze sometimes in replay mode. Another finding is when I tried to record a second movement after Braccio performed the first one, the code also froze (See video that I recorded).
I suggest separating the code parts (recording the positions and display layout) and testing the position record using the Enter button to change the states (RECORD, REPLAY). So we can check if the issue happens without the LVGL library.
You can use a library like MemoryUsage to verify if the problem is full memory.
Another thing, It is necessary to change the name of the project 03; instead 01_Braccio_Learn_and_Repeat, we have to use 01_Braccio_Record_and_Replay
cc: @clodpheasant
Can you please provide a textual description of what you did until you experienced an issue? From the video its hard to judge what inputs you fed into the software until error. What does
mean exactly? I interpret it to mean that you've recorded i.e. 170 positions and in replay there are only 40 replayed. Can you confirm my interpretation or elaborate? Probably best to open a separate issue since this PR is mainly intended as a rename. |
Memory usage change @ b2b03bb
Click for full report table
Click for full report CSV
|
No description provided.