We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a9db5 commit c5c4ee9Copy full SHA for c5c4ee9
examples/Braccio_Record_and_Replay/README.md
@@ -0,0 +1,10 @@
1
+`Braccio_Record_and_Replay`
2
+===========================
3
+For debug purposes all recorded angles can be received via serial command. The approach to do this is:
4
+* Start `minicom`.
5
+```bash
6
+minicom -D /dev/ttyACM0 -C angle_log.csv
7
+```
8
+* Press `Record` and record some angles.
9
+* Retrieve the recorded angles by sending `r` (Press `r`). You'll see the output on your console which will automagically be stored in the CSV file.
10
+* Close `minicom` with `Ctrl + A`, `Ctrl + Q`.
0 commit comments