roboticstoolbox-python 1.1.1__tar.gz → 1.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1059) hide show
  1. roboticstoolbox_python-1.3.0/.gitattributes +6 -0
  2. roboticstoolbox_python-1.3.0/.github/CONTRIBUTING.md +35 -0
  3. roboticstoolbox_python-1.3.0/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
  4. roboticstoolbox_python-1.3.0/.github/Makefile +44 -0
  5. roboticstoolbox_python-1.3.0/.github/dependabot.yml +8 -0
  6. roboticstoolbox_python-1.3.0/.github/pull_request_template.md +11 -0
  7. roboticstoolbox_python-1.3.0/.github/svg/pr_powered.min.svg +1 -0
  8. roboticstoolbox_python-1.3.0/.github/svg/pr_powered.svg +19 -0
  9. roboticstoolbox_python-1.3.0/.github/svg/py_collection.min.svg +1 -0
  10. roboticstoolbox_python-1.3.0/.github/svg/py_collection.svg +43 -0
  11. roboticstoolbox_python-1.3.0/.github/svg/py_collection_w.min.svg +1 -0
  12. roboticstoolbox_python-1.3.0/.github/svg/py_collection_w.svg +74 -0
  13. roboticstoolbox_python-1.3.0/.github/svg/rtb_powered.min.svg +1 -0
  14. roboticstoolbox_python-1.3.0/.github/svg/rtb_powered.svg +30 -0
  15. roboticstoolbox_python-1.3.0/.github/workflows/ci.yml +137 -0
  16. roboticstoolbox_python-1.3.0/.github/workflows/commitlint.yml +44 -0
  17. roboticstoolbox_python-1.3.0/.github/workflows/release-please.yml +18 -0
  18. roboticstoolbox_python-1.3.0/.github/workflows/release.yml +168 -0
  19. roboticstoolbox_python-1.3.0/.gitignore +188 -0
  20. roboticstoolbox_python-1.3.0/.pre-commit-config.yaml +22 -0
  21. roboticstoolbox_python-1.3.0/.release-please-manifest.json +3 -0
  22. roboticstoolbox_python-1.3.0/CHANGELOG.md +13 -0
  23. roboticstoolbox_python-1.3.0/CMakeLists.txt +36 -0
  24. roboticstoolbox_python-1.3.0/Makefile +95 -0
  25. roboticstoolbox_python-1.3.0/PKG-INFO +552 -0
  26. roboticstoolbox_python-1.3.0/README.md +467 -0
  27. roboticstoolbox_python-1.3.0/docs/Makefile +24 -0
  28. roboticstoolbox_python-1.3.0/docs/figs/RTBDataLogo.png +0 -0
  29. roboticstoolbox_python-1.3.0/docs/figs/RobToolBox_RoundLogoB.png +0 -0
  30. roboticstoolbox_python-1.3.0/docs/figs/UR-lineup.png +0 -0
  31. roboticstoolbox_python-1.3.0/docs/figs/broadcasting.png +0 -0
  32. roboticstoolbox_python-1.3.0/docs/figs/falling_puma.gif +0 -0
  33. roboticstoolbox_python-1.3.0/docs/figs/holistic_youtube.png +0 -0
  34. roboticstoolbox_python-1.3.0/docs/figs/link-frames.ezdraw +35421 -0
  35. roboticstoolbox_python-1.3.0/docs/figs/link-frames.svg +830 -0
  36. roboticstoolbox_python-1.3.0/docs/figs/mmc_youtube.png +0 -0
  37. roboticstoolbox_python-1.3.0/docs/figs/multirotorplot.png +0 -0
  38. roboticstoolbox_python-1.3.0/docs/figs/neo_youtube.png +0 -0
  39. roboticstoolbox_python-1.3.0/docs/figs/noodle+ellipsoid.png +0 -0
  40. roboticstoolbox_python-1.3.0/docs/figs/panda-graph.svg +1050 -0
  41. roboticstoolbox_python-1.3.0/docs/figs/panda1.gif +0 -0
  42. roboticstoolbox_python-1.3.0/docs/figs/panda2.gif +0 -0
  43. roboticstoolbox_python-1.3.0/docs/figs/panda3.gif +0 -0
  44. roboticstoolbox_python-1.3.0/docs/figs/pose-values.png +0 -0
  45. roboticstoolbox_python-1.3.0/docs/figs/puma_sitting.gif +0 -0
  46. roboticstoolbox_python-1.3.0/docs/figs/rvc4_4.gif +0 -0
  47. roboticstoolbox_python-1.3.0/docs/figs/swift.png +0 -0
  48. roboticstoolbox_python-1.3.0/docs/figs/vmc_youtube.png +0 -0
  49. roboticstoolbox_python-1.3.0/docs/figs/vp_ss_0000-2.png +0 -0
  50. roboticstoolbox_python-1.3.0/docs/figs/vpython_puma.png +0 -0
  51. roboticstoolbox_python-1.3.0/docs/figs/vpython_puma_animation.gif +0 -0
  52. roboticstoolbox_python-1.3.0/docs/notebooks/Makefile +10 -0
  53. roboticstoolbox_python-1.3.0/docs/notebooks/branched-robot.ipynb +538 -0
  54. roboticstoolbox_python-1.3.0/docs/notebooks/dynamics.ipynb +5448 -0
  55. roboticstoolbox_python-1.3.0/docs/notebooks/dynamics.py +200 -0
  56. roboticstoolbox_python-1.3.0/docs/notebooks/ets.ipynb +1528 -0
  57. roboticstoolbox_python-1.3.0/docs/notebooks/figs/spong-2link.png +0 -0
  58. roboticstoolbox_python-1.3.0/docs/notebooks/graphics-test.ipynb +66 -0
  59. roboticstoolbox_python-1.3.0/docs/notebooks/icra2021.ipynb +4119 -0
  60. roboticstoolbox_python-1.3.0/docs/notebooks/ik_benchmark.ipynb +302 -0
  61. roboticstoolbox_python-1.3.0/docs/notebooks/iros2020-workshop.ipynb +2044 -0
  62. roboticstoolbox_python-1.3.0/docs/notebooks/kinematics.ipynb +3498 -0
  63. roboticstoolbox_python-1.3.0/docs/notebooks/symbolic.ipynb +1107 -0
  64. roboticstoolbox_python-1.3.0/docs/notebooks/two-link-dynamics.ipynb +462 -0
  65. roboticstoolbox_python-1.3.0/docs/source/IK/ik.rst +261 -0
  66. roboticstoolbox_python-1.3.0/docs/source/IK/ik_gn.rst +25 -0
  67. roboticstoolbox_python-1.3.0/docs/source/IK/ik_lm.rst +25 -0
  68. roboticstoolbox_python-1.3.0/docs/source/IK/ik_nr.rst +25 -0
  69. roboticstoolbox_python-1.3.0/docs/source/IK/ik_qp.rst +25 -0
  70. roboticstoolbox_python-1.3.0/docs/source/IK/iksolution.rst +4 -0
  71. roboticstoolbox_python-1.3.0/docs/source/IK/iksolver.rst +25 -0
  72. roboticstoolbox_python-1.3.0/docs/source/_static/android-chrome-192x192.png +0 -0
  73. roboticstoolbox_python-1.3.0/docs/source/_static/android-chrome-512x512.png +0 -0
  74. roboticstoolbox_python-1.3.0/docs/source/_static/apple-touch-icon.png +0 -0
  75. roboticstoolbox_python-1.3.0/docs/source/_static/css/custom.css +15 -0
  76. roboticstoolbox_python-1.3.0/docs/source/_static/favicon-16x16.png +0 -0
  77. roboticstoolbox_python-1.3.0/docs/source/_static/favicon-32x32.png +0 -0
  78. roboticstoolbox_python-1.3.0/docs/source/_static/favicon.ico +0 -0
  79. roboticstoolbox_python-1.3.0/docs/source/_templates/autosummary/method.rst +7 -0
  80. roboticstoolbox_python-1.3.0/docs/source/arm.rst +11 -0
  81. roboticstoolbox_python-1.3.0/docs/source/arm_backend.rst +10 -0
  82. roboticstoolbox_python-1.3.0/docs/source/arm_backend_pyplot.rst +8 -0
  83. roboticstoolbox_python-1.3.0/docs/source/arm_dh.rst +85 -0
  84. roboticstoolbox_python-1.3.0/docs/source/arm_erobot.rst +73 -0
  85. roboticstoolbox_python-1.3.0/docs/source/arm_ets.rst +85 -0
  86. roboticstoolbox_python-1.3.0/docs/source/arm_models.rst +10 -0
  87. roboticstoolbox_python-1.3.0/docs/source/arm_superclass.rst +44 -0
  88. roboticstoolbox_python-1.3.0/docs/source/arm_trajectory.rst +10 -0
  89. roboticstoolbox_python-1.3.0/docs/source/blocks-arm.rst +13 -0
  90. roboticstoolbox_python-1.3.0/docs/source/blocks-mobile.rst +14 -0
  91. roboticstoolbox_python-1.3.0/docs/source/blocks-spatial.rst +13 -0
  92. roboticstoolbox_python-1.3.0/docs/source/blocks-uav.rst +13 -0
  93. roboticstoolbox_python-1.3.0/docs/source/blocks.rst +17 -0
  94. roboticstoolbox_python-1.3.0/docs/source/conf.py +231 -0
  95. roboticstoolbox_python-1.3.0/docs/source/exts/blockname.py +51 -0
  96. roboticstoolbox_python-1.3.0/docs/source/exts/format_example.py +66 -0
  97. roboticstoolbox_python-1.3.0/docs/source/figs/animate.gif +0 -0
  98. roboticstoolbox_python-1.3.0/docs/source/figs/fig1.png +0 -0
  99. roboticstoolbox_python-1.3.0/docs/source/figs/transforms2d.png +0 -0
  100. roboticstoolbox_python-1.3.0/docs/source/figs/transforms3d.png +0 -0
  101. roboticstoolbox_python-1.3.0/docs/source/index.rst +16 -0
  102. roboticstoolbox_python-1.3.0/docs/source/intro.rst +780 -0
  103. roboticstoolbox_python-1.3.0/docs/source/mobile-SLAM.rst +59 -0
  104. roboticstoolbox_python-1.3.0/docs/source/mobile-drivers.rst +26 -0
  105. roboticstoolbox_python-1.3.0/docs/source/mobile-planner-base.rst +26 -0
  106. roboticstoolbox_python-1.3.0/docs/source/mobile-planner-continuous.rst +80 -0
  107. roboticstoolbox_python-1.3.0/docs/source/mobile-planner-discrete.rst +44 -0
  108. roboticstoolbox_python-1.3.0/docs/source/mobile-planner-map.rst +36 -0
  109. roboticstoolbox_python-1.3.0/docs/source/mobile-planner.rst +36 -0
  110. roboticstoolbox_python-1.3.0/docs/source/mobile-reactive.rst +12 -0
  111. roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-animation.rst +42 -0
  112. roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-base.rst +8 -0
  113. roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-bicycle.rst +9 -0
  114. roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-diffsteer.rst +9 -0
  115. roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-unicycle.rst +9 -0
  116. roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-vehicle.rst +11 -0
  117. roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle.rst +18 -0
  118. roboticstoolbox_python-1.3.0/docs/source/mobile.rst +17 -0
  119. roboticstoolbox_python-1.3.0/examples/RRMC.py +36 -0
  120. roboticstoolbox_python-1.3.0/examples/RRMC_swift.py +30 -0
  121. roboticstoolbox_python-1.3.0/examples/baur.py +94 -0
  122. roboticstoolbox_python-1.3.0/examples/branched_robot.py +79 -0
  123. roboticstoolbox_python-1.3.0/examples/eigdemo.py +105 -0
  124. roboticstoolbox_python-1.3.0/examples/holistic_mm_non_holonomic.py +123 -0
  125. roboticstoolbox_python-1.3.0/examples/holistic_mm_omni.py +123 -0
  126. roboticstoolbox_python-1.3.0/examples/ikine_evaluate.py +111 -0
  127. roboticstoolbox_python-1.3.0/examples/ikine_evaluate2.py +94 -0
  128. roboticstoolbox_python-1.3.0/examples/mmc.py +98 -0
  129. roboticstoolbox_python-1.3.0/examples/neo.py +144 -0
  130. roboticstoolbox_python-1.3.0/examples/park.py +68 -0
  131. roboticstoolbox_python-1.3.0/examples/plot.py +20 -0
  132. roboticstoolbox_python-1.3.0/examples/readme.py +37 -0
  133. roboticstoolbox_python-1.3.0/examples/swift_recording.py +120 -0
  134. roboticstoolbox_python-1.3.0/examples/teach_swift.py +58 -0
  135. roboticstoolbox_python-1.3.0/examples/test.py +262 -0
  136. roboticstoolbox_python-1.3.0/examples/tripleangledemo.py +236 -0
  137. roboticstoolbox_python-1.3.0/examples/twistdemo.py +172 -0
  138. roboticstoolbox_python-1.3.0/pyproject.toml +185 -0
  139. roboticstoolbox_python-1.3.0/release-please-config.json +64 -0
  140. roboticstoolbox_python-1.3.0/rtb-data/README.md +50 -0
  141. roboticstoolbox_python-1.3.0/setup.py +46 -0
  142. roboticstoolbox_python-1.3.0/src/roboticstoolbox/__init__.py +104 -0
  143. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Connector.py +107 -0
  144. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/README.md +9 -0
  145. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel.json +581 -0
  146. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_io.py +450 -0
  147. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/LICENSE +201 -0
  148. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/README.md +28 -0
  149. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/ReleaseNote.md +181 -0
  150. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/__init__.py +27 -0
  151. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_bulk_read.py +163 -0
  152. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_bulk_write.py +109 -0
  153. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_sync_read.py +166 -0
  154. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_sync_write.py +99 -0
  155. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/packet_handler.py +33 -0
  156. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/port_handler.py +155 -0
  157. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/protocol1_packet_handler.py +548 -0
  158. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/protocol2_packet_handler.py +1080 -0
  159. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/robotis_def.py +75 -0
  160. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dyndata.py +121 -0
  161. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/EllipsePlot.py +253 -0
  162. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/PyPlot.py +769 -0
  163. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/PyPlot2.py +526 -0
  164. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/README.md +67 -0
  165. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/RobotPlot2.py +123 -0
  166. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/__init__.py +4 -0
  167. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/ROS/ROS.py +129 -0
  168. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/ROS/__init__.py +3 -0
  169. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/__init__.py +39 -0
  170. roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/swift/__init__.py +26 -0
  171. roboticstoolbox_python-1.3.0/src/roboticstoolbox/bin/rtbtool.py +307 -0
  172. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/armplot.png +0 -0
  173. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/bicycle.png +0 -0
  174. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/camera.png +0 -0
  175. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/circlepath.png +0 -0
  176. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/coriolis.png +0 -0
  177. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/ctraj.png +0 -0
  178. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/delta2tr.png +0 -0
  179. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/diffsteer.png +0 -0
  180. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/fdyn.png +0 -0
  181. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/fdynx.png +0 -0
  182. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/fkine.png +0 -0
  183. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/gravload.png +0 -0
  184. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/idyn.png +0 -0
  185. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/idynx.png +0 -0
  186. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/ikine.png +0 -0
  187. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/inertia.png +0 -0
  188. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/jacobian.png +0 -0
  189. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/jtraj.png +0 -0
  190. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/lspb.png +0 -0
  191. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/multirotor.png +0 -0
  192. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/multirotormixer.png +0 -0
  193. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/multirotorplot.png +0 -0
  194. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/point2tr.png +0 -0
  195. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/tr2delta.png +0 -0
  196. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/tr2t.png +0 -0
  197. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/unicycle.png +0 -0
  198. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/vehicleplot.png +0 -0
  199. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/armplot.png +0 -0
  200. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/bicycle.png +0 -0
  201. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/camera.png +0 -0
  202. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/circlepath.png +0 -0
  203. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/coriolis.png +0 -0
  204. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/delta2tr.png +0 -0
  205. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/diffsteer.png +0 -0
  206. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/fdyn.png +0 -0
  207. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/fdynx.png +0 -0
  208. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/fkine.png +0 -0
  209. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/gravload.png +0 -0
  210. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/idyn.png +0 -0
  211. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/idynx.png +0 -0
  212. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/ikine.png +0 -0
  213. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/inertia.png +0 -0
  214. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/jacobian.png +0 -0
  215. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/jtraj.png +0 -0
  216. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/lspb.png +0 -0
  217. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/multirotor.png +0 -0
  218. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/multirotormixer.png +0 -0
  219. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/multirotorplot.png +0 -0
  220. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/point2tr.png +0 -0
  221. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/tr2delta.png +0 -0
  222. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/tr2t.png +0 -0
  223. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/unicycle.png +0 -0
  224. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/vehicleplot.png +0 -0
  225. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/armplot.png +0 -0
  226. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/bicycle.png +0 -0
  227. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/camera.png +0 -0
  228. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/circlepath.png +0 -0
  229. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/coriolis.png +0 -0
  230. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/ctraj.png +0 -0
  231. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/delta2tr.png +0 -0
  232. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/diffsteer.png +0 -0
  233. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/fdyn.png +0 -0
  234. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/fdynx.png +0 -0
  235. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/fkine.png +0 -0
  236. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/gravload.png +0 -0
  237. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/idyn.png +0 -0
  238. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/idynx.png +0 -0
  239. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/ikine.png +0 -0
  240. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/inertia.png +0 -0
  241. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/jacobian.png +0 -0
  242. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/jtraj.png +0 -0
  243. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/lspb.png +0 -0
  244. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/multirotor.png +0 -0
  245. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/multirotormixer.png +0 -0
  246. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/multirotorplot.png +0 -0
  247. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/point2tr.png +0 -0
  248. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/tr2delta.png +0 -0
  249. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/tr2t.png +0 -0
  250. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/unicycle.png +0 -0
  251. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/vehicleplot.png +0 -0
  252. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/README.md +43 -0
  253. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/arm.py +1587 -0
  254. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/mobile.py +500 -0
  255. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/spatial.py +245 -0
  256. roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/uav.py +949 -0
  257. roboticstoolbox_python-1.3.0/src/roboticstoolbox/core/frne.c +351 -0
  258. roboticstoolbox_python-1.3.0/src/roboticstoolbox/core/ik.cpp +301 -0
  259. roboticstoolbox_python-1.3.0/src/roboticstoolbox/core/methods.cpp +372 -0
  260. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/Animations.py +485 -0
  261. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/CurvaturePolyPlanner.py +179 -0
  262. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/DistanceTransformPlanner.py +395 -0
  263. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/DstarPlanner.py +591 -0
  264. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/DubinsPlanner.py +474 -0
  265. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/EKF.py +1617 -0
  266. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/LatticePlanner.py +419 -0
  267. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/OccGrid.py +613 -0
  268. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/PRMPlanner.py +348 -0
  269. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/ParticleFilter.py +706 -0
  270. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/PlannerBase.py +1009 -0
  271. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/PoseGraph.py +544 -0
  272. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/QuinticPolyPlanner.py +349 -0
  273. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/RRTPlanner.py +359 -0
  274. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/ReedsSheppPlanner.py +545 -0
  275. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/Vehicle.py +1909 -0
  276. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/drivers.py +390 -0
  277. roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/sensors.py +771 -0
  278. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/AL5D.py +121 -0
  279. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Ball.py +87 -0
  280. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Baxter.py +91 -0
  281. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Coil.py +80 -0
  282. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Hyper.py +83 -0
  283. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Hyper3d.py +85 -0
  284. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/IRB140.py +159 -0
  285. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Jaco.py +102 -0
  286. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/KR5.py +112 -0
  287. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/LWR4.py +85 -0
  288. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Mico.py +102 -0
  289. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Orion5.py +91 -0
  290. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/P8.py +80 -0
  291. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Panda.py +178 -0
  292. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Planar2.py +69 -0
  293. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Planar3.py +51 -0
  294. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Puma560.py +326 -0
  295. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/README.md +216 -0
  296. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Sawyer.py +85 -0
  297. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Stanford.py +147 -0
  298. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/TwoLink.py +109 -0
  299. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/UR10.py +124 -0
  300. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/UR3.py +98 -0
  301. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/UR5.py +98 -0
  302. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/__init__.py +52 -0
  303. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Frankie.py +90 -0
  304. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Omni.py +74 -0
  305. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Panda.py +69 -0
  306. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Planar2.py +49 -0
  307. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Planar_Y.py +65 -0
  308. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Puma560.py +69 -0
  309. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/XYPanda.py +84 -0
  310. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/README.md +9 -0
  311. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/AL5D.py +54 -0
  312. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Fetch.py +70 -0
  313. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/FetchCamera.py +71 -0
  314. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Frankie.py +75 -0
  315. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/KinovaGen3.py +71 -0
  316. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/LBR.py +59 -0
  317. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Mico.py +68 -0
  318. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/PR2.py +64 -0
  319. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Panda.py +67 -0
  320. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Puma560.py +97 -0
  321. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/UR10.py +53 -0
  322. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/UR3.py +53 -0
  323. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/UR5.py +74 -0
  324. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Valkyrie.py +84 -0
  325. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/YuMi.py +109 -0
  326. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/px100.py +56 -0
  327. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/px150.py +56 -0
  328. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/rx150.py +56 -0
  329. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/rx200.py +56 -0
  330. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/vx300.py +56 -0
  331. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/vx300s.py +56 -0
  332. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/wx200.py +56 -0
  333. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/wx250.py +56 -0
  334. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/wx250s.py +56 -0
  335. roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/list.py +119 -0
  336. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/BaseRobot.py +3133 -0
  337. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/DHFactor.py +522 -0
  338. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/DHLink.py +981 -0
  339. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/DHRobot.py +2520 -0
  340. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/Dynamics.py +1620 -0
  341. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/ET.py +1097 -0
  342. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/ETS.py +3542 -0
  343. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/Gripper.py +282 -0
  344. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/IK.py +1522 -0
  345. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/Link.py +1698 -0
  346. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/PoERobot.py +348 -0
  347. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/Robot.py +2100 -0
  348. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/RobotKinematics.py +1725 -0
  349. roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/RobotProto.py +92 -0
  350. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/DHFactor.py +375 -0
  351. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/Ticker.py +53 -0
  352. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/data.py +187 -0
  353. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/jsingu.py +51 -0
  354. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/null.py +48 -0
  355. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/numerical.py +96 -0
  356. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/p_servo.py +106 -0
  357. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/params.py +11 -0
  358. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/plot.py +109 -0
  359. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/trajectory.py +1152 -0
  360. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/types.py +13 -0
  361. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/__init__.py +45 -0
  362. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/tests/data/ur5.urdf +341 -0
  363. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/tests/test_urdf.py +116 -0
  364. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/urdf.py +1976 -0
  365. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/utils.py +50 -0
  366. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/__init__.py +1148 -0
  367. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/cli.py +128 -0
  368. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/color.py +66 -0
  369. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/CMakeLists.txt +4 -0
  370. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/broken.xacro +1 -0
  371. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/emoji.xacro +5 -0
  372. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/include1.xacro +4 -0
  373. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/include1.xml +1 -0
  374. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/include2.xacro +4 -0
  375. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/include2.xml +1 -0
  376. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/README +4 -0
  377. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.gazebo.xacro +59 -0
  378. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.transmission.xacro +24 -0
  379. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.urdf.xacro +264 -0
  380. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/common.xacro +71 -0
  381. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.gazebo.xacro +36 -0
  382. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.transmission.xacro +20 -0
  383. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.urdf.xacro +130 -0
  384. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/gazebo/gazebo.urdf.xacro +24 -0
  385. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.gazebo.xacro +288 -0
  386. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.transmission.xacro +50 -0
  387. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.urdf.xacro +374 -0
  388. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.gazebo.xacro +16 -0
  389. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.transmission.xacro +34 -0
  390. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.urdf.xacro +147 -0
  391. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/materials.urdf.xacro +52 -0
  392. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/pr2.urdf.xacro +157 -0
  393. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/pr2_1.11.4.xml +3781 -0
  394. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/double_stereo_camera.gazebo.xacro +16 -0
  395. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/double_stereo_camera.urdf.xacro +61 -0
  396. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/head_sensor_package.gazebo.xacro +20 -0
  397. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/head_sensor_package.urdf.xacro +63 -0
  398. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/hokuyo_lx30_laser.gazebo.xacro +39 -0
  399. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/hokuyo_lx30_laser.urdf.xacro +27 -0
  400. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_camera.gazebo.xacro +87 -0
  401. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_camera.urdf.xacro +55 -0
  402. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_prosilica_camera.gazebo.xacro +193 -0
  403. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_prosilica_camera.urdf.xacro +181 -0
  404. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/microstrain_3dmgx2_imu.gazebo.xacro +20 -0
  405. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/microstrain_3dmgx2_imu.urdf.xacro +25 -0
  406. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/projector_wg6802418.gazebo.xacro +31 -0
  407. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/projector_wg6802418.urdf.xacro +42 -0
  408. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/prosilica_gc2450_camera.gazebo.xacro +43 -0
  409. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/prosilica_gc2450_camera.urdf.xacro +49 -0
  410. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/stereo_camera.gazebo.xacro +23 -0
  411. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/stereo_camera.urdf.xacro +71 -0
  412. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/wge100_camera.gazebo.xacro +46 -0
  413. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/wge100_camera.urdf.xacro +47 -0
  414. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.gazebo.xacro +40 -0
  415. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.transmission.xacro +35 -0
  416. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.urdf.xacro +167 -0
  417. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.gazebo.xacro +11 -0
  418. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.transmission.xacro +14 -0
  419. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.urdf.xacro +60 -0
  420. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.gazebo.xacro +37 -0
  421. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.transmission.xacro +22 -0
  422. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.urdf.xacro +122 -0
  423. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.gazebo.xacro +39 -0
  424. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.transmission.xacro +28 -0
  425. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.urdf.xacro +173 -0
  426. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/settings.yaml +9 -0
  427. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/subdir/foo.xacro +3 -0
  428. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/subdir/include-recursive.xacro +5 -0
  429. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/subdir/include1.xml +1 -0
  430. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/test_xacro.py +1418 -0
  431. roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/xmlutils.py +152 -0
  432. roboticstoolbox_python-1.3.0/src/spatialgeometry/__init__.py +32 -0
  433. roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/CollisionShape.py +419 -0
  434. roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/SceneGroup.py +26 -0
  435. roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/SceneNode.py +315 -0
  436. roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/Shape.py +420 -0
  437. roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/__init__.py +26 -0
  438. roboticstoolbox_python-1.3.0/src/spatialgeometry/scene.py +107 -0
  439. roboticstoolbox_python-1.3.0/src/spatialgeometry/tools/stdout_supress.py +302 -0
  440. roboticstoolbox_python-1.3.0/tests/LocnTest.m +244 -0
  441. roboticstoolbox_python-1.3.0/tests/examples.py +18 -0
  442. roboticstoolbox_python-1.3.0/tests/marks.py +29 -0
  443. roboticstoolbox_python-1.3.0/tests/test_BaseRobot.py +631 -0
  444. roboticstoolbox_python-1.3.0/tests/test_CustomXacro.py +66 -0
  445. roboticstoolbox_python-1.3.0/tests/test_DHRobot.py +1547 -0
  446. roboticstoolbox_python-1.3.0/tests/test_ELink.py +359 -0
  447. roboticstoolbox_python-1.3.0/tests/test_ERobot.py +341 -0
  448. roboticstoolbox_python-1.3.0/tests/test_ET.py +358 -0
  449. roboticstoolbox_python-1.3.0/tests/test_ETS.py +4372 -0
  450. roboticstoolbox_python-1.3.0/tests/test_ETS2.py +464 -0
  451. roboticstoolbox_python-1.3.0/tests/test_IK.py +851 -0
  452. roboticstoolbox_python-1.3.0/tests/test_Link.py +207 -0
  453. roboticstoolbox_python-1.3.0/tests/test_PoERobot.py +78 -0
  454. roboticstoolbox_python-1.3.0/tests/test_PyPlot.py +74 -0
  455. roboticstoolbox_python-1.3.0/tests/test_PyPlot2.py +49 -0
  456. roboticstoolbox_python-1.3.0/tests/test_Robot.py +1463 -0
  457. roboticstoolbox_python-1.3.0/tests/test_Ticker.py +20 -0
  458. roboticstoolbox_python-1.3.0/tests/test_blocks.py +421 -0
  459. roboticstoolbox_python-1.3.0/tests/test_mobile.py +595 -0
  460. roboticstoolbox_python-1.3.0/tests/test_mobile_planner.py +186 -0
  461. roboticstoolbox_python-1.3.0/tests/test_models.py +147 -0
  462. roboticstoolbox_python-1.3.0/tests/test_smoke.py +27 -0
  463. roboticstoolbox_python-1.3.0/tests/test_trajectory.py +831 -0
  464. roboticstoolbox_python-1.1.1/PKG-INFO +0 -447
  465. roboticstoolbox_python-1.1.1/README.md +0 -374
  466. roboticstoolbox_python-1.1.1/pyproject.toml +0 -204
  467. roboticstoolbox_python-1.1.1/roboticstoolbox/__init__.py +0 -103
  468. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/Connector.py +0 -108
  469. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/PyPlot/EllipsePlot.py +0 -203
  470. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/PyPlot/PyPlot.py +0 -608
  471. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/PyPlot/PyPlot2.py +0 -385
  472. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/PyPlot/RobotPlot2.py +0 -124
  473. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/PyPlot/__init__.py +0 -7
  474. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/PyPlot/test1.py +0 -46
  475. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/PyPlot/test2.py +0 -10
  476. roboticstoolbox_python-1.1.1/roboticstoolbox/backends/swift/__init__.py +0 -19
  477. roboticstoolbox_python-1.1.1/roboticstoolbox/bin/rtbtool.py +0 -278
  478. roboticstoolbox_python-1.1.1/roboticstoolbox/blocks/arm.py +0 -1572
  479. roboticstoolbox_python-1.1.1/roboticstoolbox/blocks/mobile.py +0 -478
  480. roboticstoolbox_python-1.1.1/roboticstoolbox/blocks/spatial.py +0 -247
  481. roboticstoolbox_python-1.1.1/roboticstoolbox/blocks/test.py +0 -156
  482. roboticstoolbox_python-1.1.1/roboticstoolbox/blocks/uav.py +0 -945
  483. roboticstoolbox_python-1.1.1/roboticstoolbox/core/frne.c +0 -343
  484. roboticstoolbox_python-1.1.1/roboticstoolbox/core/ik.cpp +0 -722
  485. roboticstoolbox_python-1.1.1/roboticstoolbox/core/methods.cpp +0 -372
  486. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/RRMC.py +0 -37
  487. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/RRMC_swift.py +0 -31
  488. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/armer.py +0 -80
  489. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/aside.py +0 -142
  490. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/baur.py +0 -93
  491. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/branched_robot.py +0 -80
  492. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/colors.py +0 -29
  493. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/eg2.py +0 -3
  494. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/eigdemo.py +0 -104
  495. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/erobot-test.py +0 -10
  496. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/holistic_mm_non_holonomic.py +0 -124
  497. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/holistic_mm_omni.py +0 -124
  498. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/ikine_evaluate.py +0 -103
  499. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/ikine_evaluate2.py +0 -89
  500. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/mmc.py +0 -99
  501. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/neo.py +0 -145
  502. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/park.py +0 -71
  503. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/plot.py +0 -20
  504. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/poly_example.py +0 -95
  505. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/readme.py +0 -37
  506. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/swift_recording.py +0 -121
  507. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/teach_swift.py +0 -59
  508. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/test.py +0 -25
  509. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/test1.py +0 -6
  510. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/test_et.py +0 -72
  511. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/timing.py +0 -62
  512. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/tripleangledemo.py +0 -236
  513. roboticstoolbox_python-1.1.1/roboticstoolbox/examples/twistdemo.py +0 -137
  514. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/Animations.py +0 -472
  515. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/CurvaturePolyPlanner.py +0 -179
  516. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/CurvaturePolyPlanner.py-new.py +0 -166
  517. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/DistanceTransformPlanner.py +0 -392
  518. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/DstarPlanner-nearly.py +0 -515
  519. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/DstarPlanner-old.py +0 -403
  520. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/DstarPlanner.py +0 -590
  521. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/DubinsPlanner.py +0 -473
  522. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/EKF.py +0 -1619
  523. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/LatticePlanner.py +0 -410
  524. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/OccGrid.py +0 -614
  525. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/PRMPlanner.py +0 -336
  526. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/ParticleFilter.py +0 -706
  527. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/PlannerBase.py +0 -1005
  528. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/PoseGraph.py +0 -539
  529. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/QuinticPolyPlanner.py +0 -353
  530. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/RRTPlanner.py +0 -349
  531. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/ReedsSheppPlanner.py +0 -559
  532. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/Vehicle.py +0 -1374
  533. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/bug.py +0 -331
  534. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/drivers.py +0 -300
  535. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/dubins_path_planning.py +0 -402
  536. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/new.py +0 -19
  537. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/plot_vehicle.py +0 -51
  538. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/probabilistic_road_map.py +0 -298
  539. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/qtiming.py +0 -103
  540. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/reedsshepp-old.py +0 -301
  541. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/rrt.py +0 -278
  542. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/rrt_dubins.py +0 -256
  543. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/rrt_star.py +0 -293
  544. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/rrt_with_pathsmoothing.py +0 -150
  545. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/sensors.py +0 -772
  546. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/state_lattice_planner.py +0 -348
  547. roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/test2.py +0 -32
  548. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/AL5D.py +0 -122
  549. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Ball.py +0 -88
  550. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Baxter.py +0 -92
  551. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Coil.py +0 -81
  552. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Hyper.py +0 -85
  553. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Hyper3d.py +0 -86
  554. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/IRB140.py +0 -154
  555. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Jaco.py +0 -103
  556. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/KR5.py +0 -103
  557. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/LWR4.py +0 -86
  558. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Mico.py +0 -103
  559. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Orion5.py +0 -92
  560. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/P8.py +0 -81
  561. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Panda.py +0 -179
  562. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Planar2.py +0 -70
  563. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Planar3.py +0 -52
  564. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Puma560.py +0 -328
  565. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Sawyer.py +0 -86
  566. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/Stanford.py +0 -148
  567. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/TwoLink.py +0 -109
  568. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/UR10.py +0 -99
  569. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/UR3.py +0 -99
  570. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/UR5.py +0 -99
  571. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/__init__.py +0 -52
  572. roboticstoolbox_python-1.1.1/roboticstoolbox/models/DH/arte_parse.py +0 -209
  573. roboticstoolbox_python-1.1.1/roboticstoolbox/models/ETS/Frankie.py +0 -91
  574. roboticstoolbox_python-1.1.1/roboticstoolbox/models/ETS/Omni.py +0 -75
  575. roboticstoolbox_python-1.1.1/roboticstoolbox/models/ETS/Panda.py +0 -70
  576. roboticstoolbox_python-1.1.1/roboticstoolbox/models/ETS/Planar2.py +0 -50
  577. roboticstoolbox_python-1.1.1/roboticstoolbox/models/ETS/Planar_Y.py +0 -66
  578. roboticstoolbox_python-1.1.1/roboticstoolbox/models/ETS/Puma560.py +0 -70
  579. roboticstoolbox_python-1.1.1/roboticstoolbox/models/ETS/Puma560dh.py +0 -96
  580. roboticstoolbox_python-1.1.1/roboticstoolbox/models/ETS/XYPanda.py +0 -85
  581. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/AL5D.py +0 -55
  582. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/Fetch.py +0 -71
  583. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/FetchCamera.py +0 -72
  584. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/Frankie.py +0 -76
  585. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/KinovaGen3.py +0 -60
  586. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/LBR.py +0 -60
  587. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/Mico.py +0 -69
  588. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/PR2.py +0 -65
  589. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/Panda.py +0 -68
  590. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/Puma560.py +0 -98
  591. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/UR10.py +0 -54
  592. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/UR3.py +0 -54
  593. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/UR5.py +0 -75
  594. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/Valkyrie.py +0 -85
  595. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/YuMi.py +0 -110
  596. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/px100.py +0 -57
  597. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/px150.py +0 -57
  598. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/rx150.py +0 -57
  599. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/rx200.py +0 -57
  600. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/vx300.py +0 -57
  601. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/vx300s.py +0 -57
  602. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/wx200.py +0 -57
  603. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/wx250.py +0 -57
  604. roboticstoolbox_python-1.1.1/roboticstoolbox/models/URDF/wx250s.py +0 -57
  605. roboticstoolbox_python-1.1.1/roboticstoolbox/models/list.py +0 -118
  606. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/BaseRobot.py +0 -3090
  607. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/DHFactor.py +0 -523
  608. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/DHLink.py +0 -982
  609. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/DHRobot.py +0 -2520
  610. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/Dynamics.py +0 -1633
  611. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/ET.py +0 -1097
  612. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/ETS.py +0 -3489
  613. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/Gripper.py +0 -283
  614. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/IK.py +0 -1521
  615. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/Link.py +0 -1706
  616. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/PoERobot.py +0 -207
  617. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/Robot.py +0 -2010
  618. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/RobotKinematics.py +0 -1696
  619. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/RobotProto.py +0 -113
  620. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/symsimp.py +0 -154
  621. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/symsimp2.py +0 -78
  622. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/test-plot.py +0 -7
  623. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/test_fkine.py +0 -13
  624. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/test_invdyn.py +0 -108
  625. roboticstoolbox_python-1.1.1/roboticstoolbox/robot/timing_dynamics.py +0 -64
  626. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/DHFactor.py +0 -343
  627. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/Ticker.py +0 -54
  628. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/data.py +0 -164
  629. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/jsingu.py +0 -50
  630. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/null.py +0 -48
  631. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/numerical.py +0 -93
  632. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/p_servo.py +0 -105
  633. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/params.py +0 -10
  634. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/plot.py +0 -109
  635. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/trajectory.py +0 -1154
  636. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/types.py +0 -13
  637. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/urdf/__init__.py +0 -15
  638. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/urdf/urdf.py +0 -1973
  639. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/urdf/utils.py +0 -50
  640. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/xacro/__init__.py +0 -1102
  641. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/xacro/cli.py +0 -109
  642. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/xacro/color.py +0 -66
  643. roboticstoolbox_python-1.1.1/roboticstoolbox/tools/xacro/xmlutils.py +0 -146
  644. roboticstoolbox_python-1.1.1/roboticstoolbox_python.egg-info/PKG-INFO +0 -447
  645. roboticstoolbox_python-1.1.1/roboticstoolbox_python.egg-info/SOURCES.txt +0 -601
  646. roboticstoolbox_python-1.1.1/roboticstoolbox_python.egg-info/dependency_links.txt +0 -1
  647. roboticstoolbox_python-1.1.1/roboticstoolbox_python.egg-info/entry_points.txt +0 -5
  648. roboticstoolbox_python-1.1.1/roboticstoolbox_python.egg-info/requires.txt +0 -33
  649. roboticstoolbox_python-1.1.1/roboticstoolbox_python.egg-info/top_level.txt +0 -1
  650. roboticstoolbox_python-1.1.1/setup.cfg +0 -4
  651. roboticstoolbox_python-1.1.1/setup.py +0 -46
  652. roboticstoolbox_python-1.1.1/tests/test_BaseRobot.py +0 -631
  653. roboticstoolbox_python-1.1.1/tests/test_CustomXacro.py +0 -67
  654. roboticstoolbox_python-1.1.1/tests/test_DHRobot.py +0 -1513
  655. roboticstoolbox_python-1.1.1/tests/test_ELink.py +0 -353
  656. roboticstoolbox_python-1.1.1/tests/test_ERobot.py +0 -223
  657. roboticstoolbox_python-1.1.1/tests/test_ET.py +0 -359
  658. roboticstoolbox_python-1.1.1/tests/test_ETS.py +0 -4371
  659. roboticstoolbox_python-1.1.1/tests/test_ETS2.py +0 -466
  660. roboticstoolbox_python-1.1.1/tests/test_IK.py +0 -846
  661. roboticstoolbox_python-1.1.1/tests/test_Link.py +0 -208
  662. roboticstoolbox_python-1.1.1/tests/test_PyPlot.py +0 -50
  663. roboticstoolbox_python-1.1.1/tests/test_PyPlot2.py +0 -45
  664. roboticstoolbox_python-1.1.1/tests/test_Robot.py +0 -1460
  665. roboticstoolbox_python-1.1.1/tests/test_Ticker.py +0 -21
  666. roboticstoolbox_python-1.1.1/tests/test_blocks.py +0 -417
  667. roboticstoolbox_python-1.1.1/tests/test_mobile.py +0 -576
  668. roboticstoolbox_python-1.1.1/tests/test_mobile_planner.py +0 -177
  669. roboticstoolbox_python-1.1.1/tests/test_models.py +0 -146
  670. roboticstoolbox_python-1.1.1/tests/test_trajectory.py +0 -612
  671. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0}/LICENSE +0 -0
  672. {roboticstoolbox_python-1.1.1/roboticstoolbox/backends → roboticstoolbox_python-1.3.0/examples}/__init__.py +0 -0
  673. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/fetch_vision.py +0 -0
  674. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/icra2021.py +0 -0
  675. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/ik_exp.py +0 -0
  676. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/ik_speed.py +0 -0
  677. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/mexican-wave.py +0 -0
  678. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/mobile.py +0 -0
  679. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/plot_swift.py +0 -0
  680. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/puma_fdyn.py +0 -0
  681. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/puma_jtraj.py +0 -0
  682. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/puma_swift.py +0 -0
  683. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/robots.py +0 -0
  684. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/teach.py +0 -0
  685. {roboticstoolbox_python-1.1.1/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/vehicle1.py +0 -0
  686. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/backends/PyPlot/RobotPlot.py +0 -0
  687. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/bin/__init__.py +0 -0
  688. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/blocks/__init__.py +0 -0
  689. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/blocks/quad_model.py +0 -0
  690. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Cholesky +0 -0
  691. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/CholmodSupport +0 -0
  692. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Core +0 -0
  693. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Dense +0 -0
  694. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Eigen +0 -0
  695. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Eigenvalues +0 -0
  696. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Geometry +0 -0
  697. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Householder +0 -0
  698. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/IterativeLinearSolvers +0 -0
  699. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Jacobi +0 -0
  700. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/KLUSupport +0 -0
  701. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/LU +0 -0
  702. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/MetisSupport +0 -0
  703. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/OrderingMethods +0 -0
  704. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/PaStiXSupport +0 -0
  705. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/PardisoSupport +0 -0
  706. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/QR +0 -0
  707. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/QtAlignedMalloc +0 -0
  708. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SPQRSupport +0 -0
  709. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SVD +0 -0
  710. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Sparse +0 -0
  711. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SparseCholesky +0 -0
  712. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SparseCore +0 -0
  713. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SparseLU +0 -0
  714. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SparseQR +0 -0
  715. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/StdDeque +0 -0
  716. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/StdList +0 -0
  717. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/StdVector +0 -0
  718. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SuperLUSupport +0 -0
  719. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/UmfPackSupport +0 -0
  720. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Cholesky/LDLT.h +0 -0
  721. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Cholesky/LLT.h +0 -0
  722. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
  723. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
  724. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ArithmeticSequence.h +0 -0
  725. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Array.h +0 -0
  726. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ArrayBase.h +0 -0
  727. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ArrayWrapper.h +0 -0
  728. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Assign.h +0 -0
  729. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/AssignEvaluator.h +0 -0
  730. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Assign_MKL.h +0 -0
  731. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/BandMatrix.h +0 -0
  732. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Block.h +0 -0
  733. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/BooleanRedux.h +0 -0
  734. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CommaInitializer.h +0 -0
  735. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ConditionEstimator.h +0 -0
  736. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CoreEvaluators.h +0 -0
  737. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CoreIterators.h +0 -0
  738. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseBinaryOp.h +0 -0
  739. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseNullaryOp.h +0 -0
  740. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseTernaryOp.h +0 -0
  741. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseUnaryOp.h +0 -0
  742. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseUnaryView.h +0 -0
  743. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DenseBase.h +0 -0
  744. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DenseCoeffsBase.h +0 -0
  745. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DenseStorage.h +0 -0
  746. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Diagonal.h +0 -0
  747. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DiagonalMatrix.h +0 -0
  748. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DiagonalProduct.h +0 -0
  749. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Dot.h +0 -0
  750. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/EigenBase.h +0 -0
  751. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ForceAlignedAccess.h +0 -0
  752. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Fuzzy.h +0 -0
  753. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/GeneralProduct.h +0 -0
  754. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/GenericPacketMath.h +0 -0
  755. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/GlobalFunctions.h +0 -0
  756. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/IO.h +0 -0
  757. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/IndexedView.h +0 -0
  758. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Inverse.h +0 -0
  759. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Map.h +0 -0
  760. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/MapBase.h +0 -0
  761. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/MathFunctions.h +0 -0
  762. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/MathFunctionsImpl.h +0 -0
  763. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Matrix.h +0 -0
  764. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/MatrixBase.h +0 -0
  765. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/NestByValue.h +0 -0
  766. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/NoAlias.h +0 -0
  767. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/NumTraits.h +0 -0
  768. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
  769. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/PermutationMatrix.h +0 -0
  770. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/PlainObjectBase.h +0 -0
  771. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Product.h +0 -0
  772. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ProductEvaluators.h +0 -0
  773. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Random.h +0 -0
  774. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Redux.h +0 -0
  775. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Ref.h +0 -0
  776. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Replicate.h +0 -0
  777. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Reshaped.h +0 -0
  778. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ReturnByValue.h +0 -0
  779. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Reverse.h +0 -0
  780. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Select.h +0 -0
  781. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/SelfAdjointView.h +0 -0
  782. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
  783. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Solve.h +0 -0
  784. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/SolveTriangular.h +0 -0
  785. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/SolverBase.h +0 -0
  786. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/StableNorm.h +0 -0
  787. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/StlIterators.h +0 -0
  788. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Stride.h +0 -0
  789. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Swap.h +0 -0
  790. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Transpose.h +0 -0
  791. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Transpositions.h +0 -0
  792. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/TriangularMatrix.h +0 -0
  793. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/VectorBlock.h +0 -0
  794. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/VectorwiseOp.h +0 -0
  795. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Visitor.h +0 -0
  796. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX/Complex.h +0 -0
  797. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
  798. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
  799. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
  800. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
  801. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
  802. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
  803. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
  804. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
  805. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
  806. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
  807. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
  808. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
  809. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
  810. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/CUDA/Complex.h +0 -0
  811. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
  812. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
  813. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
  814. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
  815. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/Half.h +0 -0
  816. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/Settings.h +0 -0
  817. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/TypeCasting.h +0 -0
  818. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
  819. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
  820. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
  821. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
  822. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/MSA/Complex.h +0 -0
  823. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
  824. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
  825. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/Complex.h +0 -0
  826. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
  827. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
  828. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
  829. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
  830. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SSE/Complex.h +0 -0
  831. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
  832. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
  833. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
  834. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
  835. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
  836. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
  837. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
  838. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
  839. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
  840. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +0 -0
  841. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
  842. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
  843. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
  844. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
  845. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
  846. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
  847. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
  848. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/StlFunctors.h +0 -0
  849. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
  850. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
  851. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
  852. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
  853. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
  854. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
  855. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
  856. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixVector.h +0 -0
  857. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
  858. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/Parallelizer.h +0 -0
  859. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
  860. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
  861. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
  862. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
  863. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
  864. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
  865. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
  866. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
  867. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
  868. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
  869. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
  870. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
  871. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
  872. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/BlasUtil.h +0 -0
  873. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
  874. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/Constants.h +0 -0
  875. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
  876. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
  877. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
  878. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/IntegralConstant.h +0 -0
  879. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/MKL_support.h +0 -0
  880. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/Macros.h +0 -0
  881. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/Memory.h +0 -0
  882. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/Meta.h +0 -0
  883. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/NonMPL2.h +0 -0
  884. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
  885. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/ReshapedHelper.h +0 -0
  886. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/StaticAssert.h +0 -0
  887. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/SymbolicIndex.h +0 -0
  888. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/XprHelper.h +0 -0
  889. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
  890. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
  891. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
  892. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
  893. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
  894. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
  895. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
  896. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
  897. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/RealQZ.h +0 -0
  898. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/RealSchur.h +0 -0
  899. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
  900. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
  901. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
  902. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
  903. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/AlignedBox.h +0 -0
  904. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/AngleAxis.h +0 -0
  905. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/EulerAngles.h +0 -0
  906. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Homogeneous.h +0 -0
  907. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Hyperplane.h +0 -0
  908. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/OrthoMethods.h +0 -0
  909. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/ParametrizedLine.h +0 -0
  910. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Quaternion.h +0 -0
  911. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Rotation2D.h +0 -0
  912. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/RotationBase.h +0 -0
  913. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Scaling.h +0 -0
  914. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Transform.h +0 -0
  915. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Translation.h +0 -0
  916. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Umeyama.h +0 -0
  917. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
  918. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Householder/BlockHouseholder.h +0 -0
  919. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Householder/Householder.h +0 -0
  920. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Householder/HouseholderSequence.h +0 -0
  921. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
  922. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
  923. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
  924. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
  925. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
  926. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
  927. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
  928. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
  929. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Jacobi/Jacobi.h +0 -0
  930. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/KLUSupport/KLUSupport.h +0 -0
  931. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/Determinant.h +0 -0
  932. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/FullPivLU.h +0 -0
  933. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/InverseImpl.h +0 -0
  934. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/PartialPivLU.h +0 -0
  935. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
  936. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/arch/InverseSize4.h +0 -0
  937. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/MetisSupport/MetisSupport.h +0 -0
  938. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/OrderingMethods/Amd.h +0 -0
  939. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
  940. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/OrderingMethods/Ordering.h +0 -0
  941. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
  942. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
  943. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
  944. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
  945. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
  946. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
  947. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/HouseholderQR.h +0 -0
  948. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
  949. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
  950. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/BDCSVD.h +0 -0
  951. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/JacobiSVD.h +0 -0
  952. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
  953. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/SVDBase.h +0 -0
  954. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
  955. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
  956. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
  957. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/AmbiVector.h +0 -0
  958. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/CompressedStorage.h +0 -0
  959. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
  960. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -0
  961. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseAssign.h +0 -0
  962. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseBlock.h +0 -0
  963. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseColEtree.h +0 -0
  964. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
  965. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
  966. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
  967. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
  968. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
  969. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseDot.h +0 -0
  970. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
  971. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseMap.h +0 -0
  972. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseMatrix.h +0 -0
  973. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
  974. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparsePermutation.h +0 -0
  975. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseProduct.h +0 -0
  976. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseRedux.h +0 -0
  977. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseRef.h +0 -0
  978. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
  979. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
  980. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
  981. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseTranspose.h +0 -0
  982. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
  983. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseUtil.h +0 -0
  984. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseVector.h +0 -0
  985. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseView.h +0 -0
  986. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/TriangularSolver.h +0 -0
  987. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU.h +0 -0
  988. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
  989. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
  990. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
  991. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
  992. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
  993. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
  994. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
  995. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
  996. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -0
  997. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
  998. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
  999. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
  1000. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
  1001. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
  1002. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
  1003. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
  1004. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseQR/SparseQR.h +0 -0
  1005. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/StlSupport/StdDeque.h +0 -0
  1006. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/StlSupport/StdList.h +0 -0
  1007. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/StlSupport/StdVector.h +0 -0
  1008. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/StlSupport/details.h +0 -0
  1009. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
  1010. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
  1011. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/Image.h +0 -0
  1012. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/Kernel.h +0 -0
  1013. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/RealSvd2x2.h +0 -0
  1014. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/blas.h +0 -0
  1015. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/lapack.h +0 -0
  1016. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/lapacke.h +0 -0
  1017. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/lapacke_mangling.h +0 -0
  1018. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -0
  1019. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -0
  1020. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/BlockMethods.h +0 -0
  1021. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -0
  1022. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -0
  1023. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/IndexedViewMethods.h +0 -0
  1024. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -0
  1025. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -0
  1026. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/ReshapedMethods.h +0 -0
  1027. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/fknm.cpp +0 -0
  1028. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/fknm.h +0 -0
  1029. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/frne.h +0 -0
  1030. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/ik.h +0 -0
  1031. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/linalg.cpp +0 -0
  1032. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/linalg.h +0 -0
  1033. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/methods.h +0 -0
  1034. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/ne.c +0 -0
  1035. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/structs.cpp +0 -0
  1036. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/structs.h +0 -0
  1037. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/vmath.c +0 -0
  1038. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/vmath.h +0 -0
  1039. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/mobile/Bug2.py +0 -0
  1040. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/mobile/__init__.py +0 -0
  1041. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/mobile/landmarkmap.py +0 -0
  1042. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/DH/Cobra600.py +0 -0
  1043. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/DH/Uprighttl.py +0 -0
  1044. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/ETS/GenericSeven.py +0 -0
  1045. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/ETS/__init__.py +0 -0
  1046. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/URDF/FrankieOmni.py +0 -0
  1047. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/URDF/__init__.py +0 -0
  1048. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/__init__.py +0 -0
  1049. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/robot/ELink.py +0 -0
  1050. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/robot/ERobot.py +0 -0
  1051. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/robot/__init__.py +0 -0
  1052. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/tools/__init__.py +0 -0
  1053. {roboticstoolbox_python-1.1.1/roboticstoolbox/examples → roboticstoolbox_python-1.3.0/src/spatialgeometry/tools}/__init__.py +0 -0
  1054. /roboticstoolbox_python-1.1.1/roboticstoolbox/mobile/distancexform.py → /roboticstoolbox_python-1.3.0/tests/__init__.py +0 -0
  1055. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0}/tests/test_Gripper.py +0 -0
  1056. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0}/tests/test_VPython.py +0 -0
  1057. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0}/tests/test_fknm.py +0 -0
  1058. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0}/tests/test_jacob.py +0 -0
  1059. {roboticstoolbox_python-1.1.1 → roboticstoolbox_python-1.3.0}/tests/test_tools.py +0 -0
