Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
708yamaguchi committed Feb 27, 2024
1 parent cb64f13 commit dc495d7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# rcb4

### Roseus interface for KXR system
https://gist.github.com/iory/d8ff5bb8b0ebed12deca371b891c7e08

### Read worm gear magenc

```
from rcb4.armh7interface import ARMH7Interface
interface = ARMH7Interface()
interface.auto_open()
while True:
sensors = interface.all_jointbase_sensors()
for sensor in sensors:
print(sensor.magenc)
```

### Calibrate worm gear servo module
https://gist.github.com/iory/53399a69cec6127558ae123059cc2961

0 comments on commit dc495d7

Please sign in to comment.