hello-jesus
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
stretch_body/tutorial_introduction.md
|
|
@ -115,7 +115,6 @@ All devices contain a Status dictionary. The Status contains the most recent sen |
|
|
|
```python |
|
|
|
class Arm(PrismaticJoint): |
|
|
|
def __init__(self,usb=None): |
|
|
|
|
|
|
|
``` |
|
|
|
As we can see the arm class is part of the PrismaticJoint class but this is also part of the Device class as we can see here: |
|
|
|
|
|
|
|