Skip to content

Commit c5c4ee9

Browse files
committed
Adding README with instructions how to obtain recorded angle values.
1 parent f0a9db5 commit c5c4ee9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)