From 40d767aba2efe4d54c66e7cce8e472770ececa0d Mon Sep 17 00:00:00 2001 From: BunteStadt <147596897+BunteStadt@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:59:28 +0200 Subject: [PATCH] Update README.md add Info over Swift Windows bug add Info over Swift Windows bug --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3091d25e..1b489e93 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,8 @@ If the toolbox helped you in your research, please cite + + ## 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! @@ -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:]``` + +