Skip to content

Commit

Permalink
Merge pull request #402 from BunteStadt/patch-1
Browse files Browse the repository at this point in the history
Update README.md add Info over Swift Windows bug
  • Loading branch information
jhavl committed Aug 7, 2024
2 parents 8159c84 + 40d767a commit 6cae37f
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 6cae37f

Please sign in to comment.