You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,7 @@ All those creatures are based on a combination of standard dynamixel actuators,
34
34
35
35
## Documentation
36
36
37
-
The full pypot documentation on a html format can be found [here](http://poppy-project.github.io/pypot/). It provides tutorials, examples and a complete API.
38
-
39
-
**The documentation is slowly moving toward [Jupyter Notebooks](http://jupyter.org) are they are such a powerful tool for writing and sharing tutorials, experiments or pedagogical contents.**
40
-
41
-
**They can be found [here](https://github.com/poppy-project/pypot/tree/master/samples/notebooks#notebooks-everywhere) with a detailed explanation on how they can be used, installed, and modified.**
37
+
The full pypot documentation on a html format can be found [here](https://docs.poppy-project.org/en/software-libraries/pypot.html). It provides tutorials, examples and a complete API.
42
38
43
39
## Installation
44
40
@@ -53,7 +49,7 @@ pip install .
53
49
54
50
You will also have to install the driver for the USB2serial port. There are a few devices that have been tested with pypot that could be used:
55
51
56
-
* USB2AX - this device is designed to manage TTL communication only
52
+
*[USB2AX](http://www.xevelabs.com/doku.php?id=product:usb2ax:quickstart) - this device is designed to manage TTL communication only
57
53
* USB2Dynamixel - this device can manage both TTL and RS485 communication.
58
54
*[Pixl board](https://github.com/poppy-project/pixl) for RaspberryPi
0 commit comments