Further reading
Please refer to the following for more information:
- We are starting to use more interesting numerical Python techniques. I recommend getting to know these with the book Applying Math with Python: Over 70 practical recipes for solving real-world computational math problems, Second Edition, Packt Publishing.
- Find out more about Chart.js plugin creation at https://www.chartjs.org/docs/latest/developers/plugins.html.
- Learn more about JavaScript canvas objects at https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/canvas.
- For more information on manipulating arcs mathematically, see https://mathbitsnotebook.com/Geometry/Circles/CRArcLengthRadian.html.
- For a much deeper dive into poses and robots using random techniques to understand their world, there's a playlist of 21 videos from Bonn University delivered by Cyrill Stachniss at https://www.youtube.com/playlist?list=PLgnQpQtFTOGQEn33QDVGJpiZLi-SlL7vA.
- Further reading on algorithms like this can...