Skip to content

Commit 08beeaf

Browse files
committed
Annotation fix
fixed wrong annotation on jupyter nb picture of base kinematic cos->sin
1 parent c2a7215 commit 08beeaf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/jupyter_nb/base_kinematic_1.png

19.3 KB
Loading

ds4_test.py

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from pyPS4Controller.controller import Controller
2+
3+
4+
class MyController(Controller):
5+
6+
def __init__(self, **kwargs):
7+
Controller.__init__(self, **kwargs)
8+
9+
10+
controller = MyController(interface="USB\VID_045E&PID_028E\01", connecting_using_ds4drv=False)
11+
controller.listen()

0 commit comments

Comments
 (0)