We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8159c84 + 40d767a commit 6cae37fCopy full SHA for 6cae37f
README.md
@@ -341,6 +341,8 @@ If the toolbox helped you in your research, please cite
341
342
<a id='7'></a>
343
344
+
345
346
## Using the Toolbox in your Open Source Code?
347
348
If you are using the Toolbox in your open source code, feel free to add our badge to your readme!
@@ -372,3 +374,11 @@ copy the following
372
374
## Common Issues and Solutions
373
375
376
See the common issues with fixes [here](https://github.com/petercorke/robotics-toolbox-python/wiki/Common-Issues).
377
378
+### Using the Toolbox with Windows?
379
380
+Graphical visualsaion via swift is currently not supported under Windows. However there is a hotfix, by changing in ```SwiftRoute.py```
381
382
+```self.path[9:]``` to ```self.path[10:]```
383
384
0 commit comments