Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Apr 29, 2016
1 parent 8db8658 commit 83af006
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dvrk_python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ You should see one namespace per arm under `/dvrk`, e.g. `/dvrk/PSM1`, `/dvrk/MT

Then in Python:
```python
from dvrk_python.robot import *
mtml = robot('MTML')
from dvrk.arm import *
mtml = arm('MTML')
mtml.home()
mtml.get_current_joint_position()
...
```
To access arm specific features (e.g. PSM, MTM, ...), you can use the derived classes `psm` or `mtm`. For example `from dvrk.psm import *`.

0 comments on commit 83af006

Please sign in to comment.