@@ -0,0 +1,6 @@
1
+ # reclassify Python notebooks as documentation
2
+ *.ipynb linguist-documentation
3
+ notebooks/* linguist-documentation
4
+ docs/* linguist-documentation
5
+ examples/* linguist-documentation
6
+ roboticstoolbox/core/Eigen/** linguist-vendored
@@ -0,0 +1,35 @@
1
+ # Contributing to the Robotics Toolbox
2
+
3
+ ## Reporting issues
4
+
5
+ When reporting issues please include as much detail as possible about your
6
+ operating system, roboticstoolbox version and python version. Whenever possible, please
7
+ also include a brief, self-contained code example that demonstrates the problem.
8
+
9
+ ## Contributing code
10
+
11
+ Thanks for your interest in contributing code!
12
+
13
+ We welcome all kinds of contributions including:
14
+
15
+ + New features
16
+ + Bug and issue fixes
17
+ + Cleaning, adding or adding to documentation and docstrings
18
+ + Adding or fixing Python types
19
+
20
+
21
+ Keep in mind the following when making your contribution:
22
+
23
+ + Keep pull requests to a **single** feature/bug fix. This makes it much easier to review and merge. If you wish to contribure multiple different fixes or features, that means you should make multiple pull requests.
24
+
25
+ + For API changes, propose the API change in the discussions first before opening a pull request.
26
+
27
+ + Code additions should be formatted using [black](https://pypi.org/project/black/). Our configuration for black can be found in the [pyproject.toml](https://github.com/petercorke/robotics-toolbox-python/blob/master/pyproject.toml) file under the heading `[tool.black]`. Avoid reformatting code using other formatters.
28
+
29
+ + Code addition should be linted using [flake8](https://pypi.org/project/flake8/). Our configuration for black can be found in the [pyproject.toml](https://github.com/petercorke/robotics-toolbox-python/blob/master/pyproject.toml) file under the heading `[tool.flake8]`.
30
+
31
+ + Any code addition needs to be covered by unit tests and not break existing tests. Our unit tests live in `robotics-toolbox-python/tests/`. You can install the dev dependencies using the command `pip install -e '.[dev,docs]'`. You can run the test suite using the command `pytest --cov=roboticstoolbox/ --cov-report term-missing`. Check the output to make sure your additions have been covered by the unit tests.
32
+
33
+ + All methods and classes need to be documented with an appropriate docstring. See our [style guide](https://github.com/petercorke/robotics-toolbox-python/wiki/Documentation-Style-Guide) for documentation. Keep the ordering and formatting as described by the style guide.
34
+
35
+ + New additions should be typed appropriately. See our typing [style guide]().
@@ -0,0 +1,41 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve the toolbox
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Check here first**
11
+
12
+ [Common issues](https://github.com/petercorke/robotics-toolbox-python/wiki/Common-Issues)
13
+
14
+ **Describe the bug**
15
+ A clear and concise description of what the bug is.
16
+
17
+ **Version information**
18
+
19
+ Did you install from PyPI or GitHub?
20
+ If PyPI what version number?
21
+ If GitHub what commit hash?
22
+
23
+ Robotics Toolbox depends heavily on two other packages: Swift (3D graphics) and SpatialMath toolbox (underpinning maths utilities). If you think your issue is related to these, then please answer the questions above for them.
24
+
25
+ **To Reproduce**
26
+ Steps to reproduce the behavior:
27
+ 1. The shortest, complete, Python script that exhibits the bug.
28
+ 2. The script output, including error messages.
29
+
30
+ **Expected behavior**
31
+ A clear and concise description of what you expected to happen.
32
+
33
+ **Screenshots**
34
+ If applicable, add screenshots to help explain your problem.
35
+
36
+ **Environment (please complete the following information):**
37
+ - Your OS (MacOS, Linux, Windows).
38
+ - Your Python version.
39
+
40
+ **Additional context**
41
+ Add any other context about the problem here.
@@ -0,0 +1,44 @@
1
+ .FORCE:
2
+
3
+ BLUE=\033[0;34m
4
+ BLACK=\033[0;30m
5
+
6
+ help:
7
+ @echo "$(BLUE) make test - run all unit tests"
8
+ @echo " make coverage - run unit tests and coverage report"
9
+ @echo " make docs - build Sphinx documentation"
10
+ @echo " make docupdate - upload Sphinx documentation to GitHub pages"
11
+ @echo " make dist - build dist files"
12
+ @echo " make upload - upload to PyPI"
13
+ @echo " make clean - remove dist and docs build files"
14
+ @echo " make help - this message$(BLACK)"
15
+
16
+ test:
17
+ pytest
18
+
19
+ coverage:
20
+ coverage run --omit=\*/test_\* -m unittest
21
+ coverage report
22
+
23
+ docs: .FORCE
24
+ (cd docs; make html)
25
+
26
+ docupdate: docs
27
+ git clone https://github.com/petercorke/roboticstoolbox-python.git --branch gh-pages --single-branch gh-pages
28
+ cp -r docs/build/html/. gh-pages
29
+ git add gh-pages
30
+ git commit -m "rebuilt docs"
31
+ git push origin gh-pages
32
+
33
+ dist: .FORCE
34
+ $(MAKE) test
35
+ python setup.py sdist
36
+
37
+ upload: .FORCE
38
+ twine upload dist/*
39
+
40
+ clean: .FORCE
41
+ (cd docs; make clean)
42
+ -rm -r *.egg-info
43
+ -rm -r dist
44
+
@@ -0,0 +1,8 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ labels:
8
+ - "dependencies"
@@ -0,0 +1,11 @@
1
+ We thank you in advance for your pull request, and for your interest and support of the Robotics Toolbox for Python.
2
+
3
+ You could help us a lot by:
4
+
5
+ * Making your pull request relative to the `future` branch. This is where we fix issues and merge pull requests prior to pushing out a new release.
6
+ * Including a reference/link to any related issues.
7
+ * Providing a clear description of the problem you are addressing with the pull request, the changes proposed, and their rationale.
8
+ * We appreciate code comments explaining what your added block of code does.
9
+ * If your PR tackles a number of different issues, please submit multiple smaller/simpler PRs that we can individually accept or not. Otherwise we have to ask you to modify your PR and leave some changes out. Unfortunately GH doesn't let us pick and choose.
10
+ * Making your PR as small as possible. Don't include test files, data files, or notebooks that are specific to your project; ensure that notebooks, if of general interest, are saved with output values cleared, and that robot models include only those files required. PyPI has strict size limits on packages, and already RTB is split into a toolbox and data package.
11
+
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="173" height="20"><clipPath id="prefix__a"><rect width="173" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#prefix__a)"><path fill="#555" d="M0 0h76v20H0z"/><path fill="#86c440" d="M76 0h106v20H76z"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="385" y="140" textLength="630" transform="scale(.1)">powered by</text><text x="1235" y="140" fill="#222" textLength="840" transform="scale(.1)">python robotics</text></g></svg>
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="173" height="20"
2
+ viewBox="0 0 173 20">
3
+
4
+ <clipPath id="r">
5
+ <rect width="173" height="20" rx="3" fill="#fff" />
6
+ </clipPath>
7
+
8
+ <g clip-path="url(#r)">
9
+ <rect width="76" height="20" fill="#555" />
10
+ <rect x="76" width="106" height="20" fill="#86c440" />
11
+ </g>
12
+
13
+ <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
14
+ text-rendering="geometricPrecision" font-size="110">
15
+ <text x="385" y="140" transform="scale(.1)" fill="#fff" textLength="630">powered by</text>
16
+ <text x="1235" y="140" transform="scale(.1)" fill="#222" textLength="840">python robotics</text>
17
+ </g>
18
+
19
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="174" height="20"><clipPath id="prefix__a"><rect width="174" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#prefix__a)"><path fill="#555" d="M0 0h61v20H0z"/><path fill="#86c440" d="M61 0h113v20H61z"/></g><text x="315" y="140" transform="scale(.1)" textLength="510" fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">collection</text><g data-name="Layer 2" fill="#222"><path d="M117.26 10.62h-2.42v3.48h-.71V5.75h2.71a3.13 3.13 0 012.09.65 2.25 2.25 0 01.75 1.81 2.26 2.26 0 01-.47 1.41 2.47 2.47 0 01-1.26.85l2.08 3.53v.07h-.75zm-2.42-.6H117a2 2 0 001.43-.5 1.71 1.71 0 00.54-1.31 1.7 1.7 0 00-.57-1.37 2.29 2.29 0 00-1.57-.49h-2zM127.77 10.38a4.88 4.88 0 01-.4 2 3 3 0 01-2.87 1.84 3 3 0 01-2.36-1.05 4.19 4.19 0 01-.9-2.82v-.86a4.81 4.81 0 01.4-2 3.21 3.21 0 014.55-1.36 3.08 3.08 0 011.14 1.32 4.79 4.79 0 01.42 2zm-.71-.91a3.72 3.72 0 00-.68-2.36 2.27 2.27 0 00-1.88-.85 2.24 2.24 0 00-1.85.85 3.69 3.69 0 00-.7 2.4v.87a3.67 3.67 0 00.69 2.35 2.26 2.26 0 001.87.87 2.22 2.22 0 001.87-.86 3.74 3.74 0 00.67-2.38zM129.5 14.1V5.75h2.47a3.19 3.19 0 012 .56 1.94 1.94 0 01.7 1.63 1.9 1.9 0 01-.35 1.13 2 2 0 01-1 .68 2 2 0 011.17.72 2 2 0 01.45 1.28 2.17 2.17 0 01-.72 1.73 2.93 2.93 0 01-2 .62zm.71-4.6h1.93a2.12 2.12 0 001.36-.42 1.4 1.4 0 00.49-1.16 1.42 1.42 0 00-.5-1.19 2.54 2.54 0 00-1.52-.38h-1.76zm0 .59v3.41h2.11a2.09 2.09 0 001.48-.5 1.6 1.6 0 00.53-1.28 1.55 1.55 0 00-.51-1.22 2 2 0 00-1.4-.45zM142.91 10.38a4.88 4.88 0 01-.4 2 3 3 0 01-2.85 1.82 3 3 0 01-2.36-1.05 4.19 4.19 0 01-.9-2.82v-.84a5 5 0 01.4-2 3.21 3.21 0 014.55-1.36 3.08 3.08 0 011.15 1.29 4.63 4.63 0 01.42 2zm-.71-.91a3.72 3.72 0 00-.7-2.36 2.27 2.27 0 00-1.87-.85 2.24 2.24 0 00-1.85.85 3.75 3.75 0 00-.69 2.4v.87a3.67 3.67 0 00.68 2.35 2.26 2.26 0 001.87.87 2.22 2.22 0 001.87-.86 3.74 3.74 0 00.67-2.38zM150.19 6.35h-2.86v7.75h-.7V6.35h-2.86v-.6h6.42zM152.4 14.1h-.7V5.75h.7zM160.58 11.5a3 3 0 01-1 2 3.14 3.14 0 01-2.13.7 2.94 2.94 0 01-1.64-.47 3.06 3.06 0 01-1.1-1.32 4.73 4.73 0 01-.4-1.94V9.41a4.76 4.76 0 01.39-2 3 3 0 012.81-1.79 3 3 0 012.11.72 3 3 0 01.91 2h-.71a2.13 2.13 0 00-2.31-2.13 2.21 2.21 0 00-1.81.85 3.69 3.69 0 00-.68 2.35v1a3.71 3.71 0 00.66 2.31 2.13 2.13 0 001.77.86 2.36 2.36 0 001.67-.53 2.53 2.53 0 00.7-1.59zM167.02 12.05a1.38 1.38 0 00-.52-1.05 5.14 5.14 0 00-1.78-.77 6.38 6.38 0 01-1.9-.79 1.9 1.9 0 01-.85-1.6 1.88 1.88 0 01.79-1.55 3.25 3.25 0 012-.6 3.43 3.43 0 011.54.31 2.43 2.43 0 011 .89 2.38 2.38 0 01.36 1.28h-.71a1.73 1.73 0 00-.58-1.37 2.26 2.26 0 00-1.57-.53 2.52 2.52 0 00-1.53.43 1.33 1.33 0 00-.56 1.12 1.27 1.27 0 00.51 1 4.75 4.75 0 001.63.71 7.32 7.32 0 011.7.63 2.4 2.4 0 01.87.79 2 2 0 01.3 1.09 1.91 1.91 0 01-.79 1.58 3.36 3.36 0 01-2.08.6 4.07 4.07 0 01-1.62-.32 2.5 2.5 0 01-1.12-.88 2.33 2.33 0 01-.38-1.3h.77a1.67 1.67 0 00.66 1.39 2.76 2.76 0 001.75.51 2.55 2.55 0 001.56-.43 1.35 1.35 0 00.55-1.14zM67.65 11.27v2.83h-2V5.75h3.33a3.79 3.79 0 011.69.36 2.65 2.65 0 011.14 1 2.72 2.72 0 01.41 1.48 2.43 2.43 0 01-.88 1.95 3.66 3.66 0 01-2.4.73zm0-1.56h1.32a1.23 1.23 0 00.89-.29 1.09 1.09 0 00.3-.82 1.37 1.37 0 00-.31-.94 1.11 1.11 0 00-.86-.35h-1.34zM76.33 9.38l1.54-3.63h2.17l-2.69 5.35v3h-2v-3l-2.72-5.35h2.16zM87.3 7.31h-2.5v6.79h-2V7.31h-2.48V5.75h7zM95.13 14.1h-2v-3.49h-3v3.49h-2V5.75h2v3.32h3V5.75h2zM103.5 10.1a5 5 0 01-.45 2.16 3.38 3.38 0 01-1.29 1.45 3.81 3.81 0 01-3.79 0 3.31 3.31 0 01-1.29-1.4 4.77 4.77 0 01-.49-2.09v-.46a4.77 4.77 0 01.46-2.16 3.26 3.26 0 011.29-1.45 3.57 3.57 0 011.91-.51 3.66 3.66 0 011.89.5 3.48 3.48 0 011.29 1.44 4.7 4.7 0 01.47 2.13zm-2-.35a3.58 3.58 0 00-.41-1.89 1.35 1.35 0 00-1.19-.65c-1 0-1.55.76-1.6 2.28v.61a3.57 3.57 0 00.41 1.88 1.32 1.32 0 001.21.66A1.3 1.3 0 00101 12a3.48 3.48 0 00.42-1.87zM111.5 14.1h-2l-3-5.19v5.19h-2V5.75h2l3 5.2v-5.2h2z"/></g></svg>
@@ -0,0 +1,43 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="174" height="20"
2
+ viewBox="0 0 174 20">
3
+ <clipPath id="r">
4
+ <rect width="174" height="20" rx="3" fill="#fff" />
5
+ </clipPath>
6
+ <g clip-path="url(#r)">
7
+ <rect width="61" height="20" fill="#555" />
8
+ <rect x="61" width="113" height="20" fill="#86c440" />
9
+ </g>
10
+ <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
11
+ text-rendering="geometricPrecision" font-size="110">
12
+ <text x="315" y="140" transform="scale(.1)" fill="#fff" textLength="510">collection</text>
13
+ </g>
14
+ <g id="Layer_2" data-name="Layer 2" x="-20">
15
+
16
+ <path fill="#222" transform="translate(-10.5 0)"
17
+ d="M127.76,10.62h-2.42V14.1h-.71V5.75h2.71a3.13,3.13,0,0,1,2.09.65,2.25,2.25,0,0,1,.75,1.81,2.26,2.26,0,0,1-.47,1.41,2.47,2.47,0,0,1-1.26.85L130.53,14v.07h-.75Zm-2.42-.6h2.16a2,2,0,0,0,1.43-.5,1.71,1.71,0,0,0,.54-1.31,1.7,1.7,0,0,0-.57-1.37,2.29,2.29,0,0,0-1.57-.49h-2Z" />
18
+ <path fill="#222" transform="translate(-10.5 0)"
19
+ d="M138.27,10.38a4.88,4.88,0,0,1-.4,2A3,3,0,0,1,135,14.22a3,3,0,0,1-2.36-1.05,4.19,4.19,0,0,1-.9-2.82V9.49a4.81,4.81,0,0,1,.4-2,3.21,3.21,0,0,1,4.55-1.36,3.08,3.08,0,0,1,1.14,1.32,4.79,4.79,0,0,1,.42,2Zm-.71-.91a3.72,3.72,0,0,0-.68-2.36A2.27,2.27,0,0,0,135,6.26a2.24,2.24,0,0,0-1.85.85,3.69,3.69,0,0,0-.7,2.4v.87a3.67,3.67,0,0,0,.69,2.35,2.26,2.26,0,0,0,1.87.87,2.22,2.22,0,0,0,1.87-.86,3.74,3.74,0,0,0,.67-2.38Z" />
20
+ <path fill="#222" transform="translate(-10.5 0)"
21
+ d="M140,14.1V5.75h2.47a3.19,3.19,0,0,1,2,.56,1.94,1.94,0,0,1,.7,1.63,1.9,1.9,0,0,1-.35,1.13,2,2,0,0,1-1,.68,2,2,0,0,1,1.17.72,2,2,0,0,1,.45,1.28,2.17,2.17,0,0,1-.72,1.73,2.93,2.93,0,0,1-2,.62Zm.71-4.6h1.93A2.12,2.12,0,0,0,144,9.08a1.4,1.4,0,0,0,.49-1.16,1.42,1.42,0,0,0-.5-1.19,2.54,2.54,0,0,0-1.52-.38h-1.76Zm0,.59V13.5h2.11A2.09,2.09,0,0,0,144.3,13a1.6,1.6,0,0,0,.53-1.28,1.55,1.55,0,0,0-.51-1.22,2,2,0,0,0-1.4-.45Z" />
22
+ <path fill="#222" transform="translate(-10.5 0)"
23
+ d="M153.41,10.38a4.88,4.88,0,0,1-.4,2,3,3,0,0,1-2.85,1.82,3,3,0,0,1-2.36-1.05,4.19,4.19,0,0,1-.9-2.82V9.49a5,5,0,0,1,.4-2,3.21,3.21,0,0,1,4.55-1.36A3.08,3.08,0,0,1,153,7.42a4.63,4.63,0,0,1,.42,2Zm-.71-.91A3.72,3.72,0,0,0,152,7.11a2.27,2.27,0,0,0-1.87-.85,2.24,2.24,0,0,0-1.85.85,3.75,3.75,0,0,0-.69,2.4v.87a3.67,3.67,0,0,0,.68,2.35,2.26,2.26,0,0,0,1.87.87,2.22,2.22,0,0,0,1.87-.86,3.74,3.74,0,0,0,.67-2.38Z" />
24
+ <path fill="#222" transform="translate(-10.5 0)" d="M160.69,6.35h-2.86V14.1h-.7V6.35h-2.86v-.6h6.42Z" />
25
+ <path fill="#222" transform="translate(-10.5 0)" d="M162.9,14.1h-.7V5.75h.7Z" />
26
+ <path fill="#222" transform="translate(-10.5 0)"
27
+ d="M171.08,11.5a3,3,0,0,1-1,2,3.14,3.14,0,0,1-2.13.7,2.94,2.94,0,0,1-1.64-.47,3.06,3.06,0,0,1-1.1-1.32,4.73,4.73,0,0,1-.4-1.94V9.41a4.76,4.76,0,0,1,.39-2,3,3,0,0,1,2.81-1.79,3,3,0,0,1,2.11.72,3,3,0,0,1,.91,2h-.71a2.13,2.13,0,0,0-2.31-2.13,2.21,2.21,0,0,0-1.81.85,3.69,3.69,0,0,0-.68,2.35v1a3.71,3.71,0,0,0,.66,2.31,2.13,2.13,0,0,0,1.77.86,2.36,2.36,0,0,0,1.67-.53,2.53,2.53,0,0,0,.7-1.59Z" />
28
+ <path fill="#222" transform="translate(-10.5 0)"
29
+ d="M177.52,12.05A1.38,1.38,0,0,0,177,11a5.14,5.14,0,0,0-1.78-.77,6.38,6.38,0,0,1-1.9-.79,1.9,1.9,0,0,1-.85-1.6,1.88,1.88,0,0,1,.79-1.55,3.25,3.25,0,0,1,2-.6A3.43,3.43,0,0,1,176.8,6a2.43,2.43,0,0,1,1,.89,2.38,2.38,0,0,1,.36,1.28h-.71a1.73,1.73,0,0,0-.58-1.37,2.26,2.26,0,0,0-1.57-.53,2.52,2.52,0,0,0-1.53.43,1.33,1.33,0,0,0-.56,1.12,1.27,1.27,0,0,0,.51,1,4.75,4.75,0,0,0,1.63.71,7.32,7.32,0,0,1,1.7.63,2.4,2.4,0,0,1,.87.79,2,2,0,0,1,.3,1.09,1.91,1.91,0,0,1-.79,1.58,3.36,3.36,0,0,1-2.08.6,4.07,4.07,0,0,1-1.62-.32,2.5,2.5,0,0,1-1.12-.88,2.33,2.33,0,0,1-.38-1.3H173a1.67,1.67,0,0,0,.66,1.39,2.76,2.76,0,0,0,1.75.51,2.55,2.55,0,0,0,1.56-.43A1.35,1.35,0,0,0,177.52,12.05Z" />
30
+ <path fill="#222" transform="translate(-10.5 0)"
31
+ d="M78.15,11.27V14.1h-2V5.75h3.33a3.79,3.79,0,0,1,1.69.36,2.65,2.65,0,0,1,1.14,1,2.72,2.72,0,0,1,.41,1.48,2.43,2.43,0,0,1-.88,1.95,3.66,3.66,0,0,1-2.4.73Zm0-1.56h1.32a1.23,1.23,0,0,0,.89-.29,1.09,1.09,0,0,0,.3-.82,1.37,1.37,0,0,0-.31-.94,1.11,1.11,0,0,0-.86-.35H78.15Z" />
32
+ <path fill="#222" transform="translate(-10.5 0)"
33
+ d="M86.83,9.38l1.54-3.63h2.17L87.85,11.1v3h-2v-3L83.13,5.75h2.16Z" />
34
+ <path fill="#222" transform="translate(-10.5 0)" d="M97.8,7.31H95.3V14.1h-2V7.31H90.82V5.75h7Z" />
35
+ <path fill="#222" transform="translate(-10.5 0)" d="M105.63,14.1h-2V10.61h-3V14.1h-2V5.75h2V9.07h3V5.75h2Z" />
36
+ <path fill="#222" transform="translate(-10.5 0)"
37
+ d="M114,10.1a5,5,0,0,1-.45,2.16,3.38,3.38,0,0,1-1.29,1.45,3.81,3.81,0,0,1-3.79,0,3.31,3.31,0,0,1-1.29-1.4,4.77,4.77,0,0,1-.49-2.09V9.76a4.77,4.77,0,0,1,.46-2.16,3.26,3.26,0,0,1,1.29-1.45,3.57,3.57,0,0,1,1.91-.51,3.66,3.66,0,0,1,1.89.5,3.48,3.48,0,0,1,1.29,1.44A4.7,4.7,0,0,1,114,9.71Zm-2-.35a3.58,3.58,0,0,0-.41-1.89,1.35,1.35,0,0,0-1.19-.65c-1,0-1.55.76-1.6,2.28v.61a3.57,3.57,0,0,0,.41,1.88,1.32,1.32,0,0,0,1.21.66A1.3,1.3,0,0,0,111.5,12a3.48,3.48,0,0,0,.42-1.87Z" />
38
+ <path fill="#222" transform="translate(-10.5 0)" d="M122,14.1h-2l-3-5.19V14.1h-2V5.75h2l3,5.2V5.75h2Z" />
39
+
40
+ </g>
41
+ </svg>
42
+
43
+ <!-- <text aria-hidden="true" x="1025" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="750">QUT Robotics</text> -->
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="174" height="20"><clipPath id="prefix__a"><rect width="174" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#prefix__a)"><path fill="#555" d="M0 0h61v20H0z"/><path fill="#86c440" d="M61 0h113v20H61z"/></g><text x="315" y="140" transform="scale(.1)" textLength="510" fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">collection</text><g data-name="Layer 2"><path aria-hidden="true" fill="#fff" fill-opacity=".3" d="M117.66 11.02h-2.42v3.48h-.71V6.15h2.71a3.13 3.13 0 012.09.65 2.25 2.25 0 01.75 1.81 2.26 2.26 0 01-.47 1.41 2.47 2.47 0 01-1.26.85l2.08 3.53v.07h-.75zm-2.42-.6h2.16a2 2 0 001.43-.5 1.71 1.71 0 00.54-1.31 1.7 1.7 0 00-.57-1.37 2.29 2.29 0 00-1.57-.49h-2zM128.17 10.78a4.88 4.88 0 01-.4 2 3 3 0 01-2.87 1.84 3 3 0 01-2.36-1.05 4.19 4.19 0 01-.9-2.82v-.86a4.81 4.81 0 01.4-2 3.21 3.21 0 014.55-1.36 3.08 3.08 0 011.14 1.32 4.79 4.79 0 01.42 2zm-.71-.91a3.72 3.72 0 00-.68-2.36 2.27 2.27 0 00-1.88-.85 2.24 2.24 0 00-1.85.85 3.69 3.69 0 00-.7 2.4v.87a3.67 3.67 0 00.69 2.35 2.26 2.26 0 001.87.87 2.22 2.22 0 001.87-.86 3.74 3.74 0 00.67-2.38zM129.9 14.5V6.15h2.47a3.19 3.19 0 012 .56 1.94 1.94 0 01.7 1.63 1.9 1.9 0 01-.35 1.13 2 2 0 01-1 .68 2 2 0 011.17.72 2 2 0 01.45 1.28 2.17 2.17 0 01-.72 1.73 2.93 2.93 0 01-2 .62zm.71-4.6h1.93a2.12 2.12 0 001.36-.42 1.4 1.4 0 00.49-1.16 1.42 1.42 0 00-.5-1.19 2.54 2.54 0 00-1.52-.38h-1.76zm0 .59v3.41h2.11a2.09 2.09 0 001.48-.5 1.6 1.6 0 00.53-1.28 1.55 1.55 0 00-.51-1.22 2 2 0 00-1.4-.45zM143.31 10.78a4.88 4.88 0 01-.4 2 3 3 0 01-2.85 1.82 3 3 0 01-2.36-1.05 4.19 4.19 0 01-.9-2.82v-.84a5 5 0 01.4-2 3.21 3.21 0 014.55-1.36 3.08 3.08 0 011.15 1.29 4.63 4.63 0 01.42 2zm-.71-.91a3.72 3.72 0 00-.7-2.36 2.27 2.27 0 00-1.87-.85 2.24 2.24 0 00-1.85.85 3.75 3.75 0 00-.69 2.4v.87a3.67 3.67 0 00.68 2.35 2.26 2.26 0 001.87.87 2.22 2.22 0 001.87-.86 3.74 3.74 0 00.67-2.38zM150.59 6.75h-2.86v7.75h-.7V6.75h-2.86v-.6h6.42zM152.8 14.5h-.7V6.15h.7zM160.98 11.9a3 3 0 01-1 2 3.14 3.14 0 01-2.13.7 2.94 2.94 0 01-1.64-.47 3.06 3.06 0 01-1.1-1.32 4.73 4.73 0 01-.4-1.94V9.81a4.76 4.76 0 01.39-2 3 3 0 012.81-1.79 3 3 0 012.11.72 3 3 0 01.91 2h-.71a2.13 2.13 0 00-2.31-2.13 2.21 2.21 0 00-1.81.85 3.69 3.69 0 00-.68 2.35v1a3.71 3.71 0 00.66 2.31 2.13 2.13 0 001.77.86 2.36 2.36 0 001.67-.53 2.53 2.53 0 00.7-1.59zM167.42 12.45a1.38 1.38 0 00-.52-1.05 5.14 5.14 0 00-1.78-.77 6.38 6.38 0 01-1.9-.79 1.9 1.9 0 01-.85-1.6 1.88 1.88 0 01.79-1.55 3.25 3.25 0 012-.6 3.43 3.43 0 011.54.31 2.43 2.43 0 011 .89 2.38 2.38 0 01.36 1.28h-.71a1.73 1.73 0 00-.58-1.37 2.26 2.26 0 00-1.57-.53 2.52 2.52 0 00-1.53.43 1.33 1.33 0 00-.56 1.12 1.27 1.27 0 00.51 1 4.75 4.75 0 001.63.71 7.32 7.32 0 011.7.63 2.4 2.4 0 01.87.79 2 2 0 01.3 1.09 1.91 1.91 0 01-.79 1.58 3.36 3.36 0 01-2.08.6 4.07 4.07 0 01-1.62-.32 2.5 2.5 0 01-1.12-.88 2.33 2.33 0 01-.38-1.3h.77a1.67 1.67 0 00.66 1.39 2.76 2.76 0 001.75.51 2.55 2.55 0 001.56-.43 1.35 1.35 0 00.55-1.14zM68.05 11.67v2.83h-2V6.15h3.33a3.79 3.79 0 011.69.36 2.65 2.65 0 011.14 1 2.72 2.72 0 01.41 1.48 2.43 2.43 0 01-.88 1.95 3.66 3.66 0 01-2.4.73zm0-1.56h1.32a1.23 1.23 0 00.89-.29 1.09 1.09 0 00.3-.82 1.37 1.37 0 00-.31-.94 1.11 1.11 0 00-.86-.35h-1.34zM76.73 9.78l1.54-3.63h2.17l-2.69 5.35v3h-2v-3l-2.72-5.35h2.16zM87.7 7.71h-2.5v6.79h-2V7.71h-2.48V6.15h7zM95.53 14.5h-2v-3.49h-3v3.49h-2V6.15h2v3.32h3V6.15h2zM103.9 10.5a5 5 0 01-.45 2.16 3.38 3.38 0 01-1.29 1.45 3.81 3.81 0 01-3.79 0 3.31 3.31 0 01-1.29-1.4 4.77 4.77 0 01-.49-2.09v-.46A4.77 4.77 0 0197.05 8a3.26 3.26 0 011.29-1.45 3.57 3.57 0 011.91-.51 3.66 3.66 0 011.89.5 3.48 3.48 0 011.29 1.44 4.7 4.7 0 01.47 2.13zm-2-.35a3.58 3.58 0 00-.41-1.89 1.35 1.35 0 00-1.19-.65c-1 0-1.55.76-1.6 2.28v.61a3.57 3.57 0 00.41 1.88 1.32 1.32 0 001.21.66 1.3 1.3 0 001.08-.64 3.48 3.48 0 00.42-1.87zM111.9 14.5h-2l-3-5.19v5.19h-2V6.15h2l3 5.2v-5.2h2z"/><path fill="#222" d="M117.26 10.62h-2.42v3.48h-.71V5.75h2.71a3.13 3.13 0 012.09.65 2.25 2.25 0 01.75 1.81 2.26 2.26 0 01-.47 1.41 2.47 2.47 0 01-1.26.85l2.08 3.53v.07h-.75zm-2.42-.6H117a2 2 0 001.43-.5 1.71 1.71 0 00.54-1.31 1.7 1.7 0 00-.57-1.37 2.29 2.29 0 00-1.57-.49h-2zM127.77 10.38a4.88 4.88 0 01-.4 2 3 3 0 01-2.87 1.84 3 3 0 01-2.36-1.05 4.19 4.19 0 01-.9-2.82v-.86a4.81 4.81 0 01.4-2 3.21 3.21 0 014.55-1.36 3.08 3.08 0 011.14 1.32 4.79 4.79 0 01.42 2zm-.71-.91a3.72 3.72 0 00-.68-2.36 2.27 2.27 0 00-1.88-.85 2.24 2.24 0 00-1.85.85 3.69 3.69 0 00-.7 2.4v.87a3.67 3.67 0 00.69 2.35 2.26 2.26 0 001.87.87 2.22 2.22 0 001.87-.86 3.74 3.74 0 00.67-2.38zM129.5 14.1V5.75h2.47a3.19 3.19 0 012 .56 1.94 1.94 0 01.7 1.63 1.9 1.9 0 01-.35 1.13 2 2 0 01-1 .68 2 2 0 011.17.72 2 2 0 01.45 1.28 2.17 2.17 0 01-.72 1.73 2.93 2.93 0 01-2 .62zm.71-4.6h1.93a2.12 2.12 0 001.36-.42 1.4 1.4 0 00.49-1.16 1.42 1.42 0 00-.5-1.19 2.54 2.54 0 00-1.52-.38h-1.76zm0 .59v3.41h2.11a2.09 2.09 0 001.48-.5 1.6 1.6 0 00.53-1.28 1.55 1.55 0 00-.51-1.22 2 2 0 00-1.4-.45zM142.91 10.38a4.88 4.88 0 01-.4 2 3 3 0 01-2.85 1.82 3 3 0 01-2.36-1.05 4.19 4.19 0 01-.9-2.82v-.84a5 5 0 01.4-2 3.21 3.21 0 014.55-1.36 3.08 3.08 0 011.15 1.29 4.63 4.63 0 01.42 2zm-.71-.91a3.72 3.72 0 00-.7-2.36 2.27 2.27 0 00-1.87-.85 2.24 2.24 0 00-1.85.85 3.75 3.75 0 00-.69 2.4v.87a3.67 3.67 0 00.68 2.35 2.26 2.26 0 001.87.87 2.22 2.22 0 001.87-.86 3.74 3.74 0 00.67-2.38zM150.19 6.35h-2.86v7.75h-.7V6.35h-2.86v-.6h6.42zM152.4 14.1h-.7V5.75h.7zM160.58 11.5a3 3 0 01-1 2 3.14 3.14 0 01-2.13.7 2.94 2.94 0 01-1.64-.47 3.06 3.06 0 01-1.1-1.32 4.73 4.73 0 01-.4-1.94V9.41a4.76 4.76 0 01.39-2 3 3 0 012.81-1.79 3 3 0 012.11.72 3 3 0 01.91 2h-.71a2.13 2.13 0 00-2.31-2.13 2.21 2.21 0 00-1.81.85 3.69 3.69 0 00-.68 2.35v1a3.71 3.71 0 00.66 2.31 2.13 2.13 0 001.77.86 2.36 2.36 0 001.67-.53 2.53 2.53 0 00.7-1.59zM167.02 12.05a1.38 1.38 0 00-.52-1.05 5.14 5.14 0 00-1.78-.77 6.38 6.38 0 01-1.9-.79 1.9 1.9 0 01-.85-1.6 1.88 1.88 0 01.79-1.55 3.25 3.25 0 012-.6 3.43 3.43 0 011.54.31 2.43 2.43 0 011 .89 2.38 2.38 0 01.36 1.28h-.71a1.73 1.73 0 00-.58-1.37 2.26 2.26 0 00-1.57-.53 2.52 2.52 0 00-1.53.43 1.33 1.33 0 00-.56 1.12 1.27 1.27 0 00.51 1 4.75 4.75 0 001.63.71 7.32 7.32 0 011.7.63 2.4 2.4 0 01.87.79 2 2 0 01.3 1.09 1.91 1.91 0 01-.79 1.58 3.36 3.36 0 01-2.08.6 4.07 4.07 0 01-1.62-.32 2.5 2.5 0 01-1.12-.88 2.33 2.33 0 01-.38-1.3h.77a1.67 1.67 0 00.66 1.39 2.76 2.76 0 001.75.51 2.55 2.55 0 001.56-.43 1.35 1.35 0 00.55-1.14zM67.65 11.27v2.83h-2V5.75h3.33a3.79 3.79 0 011.69.36 2.65 2.65 0 011.14 1 2.72 2.72 0 01.41 1.48 2.43 2.43 0 01-.88 1.95 3.66 3.66 0 01-2.4.73zm0-1.56h1.32a1.23 1.23 0 00.89-.29 1.09 1.09 0 00.3-.82 1.37 1.37 0 00-.31-.94 1.11 1.11 0 00-.86-.35h-1.34zM76.33 9.38l1.54-3.63h2.17l-2.69 5.35v3h-2v-3l-2.72-5.35h2.16zM87.3 7.31h-2.5v6.79h-2V7.31h-2.48V5.75h7zM95.13 14.1h-2v-3.49h-3v3.49h-2V5.75h2v3.32h3V5.75h2zM103.5 10.1a5 5 0 01-.45 2.16 3.38 3.38 0 01-1.29 1.45 3.81 3.81 0 01-3.79 0 3.31 3.31 0 01-1.29-1.4 4.77 4.77 0 01-.49-2.09v-.46a4.77 4.77 0 01.46-2.16 3.26 3.26 0 011.29-1.45 3.57 3.57 0 011.91-.51 3.66 3.66 0 011.89.5 3.48 3.48 0 011.29 1.44 4.7 4.7 0 01.47 2.13zm-2-.35a3.58 3.58 0 00-.41-1.89 1.35 1.35 0 00-1.19-.65c-1 0-1.55.76-1.6 2.28v.61a3.57 3.57 0 00.41 1.88 1.32 1.32 0 001.21.66A1.3 1.3 0 00101 12a3.48 3.48 0 00.42-1.87zM111.5 14.1h-2l-3-5.19v5.19h-2V5.75h2l3 5.2v-5.2h2z"/></g></svg>
@@ -0,0 +1,74 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="174" height="20"
2
+ viewBox="0 0 174 20">
3
+
4
+ <clipPath id="r">
5
+ <rect width="174" height="20" rx="3" fill="#fff" />
6
+ </clipPath>
7
+ <g clip-path="url(#r)">
8
+ <rect width="61" height="20" fill="#555" />
9
+ <rect x="61" width="113" height="20" fill="#86c440" />
10
+ </g>
11
+ <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
12
+ text-rendering="geometricPrecision" font-size="110">
13
+ <text x="315" y="140" transform="scale(.1)" fill="#fff" textLength="510">collection</text>
14
+ </g>
15
+ <g id="Layer_2" data-name="Layer 2" x="-20">
16
+
17
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
18
+ d="M127.76,10.62h-2.42V14.1h-.71V5.75h2.71a3.13,3.13,0,0,1,2.09.65,2.25,2.25,0,0,1,.75,1.81,2.26,2.26,0,0,1-.47,1.41,2.47,2.47,0,0,1-1.26.85L130.53,14v.07h-.75Zm-2.42-.6h2.16a2,2,0,0,0,1.43-.5,1.71,1.71,0,0,0,.54-1.31,1.7,1.7,0,0,0-.57-1.37,2.29,2.29,0,0,0-1.57-.49h-2Z" />
19
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
20
+ d="M138.27,10.38a4.88,4.88,0,0,1-.4,2A3,3,0,0,1,135,14.22a3,3,0,0,1-2.36-1.05,4.19,4.19,0,0,1-.9-2.82V9.49a4.81,4.81,0,0,1,.4-2,3.21,3.21,0,0,1,4.55-1.36,3.08,3.08,0,0,1,1.14,1.32,4.79,4.79,0,0,1,.42,2Zm-.71-.91a3.72,3.72,0,0,0-.68-2.36A2.27,2.27,0,0,0,135,6.26a2.24,2.24,0,0,0-1.85.85,3.69,3.69,0,0,0-.7,2.4v.87a3.67,3.67,0,0,0,.69,2.35,2.26,2.26,0,0,0,1.87.87,2.22,2.22,0,0,0,1.87-.86,3.74,3.74,0,0,0,.67-2.38Z" />
21
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
22
+ d="M140,14.1V5.75h2.47a3.19,3.19,0,0,1,2,.56,1.94,1.94,0,0,1,.7,1.63,1.9,1.9,0,0,1-.35,1.13,2,2,0,0,1-1,.68,2,2,0,0,1,1.17.72,2,2,0,0,1,.45,1.28,2.17,2.17,0,0,1-.72,1.73,2.93,2.93,0,0,1-2,.62Zm.71-4.6h1.93A2.12,2.12,0,0,0,144,9.08a1.4,1.4,0,0,0,.49-1.16,1.42,1.42,0,0,0-.5-1.19,2.54,2.54,0,0,0-1.52-.38h-1.76Zm0,.59V13.5h2.11A2.09,2.09,0,0,0,144.3,13a1.6,1.6,0,0,0,.53-1.28,1.55,1.55,0,0,0-.51-1.22,2,2,0,0,0-1.4-.45Z" />
23
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
24
+ d="M153.41,10.38a4.88,4.88,0,0,1-.4,2,3,3,0,0,1-2.85,1.82,3,3,0,0,1-2.36-1.05,4.19,4.19,0,0,1-.9-2.82V9.49a5,5,0,0,1,.4-2,3.21,3.21,0,0,1,4.55-1.36A3.08,3.08,0,0,1,153,7.42a4.63,4.63,0,0,1,.42,2Zm-.71-.91A3.72,3.72,0,0,0,152,7.11a2.27,2.27,0,0,0-1.87-.85,2.24,2.24,0,0,0-1.85.85,3.75,3.75,0,0,0-.69,2.4v.87a3.67,3.67,0,0,0,.68,2.35,2.26,2.26,0,0,0,1.87.87,2.22,2.22,0,0,0,1.87-.86,3.74,3.74,0,0,0,.67-2.38Z" />
25
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
26
+ d="M160.69,6.35h-2.86V14.1h-.7V6.35h-2.86v-.6h6.42Z" />
27
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
28
+ d="M162.9,14.1h-.7V5.75h.7Z" />
29
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
30
+ d="M171.08,11.5a3,3,0,0,1-1,2,3.14,3.14,0,0,1-2.13.7,2.94,2.94,0,0,1-1.64-.47,3.06,3.06,0,0,1-1.1-1.32,4.73,4.73,0,0,1-.4-1.94V9.41a4.76,4.76,0,0,1,.39-2,3,3,0,0,1,2.81-1.79,3,3,0,0,1,2.11.72,3,3,0,0,1,.91,2h-.71a2.13,2.13,0,0,0-2.31-2.13,2.21,2.21,0,0,0-1.81.85,3.69,3.69,0,0,0-.68,2.35v1a3.71,3.71,0,0,0,.66,2.31,2.13,2.13,0,0,0,1.77.86,2.36,2.36,0,0,0,1.67-.53,2.53,2.53,0,0,0,.7-1.59Z" />
31
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
32
+ d="M177.52,12.05A1.38,1.38,0,0,0,177,11a5.14,5.14,0,0,0-1.78-.77,6.38,6.38,0,0,1-1.9-.79,1.9,1.9,0,0,1-.85-1.6,1.88,1.88,0,0,1,.79-1.55,3.25,3.25,0,0,1,2-.6A3.43,3.43,0,0,1,176.8,6a2.43,2.43,0,0,1,1,.89,2.38,2.38,0,0,1,.36,1.28h-.71a1.73,1.73,0,0,0-.58-1.37,2.26,2.26,0,0,0-1.57-.53,2.52,2.52,0,0,0-1.53.43,1.33,1.33,0,0,0-.56,1.12,1.27,1.27,0,0,0,.51,1,4.75,4.75,0,0,0,1.63.71,7.32,7.32,0,0,1,1.7.63,2.4,2.4,0,0,1,.87.79,2,2,0,0,1,.3,1.09,1.91,1.91,0,0,1-.79,1.58,3.36,3.36,0,0,1-2.08.6,4.07,4.07,0,0,1-1.62-.32,2.5,2.5,0,0,1-1.12-.88,2.33,2.33,0,0,1-.38-1.3H173a1.67,1.67,0,0,0,.66,1.39,2.76,2.76,0,0,0,1.75.51,2.55,2.55,0,0,0,1.56-.43A1.35,1.35,0,0,0,177.52,12.05Z" />
33
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
34
+ d="M78.15,11.27V14.1h-2V5.75h3.33a3.79,3.79,0,0,1,1.69.36,2.65,2.65,0,0,1,1.14,1,2.72,2.72,0,0,1,.41,1.48,2.43,2.43,0,0,1-.88,1.95,3.66,3.66,0,0,1-2.4.73Zm0-1.56h1.32a1.23,1.23,0,0,0,.89-.29,1.09,1.09,0,0,0,.3-.82,1.37,1.37,0,0,0-.31-.94,1.11,1.11,0,0,0-.86-.35H78.15Z" />
35
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
36
+ d="M86.83,9.38l1.54-3.63h2.17L87.85,11.1v3h-2v-3L83.13,5.75h2.16Z" />
37
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
38
+ d="M97.8,7.31H95.3V14.1h-2V7.31H90.82V5.75h7Z" />
39
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
40
+ d="M105.63,14.1h-2V10.61h-3V14.1h-2V5.75h2V9.07h3V5.75h2Z" />
41
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
42
+ d="M114,10.1a5,5,0,0,1-.45,2.16,3.38,3.38,0,0,1-1.29,1.45,3.81,3.81,0,0,1-3.79,0,3.31,3.31,0,0,1-1.29-1.4,4.77,4.77,0,0,1-.49-2.09V9.76a4.77,4.77,0,0,1,.46-2.16,3.26,3.26,0,0,1,1.29-1.45,3.57,3.57,0,0,1,1.91-.51,3.66,3.66,0,0,1,1.89.5,3.48,3.48,0,0,1,1.29,1.44A4.7,4.7,0,0,1,114,9.71Zm-2-.35a3.58,3.58,0,0,0-.41-1.89,1.35,1.35,0,0,0-1.19-.65c-1,0-1.55.76-1.6,2.28v.61a3.57,3.57,0,0,0,.41,1.88,1.32,1.32,0,0,0,1.21.66A1.3,1.3,0,0,0,111.5,12a3.48,3.48,0,0,0,.42-1.87Z" />
43
+ <path aria-hidden="true" fill="#fff" fill-opacity=".3" transform="translate(-10.1 0.4)"
44
+ d="M122,14.1h-2l-3-5.19V14.1h-2V5.75h2l3,5.2V5.75h2Z" />
45
+
46
+
47
+ <path fill="#222" transform="translate(-10.5 0)"
48
+ d="M127.76,10.62h-2.42V14.1h-.71V5.75h2.71a3.13,3.13,0,0,1,2.09.65,2.25,2.25,0,0,1,.75,1.81,2.26,2.26,0,0,1-.47,1.41,2.47,2.47,0,0,1-1.26.85L130.53,14v.07h-.75Zm-2.42-.6h2.16a2,2,0,0,0,1.43-.5,1.71,1.71,0,0,0,.54-1.31,1.7,1.7,0,0,0-.57-1.37,2.29,2.29,0,0,0-1.57-.49h-2Z" />
49
+ <path fill="#222" transform="translate(-10.5 0)"
50
+ d="M138.27,10.38a4.88,4.88,0,0,1-.4,2A3,3,0,0,1,135,14.22a3,3,0,0,1-2.36-1.05,4.19,4.19,0,0,1-.9-2.82V9.49a4.81,4.81,0,0,1,.4-2,3.21,3.21,0,0,1,4.55-1.36,3.08,3.08,0,0,1,1.14,1.32,4.79,4.79,0,0,1,.42,2Zm-.71-.91a3.72,3.72,0,0,0-.68-2.36A2.27,2.27,0,0,0,135,6.26a2.24,2.24,0,0,0-1.85.85,3.69,3.69,0,0,0-.7,2.4v.87a3.67,3.67,0,0,0,.69,2.35,2.26,2.26,0,0,0,1.87.87,2.22,2.22,0,0,0,1.87-.86,3.74,3.74,0,0,0,.67-2.38Z" />
51
+ <path fill="#222" transform="translate(-10.5 0)"
52
+ d="M140,14.1V5.75h2.47a3.19,3.19,0,0,1,2,.56,1.94,1.94,0,0,1,.7,1.63,1.9,1.9,0,0,1-.35,1.13,2,2,0,0,1-1,.68,2,2,0,0,1,1.17.72,2,2,0,0,1,.45,1.28,2.17,2.17,0,0,1-.72,1.73,2.93,2.93,0,0,1-2,.62Zm.71-4.6h1.93A2.12,2.12,0,0,0,144,9.08a1.4,1.4,0,0,0,.49-1.16,1.42,1.42,0,0,0-.5-1.19,2.54,2.54,0,0,0-1.52-.38h-1.76Zm0,.59V13.5h2.11A2.09,2.09,0,0,0,144.3,13a1.6,1.6,0,0,0,.53-1.28,1.55,1.55,0,0,0-.51-1.22,2,2,0,0,0-1.4-.45Z" />
53
+ <path fill="#222" transform="translate(-10.5 0)"
54
+ d="M153.41,10.38a4.88,4.88,0,0,1-.4,2,3,3,0,0,1-2.85,1.82,3,3,0,0,1-2.36-1.05,4.19,4.19,0,0,1-.9-2.82V9.49a5,5,0,0,1,.4-2,3.21,3.21,0,0,1,4.55-1.36A3.08,3.08,0,0,1,153,7.42a4.63,4.63,0,0,1,.42,2Zm-.71-.91A3.72,3.72,0,0,0,152,7.11a2.27,2.27,0,0,0-1.87-.85,2.24,2.24,0,0,0-1.85.85,3.75,3.75,0,0,0-.69,2.4v.87a3.67,3.67,0,0,0,.68,2.35,2.26,2.26,0,0,0,1.87.87,2.22,2.22,0,0,0,1.87-.86,3.74,3.74,0,0,0,.67-2.38Z" />
55
+ <path fill="#222" transform="translate(-10.5 0)" d="M160.69,6.35h-2.86V14.1h-.7V6.35h-2.86v-.6h6.42Z" />
56
+ <path fill="#222" transform="translate(-10.5 0)" d="M162.9,14.1h-.7V5.75h.7Z" />
57
+ <path fill="#222" transform="translate(-10.5 0)"
58
+ d="M171.08,11.5a3,3,0,0,1-1,2,3.14,3.14,0,0,1-2.13.7,2.94,2.94,0,0,1-1.64-.47,3.06,3.06,0,0,1-1.1-1.32,4.73,4.73,0,0,1-.4-1.94V9.41a4.76,4.76,0,0,1,.39-2,3,3,0,0,1,2.81-1.79,3,3,0,0,1,2.11.72,3,3,0,0,1,.91,2h-.71a2.13,2.13,0,0,0-2.31-2.13,2.21,2.21,0,0,0-1.81.85,3.69,3.69,0,0,0-.68,2.35v1a3.71,3.71,0,0,0,.66,2.31,2.13,2.13,0,0,0,1.77.86,2.36,2.36,0,0,0,1.67-.53,2.53,2.53,0,0,0,.7-1.59Z" />
59
+ <path fill="#222" transform="translate(-10.5 0)"
60
+ d="M177.52,12.05A1.38,1.38,0,0,0,177,11a5.14,5.14,0,0,0-1.78-.77,6.38,6.38,0,0,1-1.9-.79,1.9,1.9,0,0,1-.85-1.6,1.88,1.88,0,0,1,.79-1.55,3.25,3.25,0,0,1,2-.6A3.43,3.43,0,0,1,176.8,6a2.43,2.43,0,0,1,1,.89,2.38,2.38,0,0,1,.36,1.28h-.71a1.73,1.73,0,0,0-.58-1.37,2.26,2.26,0,0,0-1.57-.53,2.52,2.52,0,0,0-1.53.43,1.33,1.33,0,0,0-.56,1.12,1.27,1.27,0,0,0,.51,1,4.75,4.75,0,0,0,1.63.71,7.32,7.32,0,0,1,1.7.63,2.4,2.4,0,0,1,.87.79,2,2,0,0,1,.3,1.09,1.91,1.91,0,0,1-.79,1.58,3.36,3.36,0,0,1-2.08.6,4.07,4.07,0,0,1-1.62-.32,2.5,2.5,0,0,1-1.12-.88,2.33,2.33,0,0,1-.38-1.3H173a1.67,1.67,0,0,0,.66,1.39,2.76,2.76,0,0,0,1.75.51,2.55,2.55,0,0,0,1.56-.43A1.35,1.35,0,0,0,177.52,12.05Z" />
61
+ <path fill="#222" transform="translate(-10.5 0)"
62
+ d="M78.15,11.27V14.1h-2V5.75h3.33a3.79,3.79,0,0,1,1.69.36,2.65,2.65,0,0,1,1.14,1,2.72,2.72,0,0,1,.41,1.48,2.43,2.43,0,0,1-.88,1.95,3.66,3.66,0,0,1-2.4.73Zm0-1.56h1.32a1.23,1.23,0,0,0,.89-.29,1.09,1.09,0,0,0,.3-.82,1.37,1.37,0,0,0-.31-.94,1.11,1.11,0,0,0-.86-.35H78.15Z" />
63
+ <path fill="#222" transform="translate(-10.5 0)"
64
+ d="M86.83,9.38l1.54-3.63h2.17L87.85,11.1v3h-2v-3L83.13,5.75h2.16Z" />
65
+ <path fill="#222" transform="translate(-10.5 0)" d="M97.8,7.31H95.3V14.1h-2V7.31H90.82V5.75h7Z" />
66
+ <path fill="#222" transform="translate(-10.5 0)" d="M105.63,14.1h-2V10.61h-3V14.1h-2V5.75h2V9.07h3V5.75h2Z" />
67
+ <path fill="#222" transform="translate(-10.5 0)"
68
+ d="M114,10.1a5,5,0,0,1-.45,2.16,3.38,3.38,0,0,1-1.29,1.45,3.81,3.81,0,0,1-3.79,0,3.31,3.31,0,0,1-1.29-1.4,4.77,4.77,0,0,1-.49-2.09V9.76a4.77,4.77,0,0,1,.46-2.16,3.26,3.26,0,0,1,1.29-1.45,3.57,3.57,0,0,1,1.91-.51,3.66,3.66,0,0,1,1.89.5,3.48,3.48,0,0,1,1.29,1.44A4.7,4.7,0,0,1,114,9.71Zm-2-.35a3.58,3.58,0,0,0-.41-1.89,1.35,1.35,0,0,0-1.19-.65c-1,0-1.55.76-1.6,2.28v.61a3.57,3.57,0,0,0,.41,1.88,1.32,1.32,0,0,0,1.21.66A1.3,1.3,0,0,0,111.5,12a3.48,3.48,0,0,0,.42-1.87Z" />
69
+ <path fill="#222" transform="translate(-10.5 0)" d="M122,14.1h-2l-3-5.19V14.1h-2V5.75h2l3,5.2V5.75h2Z" />
70
+
71
+ </g>
72
+ </svg>
73
+
74
+ <!-- <text aria-hidden="true" x="1025" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="750">QUT Robotics</text> -->
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="185" height="20" aria-label="powered by robotics toolbox"><clipPath id="prefix__a"><rect width="185" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#prefix__a)"><path fill="#555" d="M0 0h76v20H0z"/><path fill="#86c440" d="M76 0h109v20H76z"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="385" y="140" textLength="630" transform="scale(.1)">powered by</text><text x="1220" y="140" fill="#222" textLength="830" transform="scale(.1)">robotics toolbox</text></g><g fill="#fff"><path fill="none" stroke="#222" stroke-linecap="round" stroke-width="1.6" d="M177.82 5.94l-3.77-2-2 1-1.88 1 2 4.71"/><path fill="none" stroke="#222" stroke-linecap="round" stroke-width="1.6" stroke-linejoin="round" d="M172.17 10.78h3.14l1 1.75h-4.58l-.89 1.75h6.36l.9 1.75h-8.16"/><path fill="#222" d="M178.68 8.48a2.09 2.09 0 00.59-1.5 1.79 1.79 0 00-1.61-1.9A1.74 1.74 0 00176.1 7a2.14 2.14 0 00.59 1.47l.7-1.32a.36.36 0 01.65 0z"/></g></svg>
@@ -0,0 +1,30 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="185" height="20" role="img"
2
+ aria-label="powered by robotics toolbox">
3
+ <title>powered by robotics toolbox</title>
4
+
5
+ <clipPath id="r">
6
+ <rect width="185" height="20" rx="3" fill="#fff" />
7
+ </clipPath>
8
+
9
+ <g clip-path="url(#r)">
10
+ <rect width="76" height="20" fill="#555" />
11
+ <rect x="76" width="109" height="20" fill="#86c440" />
12
+ </g>
13
+
14
+ <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
15
+ text-rendering="geometricPrecision" font-size="110">
16
+ <text x="385" y="140" transform="scale(.1)" fill="#fff" textLength="630">powered by</text>
17
+ <text x="1220" y="140" transform="scale(.1)" fill="#222" textLength="830">robotics toolbox</text>
18
+ </g>
19
+
20
+ <g fill="#fff">
21
+ <path fill="none" stroke="#222" stroke-linecap="round" stroke-width="1.6px" transform="translate(-14.5 0)"
22
+ d="M192.32,5.94l-3.77-2-2,1-1.88,1,2,4.71" />
23
+ <path fill="none" stroke="#222" stroke-linecap="round" stroke-width="1.6px" stroke-linejoin="round"
24
+ transform="translate(-14.5 0)" d="M186.67,10.78h3.14l1,1.75h-4.58l-.89,1.75h6.36l.9,1.75h-8.16" />
25
+ <path fill="#222" transform="translate(-14.5 0)"
26
+ d="M193.18,8.48a2.09,2.09,0,0,0,.59-1.5,1.79,1.79,0,0,0-1.61-1.9A1.74,1.74,0,0,0,190.6,7a2.14,2.14,0,0,0,.59,1.47l.7-1.32a.36.36,0,0,1,.65,0Z" />
27
+ </g>
28
+
29
+
30
+ </svg>
@@ -0,0 +1,137 @@
1
+ # Run tests, coverage, and build docs across all supported platforms
2
+ # Triggers on pushes/PRs to main and the active dev branch.
3
+ #
4
+ # spatialgeometry and swift-sim are installed from GitHub HEAD because the
5
+ # current PyPI releases were compiled against NumPy 1.x and crash under 2.x.
6
+ # Once numpy-2-compatible releases are published, remove those two steps and
7
+ # use plain `pip install .[dev]`.
8
+
9
+ name: CI
10
+
11
+ on:
12
+ push:
13
+ branches: [main, future]
14
+ pull_request:
15
+ branches: [main, future]
16
+
17
+ env:
18
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19
+ MPLBACKEND: Agg
20
+ QT_QPA_PLATFORM: offscreen
21
+
22
+ jobs:
23
+ test-core:
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: actions/checkout@v6
27
+
28
+ - uses: actions/setup-python@v6
29
+ with:
30
+ python-version: "3.12"
31
+ cache: pip
32
+
33
+ - name: Install package (core, no swift)
34
+ run: pip install .[dev]
35
+
36
+ - name: Test (core)
37
+ run: pytest tests/ --ignore=tests/test_blocks.py --timeout=50 --timeout_method=thread -q
38
+
39
+ test:
40
+ runs-on: ${{ matrix.os }}
41
+ strategy:
42
+ fail-fast: false
43
+ matrix:
44
+ os: [ubuntu-latest, windows-latest, macos-latest]
45
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
46
+ exclude:
47
+ - os: windows-latest
48
+ python-version: "3.13"
49
+ steps:
50
+ - uses: actions/checkout@v6
51
+
52
+ - uses: actions/setup-python@v6
53
+ with:
54
+ python-version: ${{ matrix.python-version }}
55
+ cache: pip
56
+
57
+ - name: Shorten TEMP path (Windows — avoids MAX_PATH breach during C++ compile)
58
+ if: runner.os == 'Windows'
59
+ run: |
60
+ New-Item -ItemType Directory -Force -Path C:\T | Out-Null
61
+ "TEMP=C:\T" >> $env:GITHUB_ENV
62
+ "TMP=C:\T" >> $env:GITHUB_ENV
63
+
64
+ - name: Install spatialgeometry + swift from source (NumPy 2 compatible)
65
+ run: |
66
+ pip install "websockets<11"
67
+ pip install git+https://github.com/petercorke/spatialgeometry.git@future
68
+ pip install git+https://github.com/petercorke/swift.git@future
69
+
70
+ - name: Install package
71
+ run: pip install .[dev]
72
+
73
+ - name: Test
74
+ run: pytest tests/ --ignore=tests/test_blocks.py --timeout=50 --timeout_method=thread -q
75
+
76
+ coverage:
77
+ needs: [test-core, test]
78
+ runs-on: ubuntu-latest
79
+ steps:
80
+ - uses: actions/checkout@v6
81
+
82
+ - uses: actions/setup-python@v6
83
+ with:
84
+ python-version: "3.12"
85
+ cache: pip
86
+
87
+ - name: Install spatialgeometry + swift from source (NumPy 2 compatible)
88
+ run: |
89
+ pip install "websockets<11"
90
+ pip install git+https://github.com/petercorke/spatialgeometry.git@future
91
+ pip install git+https://github.com/petercorke/swift.git@future
92
+
93
+ - name: Install package
94
+ run: pip install .[dev]
95
+
96
+ - name: Run coverage
97
+ run: pytest tests/ --ignore=tests/test_blocks.py --cov=src/roboticstoolbox --cov-report=xml:coverage.xml -q
98
+
99
+ - uses: codecov/codecov-action@v6
100
+ with:
101
+ files: ./coverage.xml
102
+
103
+ docs:
104
+ needs: [test-core, test]
105
+ runs-on: ubuntu-latest
106
+ steps:
107
+ - uses: actions/checkout@v6
108
+
109
+ - uses: actions/setup-python@v6
110
+ with:
111
+ python-version: "3.12"
112
+ cache: pip
113
+
114
+ - name: Install spatialgeometry + swift from source (NumPy 2 compatible)
115
+ run: |
116
+ pip install "websockets<11"
117
+ pip install git+https://github.com/petercorke/spatialgeometry.git@future
118
+ pip install git+https://github.com/petercorke/swift.git@future
119
+
120
+ - name: Install docs dependencies
121
+ run: |
122
+ pip install .[docs]
123
+ pip install git+https://github.com/petercorke/sphinx-autorun.git sympy
124
+ sudo apt-get install -y graphviz
125
+
126
+ - name: Build docs
127
+ # TODO: add -W once warning count reaches zero
128
+ run: |
129
+ cd docs && make SPHINXOPTS="--keep-going" html
130
+ touch build/html/.nojekyll
131
+
132
+ - name: Deploy to GitHub Pages
133
+ uses: peaceiris/actions-gh-pages@v4
134
+ if: github.ref == 'refs/heads/main'
135
+ with:
136
+ github_token: ${{ secrets.GITHUB_TOKEN }}
137
+ publish_dir: docs/build/html
@@ -0,0 +1,44 @@
1
+ name: Lint PR title
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, edited, synchronize, reopened]
6
+
7
+ jobs:
8
+ commitlint:
9
+ name: Check PR title (Conventional Commits)
10
+ runs-on: ubuntu-latest
11
+ # Dependabot and release-please manage their own titles — skip them.
12
+ if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }}
13
+ steps:
14
+ - uses: amannn/action-semantic-pull-request@v5
15
+ env:
16
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
+ with:
18
+ # Types allowed — extend as needed
19
+ types: |
20
+ feat
21
+ fix
22
+ docs
23
+ style
24
+ refactor
25
+ perf
26
+ test
27
+ build
28
+ ci
29
+ chore
30
+ revert
31
+ deps
32
+ # Scopes are optional but if provided must match this list.
33
+ # Remove this block to allow any scope.
34
+ # scopes: |
35
+ # robot
36
+ # mobile
37
+ # ik
38
+ # models
39
+ # deps
40
+ requireScope: false
41
+ # release-please opens PRs like "chore: release 1.2.1" — allow those through
42
+ ignoreLabels: |
43
+ autorelease: pending
44
+ autorelease: tagged
@@ -0,0 +1,18 @@
1
+ name: Release Please
2
+
3
+ on:
4
+ push:
5
+ branches: [main]
6
+
7
+ permissions:
8
+ contents: write
9
+ pull-requests: write
10
+
11
+ jobs:
12
+ release-please:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: googleapis/release-please-action@v4
16
+ with:
17
+ config-file: release-please-config.json
18
+ manifest-file: .release-please-manifest.json