Skip to content

Commit 6cae37f

Browse files
authored
Merge pull request #402 from BunteStadt/patch-1
Update README.md add Info over Swift Windows bug
2 parents 8159c84 + 40d767a commit 6cae37f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ If the toolbox helped you in your research, please cite
341341

342342
<a id='7'></a>
343343

344+
345+
344346
## Using the Toolbox in your Open Source Code?
345347

346348
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
372374
## Common Issues and Solutions
373375

374376
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

Comments
 (0)