|
| 1 | +--- |
| 2 | +name: Repository bug report |
| 3 | +about: Create a report to help us improve this repository |
| 4 | +title: '' |
| 5 | +labels: bug |
| 6 | +assignees: petercorke |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**This report is for bugs with the repo: missing files, incorrect documentation, broken links etc.** |
| 11 | + |
| 12 | +**Reports related to specific software components used in the RVC3 book should be reported on the issues pages of those components, listed below. They will not be actioned if posted here.** |
| 13 | + |
| 14 | +- [Robotics Toolbox for Python](https://github.com/petercorke/robotics-toolbox-python/issues) |
| 15 | +- [Machine Vision Toolbox for Python](https://github.com/petercorke/machinevision-toolbox-python/issues) |
| 16 | +- [Spatial Maths Toolbox for Python](https://github.com/petercorke/spatialmath-python/issues) |
| 17 | +- [bdsim: block diagram simulation for Python](https://github.com/petercorke/bdsim/issues) |
| 18 | +- [Swift graphical simulator for Python](https://github.com/jhavl/swift/issues) |
| 19 | +- [Spatial Geometry Toolbox for Python](https://github.com/jhavl/spatialgeometry/issues) |
| 20 | +- [PGraph, mathematical graph library for Python](https://github.com/petercorke/pgraph-python/issues) |
| 21 | + |
| 22 | +**Describe the bug** |
| 23 | +A clear and concise description of what the bug is. |
| 24 | + |
| 25 | +**To Reproduce** |
| 26 | +Provide the smallest possible code snippet that demonstrates the error. |
| 27 | + |
| 28 | +**Expected behavior** |
| 29 | +A clear and concise description of what you expected to happen. |
| 30 | + |
| 31 | +**Screenshots** |
| 32 | +If applicable, add screenshots to help explain your problem. |
| 33 | + |
| 34 | +**For problems related to graphics (please complete the following information):** |
| 35 | + - For Python scripts run from the command line |
| 36 | + - What OS are you using: [e.g. MacOS] |
| 37 | + - For Jupyter notebooks |
| 38 | + - Are you using Colab |
| 39 | + - What browser are you using [e.g. chrome, safari] |
| 40 | + |
| 41 | +**Additional context** |
| 42 | +Add any other context about the problem here. |
0 commit comments