File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,8 @@ If the toolbox helped you in your research, please cite
341
341
342
342
<a id =' 7 ' ></a >
343
343
344
+
345
+
344
346
## Using the Toolbox in your Open Source Code?
345
347
346
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
374
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
+
You can’t perform that action at this time.
0 commit comments