Skip to content

Commit

Permalink
Update README.md add Info over Swift Windows bug
Browse files Browse the repository at this point in the history
add Info over Swift Windows bug
  • Loading branch information
BunteStadt authored Oct 12, 2023
1 parent 687d345 commit 40d767a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ If the toolbox helped you in your research, please cite

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



## Using the Toolbox in your Open Source Code?

If you are using the Toolbox in your open source code, feel free to add our badge to your readme!
Expand Down Expand Up @@ -372,3 +374,11 @@ copy the following
## Common Issues and Solutions

See the common issues with fixes [here](https://github.com/petercorke/robotics-toolbox-python/wiki/Common-Issues).

### Using the Toolbox with Windows?

Graphical visualsaion via swift is currently not supported under Windows. However there is a hotfix, by changing in ```SwiftRoute.py```

```self.path[9:]``` to ```self.path[10:]```


0 comments on commit 40d767a

Please sign in to comment.