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
-`collision` install collision checking with [pybullet](https://pybullet.org)
193
190
@@ -197,6 +194,9 @@ Put the options in a comma separated list like
197
194
pip3 install roboticstoolbox-python[optionlist]
198
195
```
199
196
197
+
[Swift-sim](https://github.com/jhavl/swift), a web-based visualizer, is
198
+
installed as part of Robotics Toolbox.
199
+
200
200
### From GitHub
201
201
202
202
To install the bleeding-edge version from GitHub
@@ -207,8 +207,6 @@ cd robotics-toolbox-python
207
207
pip3 install -e .
208
208
```
209
209
210
-
### Installing Swift
211
-
212
210
## Run some examples
213
211
214
212
The [`notebooks`](https://github.com/petercorke/robotics-toolbox-python/tree/master/notebooks) folder contains some tutorial Jupyter notebooks which you can browse on GitHub.
0 commit comments