roboticstoolbox-python 1.1.0__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.
- roboticstoolbox_python-1.3.0/.gitattributes +6 -0
- roboticstoolbox_python-1.3.0/.github/CONTRIBUTING.md +35 -0
- roboticstoolbox_python-1.3.0/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- roboticstoolbox_python-1.3.0/.github/Makefile +44 -0
- roboticstoolbox_python-1.3.0/.github/dependabot.yml +8 -0
- roboticstoolbox_python-1.3.0/.github/pull_request_template.md +11 -0
- roboticstoolbox_python-1.3.0/.github/svg/pr_powered.min.svg +1 -0
- roboticstoolbox_python-1.3.0/.github/svg/pr_powered.svg +19 -0
- roboticstoolbox_python-1.3.0/.github/svg/py_collection.min.svg +1 -0
- roboticstoolbox_python-1.3.0/.github/svg/py_collection.svg +43 -0
- roboticstoolbox_python-1.3.0/.github/svg/py_collection_w.min.svg +1 -0
- roboticstoolbox_python-1.3.0/.github/svg/py_collection_w.svg +74 -0
- roboticstoolbox_python-1.3.0/.github/svg/rtb_powered.min.svg +1 -0
- roboticstoolbox_python-1.3.0/.github/svg/rtb_powered.svg +30 -0
- roboticstoolbox_python-1.3.0/.github/workflows/ci.yml +137 -0
- roboticstoolbox_python-1.3.0/.github/workflows/commitlint.yml +44 -0
- roboticstoolbox_python-1.3.0/.github/workflows/release-please.yml +18 -0
- roboticstoolbox_python-1.3.0/.github/workflows/release.yml +168 -0
- roboticstoolbox_python-1.3.0/.gitignore +188 -0
- roboticstoolbox_python-1.3.0/.pre-commit-config.yaml +22 -0
- roboticstoolbox_python-1.3.0/.release-please-manifest.json +3 -0
- roboticstoolbox_python-1.3.0/CHANGELOG.md +13 -0
- roboticstoolbox_python-1.3.0/CMakeLists.txt +36 -0
- roboticstoolbox_python-1.3.0/Makefile +95 -0
- roboticstoolbox_python-1.3.0/PKG-INFO +552 -0
- roboticstoolbox_python-1.3.0/README.md +467 -0
- roboticstoolbox_python-1.3.0/docs/Makefile +24 -0
- roboticstoolbox_python-1.3.0/docs/figs/RTBDataLogo.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/RobToolBox_RoundLogoB.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/UR-lineup.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/broadcasting.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/falling_puma.gif +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/holistic_youtube.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/link-frames.ezdraw +35421 -0
- roboticstoolbox_python-1.3.0/docs/figs/link-frames.svg +830 -0
- roboticstoolbox_python-1.3.0/docs/figs/mmc_youtube.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/multirotorplot.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/neo_youtube.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/noodle+ellipsoid.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/panda-graph.svg +1050 -0
- roboticstoolbox_python-1.3.0/docs/figs/panda1.gif +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/panda2.gif +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/panda3.gif +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/pose-values.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/puma_sitting.gif +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/rvc4_4.gif +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/swift.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/vmc_youtube.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/vp_ss_0000-2.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/vpython_puma.png +0 -0
- roboticstoolbox_python-1.3.0/docs/figs/vpython_puma_animation.gif +0 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/Makefile +10 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/branched-robot.ipynb +538 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/dynamics.ipynb +5448 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/dynamics.py +200 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/ets.ipynb +1528 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/figs/spong-2link.png +0 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/graphics-test.ipynb +66 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/icra2021.ipynb +4119 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/ik_benchmark.ipynb +302 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/iros2020-workshop.ipynb +2044 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/kinematics.ipynb +3498 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/symbolic.ipynb +1107 -0
- roboticstoolbox_python-1.3.0/docs/notebooks/two-link-dynamics.ipynb +462 -0
- roboticstoolbox_python-1.3.0/docs/source/IK/ik.rst +261 -0
- roboticstoolbox_python-1.3.0/docs/source/IK/ik_gn.rst +25 -0
- roboticstoolbox_python-1.3.0/docs/source/IK/ik_lm.rst +25 -0
- roboticstoolbox_python-1.3.0/docs/source/IK/ik_nr.rst +25 -0
- roboticstoolbox_python-1.3.0/docs/source/IK/ik_qp.rst +25 -0
- roboticstoolbox_python-1.3.0/docs/source/IK/iksolution.rst +4 -0
- roboticstoolbox_python-1.3.0/docs/source/IK/iksolver.rst +25 -0
- roboticstoolbox_python-1.3.0/docs/source/_static/android-chrome-192x192.png +0 -0
- roboticstoolbox_python-1.3.0/docs/source/_static/android-chrome-512x512.png +0 -0
- roboticstoolbox_python-1.3.0/docs/source/_static/apple-touch-icon.png +0 -0
- roboticstoolbox_python-1.3.0/docs/source/_static/css/custom.css +15 -0
- roboticstoolbox_python-1.3.0/docs/source/_static/favicon-16x16.png +0 -0
- roboticstoolbox_python-1.3.0/docs/source/_static/favicon-32x32.png +0 -0
- roboticstoolbox_python-1.3.0/docs/source/_static/favicon.ico +0 -0
- roboticstoolbox_python-1.3.0/docs/source/_templates/autosummary/method.rst +7 -0
- roboticstoolbox_python-1.3.0/docs/source/arm.rst +11 -0
- roboticstoolbox_python-1.3.0/docs/source/arm_backend.rst +10 -0
- roboticstoolbox_python-1.3.0/docs/source/arm_backend_pyplot.rst +8 -0
- roboticstoolbox_python-1.3.0/docs/source/arm_dh.rst +85 -0
- roboticstoolbox_python-1.3.0/docs/source/arm_erobot.rst +73 -0
- roboticstoolbox_python-1.3.0/docs/source/arm_ets.rst +85 -0
- roboticstoolbox_python-1.3.0/docs/source/arm_models.rst +10 -0
- roboticstoolbox_python-1.3.0/docs/source/arm_superclass.rst +44 -0
- roboticstoolbox_python-1.3.0/docs/source/arm_trajectory.rst +10 -0
- roboticstoolbox_python-1.3.0/docs/source/blocks-arm.rst +13 -0
- roboticstoolbox_python-1.3.0/docs/source/blocks-mobile.rst +14 -0
- roboticstoolbox_python-1.3.0/docs/source/blocks-spatial.rst +13 -0
- roboticstoolbox_python-1.3.0/docs/source/blocks-uav.rst +13 -0
- roboticstoolbox_python-1.3.0/docs/source/blocks.rst +17 -0
- roboticstoolbox_python-1.3.0/docs/source/conf.py +231 -0
- roboticstoolbox_python-1.3.0/docs/source/exts/blockname.py +51 -0
- roboticstoolbox_python-1.3.0/docs/source/exts/format_example.py +66 -0
- roboticstoolbox_python-1.3.0/docs/source/figs/animate.gif +0 -0
- roboticstoolbox_python-1.3.0/docs/source/figs/fig1.png +0 -0
- roboticstoolbox_python-1.3.0/docs/source/figs/transforms2d.png +0 -0
- roboticstoolbox_python-1.3.0/docs/source/figs/transforms3d.png +0 -0
- roboticstoolbox_python-1.3.0/docs/source/index.rst +16 -0
- roboticstoolbox_python-1.3.0/docs/source/intro.rst +780 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-SLAM.rst +59 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-drivers.rst +26 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-planner-base.rst +26 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-planner-continuous.rst +80 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-planner-discrete.rst +44 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-planner-map.rst +36 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-planner.rst +36 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-reactive.rst +12 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-animation.rst +42 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-base.rst +8 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-bicycle.rst +9 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-diffsteer.rst +9 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-unicycle.rst +9 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle-vehicle.rst +11 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile-vehicle.rst +18 -0
- roboticstoolbox_python-1.3.0/docs/source/mobile.rst +17 -0
- roboticstoolbox_python-1.3.0/examples/RRMC.py +36 -0
- roboticstoolbox_python-1.3.0/examples/RRMC_swift.py +30 -0
- roboticstoolbox_python-1.3.0/examples/baur.py +94 -0
- roboticstoolbox_python-1.3.0/examples/branched_robot.py +79 -0
- roboticstoolbox_python-1.3.0/examples/eigdemo.py +105 -0
- roboticstoolbox_python-1.3.0/examples/holistic_mm_non_holonomic.py +123 -0
- roboticstoolbox_python-1.3.0/examples/holistic_mm_omni.py +123 -0
- roboticstoolbox_python-1.3.0/examples/ikine_evaluate.py +111 -0
- roboticstoolbox_python-1.3.0/examples/ikine_evaluate2.py +94 -0
- roboticstoolbox_python-1.3.0/examples/mmc.py +98 -0
- roboticstoolbox_python-1.3.0/examples/neo.py +144 -0
- roboticstoolbox_python-1.3.0/examples/park.py +68 -0
- roboticstoolbox_python-1.3.0/examples/plot.py +20 -0
- roboticstoolbox_python-1.3.0/examples/readme.py +37 -0
- roboticstoolbox_python-1.3.0/examples/swift_recording.py +120 -0
- roboticstoolbox_python-1.3.0/examples/teach_swift.py +58 -0
- roboticstoolbox_python-1.3.0/examples/test.py +262 -0
- roboticstoolbox_python-1.3.0/examples/tripleangledemo.py +236 -0
- roboticstoolbox_python-1.3.0/examples/twistdemo.py +172 -0
- roboticstoolbox_python-1.3.0/pyproject.toml +185 -0
- roboticstoolbox_python-1.3.0/release-please-config.json +64 -0
- roboticstoolbox_python-1.3.0/rtb-data/README.md +50 -0
- roboticstoolbox_python-1.3.0/setup.py +46 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/__init__.py +104 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Connector.py +107 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/README.md +9 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel.json +581 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_io.py +450 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/LICENSE +201 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/README.md +28 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/ReleaseNote.md +181 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/__init__.py +27 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_bulk_read.py +163 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_bulk_write.py +109 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_sync_read.py +166 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/group_sync_write.py +99 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/packet_handler.py +33 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/port_handler.py +155 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/protocol1_packet_handler.py +548 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/protocol2_packet_handler.py +1080 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dynamixel_sdk/robotis_def.py +75 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/Dynamixel/dyndata.py +121 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/EllipsePlot.py +253 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/PyPlot.py +769 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/PyPlot2.py +526 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/README.md +67 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/RobotPlot2.py +123 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/PyPlot/__init__.py +4 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/ROS/ROS.py +129 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/ROS/__init__.py +3 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/__init__.py +39 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/backends/swift/__init__.py +26 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/bin/rtbtool.py +307 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/armplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/bicycle.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/camera.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/circlepath.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/coriolis.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/ctraj.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/delta2tr.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/diffsteer.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/fdyn.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/fdynx.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/fkine.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/gravload.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/idyn.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/idynx.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/ikine.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/inertia.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/jacobian.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/jtraj.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/lspb.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/multirotor.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/multirotormixer.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/multirotorplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/point2tr.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/tr2delta.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/tr2t.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/unicycle.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/250x250/vehicleplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/armplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/bicycle.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/camera.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/circlepath.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/coriolis.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/delta2tr.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/diffsteer.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/fdyn.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/fdynx.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/fkine.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/gravload.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/idyn.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/idynx.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/ikine.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/inertia.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/jacobian.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/jtraj.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/lspb.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/multirotor.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/multirotormixer.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/multirotorplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/point2tr.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/tr2delta.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/tr2t.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/unicycle.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/50x50/vehicleplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/armplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/bicycle.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/camera.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/circlepath.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/coriolis.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/ctraj.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/delta2tr.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/diffsteer.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/fdyn.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/fdynx.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/fkine.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/gravload.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/idyn.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/idynx.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/ikine.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/inertia.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/jacobian.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/jtraj.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/lspb.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/multirotor.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/multirotormixer.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/multirotorplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/point2tr.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/tr2delta.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/tr2t.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/unicycle.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/Icons/vehicleplot.png +0 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/README.md +43 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/arm.py +1587 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/mobile.py +500 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/spatial.py +245 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/blocks/uav.py +949 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/core/frne.c +351 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/core/ik.cpp +301 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/core/methods.cpp +372 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/Animations.py +485 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/CurvaturePolyPlanner.py +179 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/DistanceTransformPlanner.py +395 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/DstarPlanner.py +591 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/DubinsPlanner.py +474 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/EKF.py +1617 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/LatticePlanner.py +419 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/OccGrid.py +613 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/PRMPlanner.py +348 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/ParticleFilter.py +706 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/PlannerBase.py +1009 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/PoseGraph.py +544 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/QuinticPolyPlanner.py +349 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/RRTPlanner.py +359 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/ReedsSheppPlanner.py +545 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/Vehicle.py +1909 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/drivers.py +390 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/mobile/sensors.py +771 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/AL5D.py +121 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Ball.py +87 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Baxter.py +91 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Coil.py +80 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Hyper.py +83 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Hyper3d.py +85 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/IRB140.py +159 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Jaco.py +102 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/KR5.py +112 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/LWR4.py +85 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Mico.py +102 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Orion5.py +91 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/P8.py +80 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Panda.py +178 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Planar2.py +69 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Planar3.py +51 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Puma560.py +326 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/README.md +216 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Sawyer.py +85 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/Stanford.py +147 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/TwoLink.py +109 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/UR10.py +124 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/UR3.py +98 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/UR5.py +98 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/DH/__init__.py +52 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Frankie.py +90 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Omni.py +74 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Panda.py +69 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Planar2.py +49 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Planar_Y.py +65 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/Puma560.py +69 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/ETS/XYPanda.py +84 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/README.md +9 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/AL5D.py +54 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Fetch.py +70 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/FetchCamera.py +71 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Frankie.py +75 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/KinovaGen3.py +71 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/LBR.py +59 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Mico.py +68 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/PR2.py +64 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Panda.py +67 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Puma560.py +97 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/UR10.py +53 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/UR3.py +53 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/UR5.py +74 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/Valkyrie.py +84 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/YuMi.py +109 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/px100.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/px150.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/rx150.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/rx200.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/vx300.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/vx300s.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/wx200.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/wx250.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/URDF/wx250s.py +56 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/models/list.py +119 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/BaseRobot.py +3133 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/DHFactor.py +522 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/DHLink.py +981 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/DHRobot.py +2520 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/Dynamics.py +1620 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/ET.py +1097 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/ETS.py +3542 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/Gripper.py +282 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/IK.py +1522 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/Link.py +1698 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/PoERobot.py +348 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/Robot.py +2100 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/RobotKinematics.py +1725 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/robot/RobotProto.py +92 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/DHFactor.py +375 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/Ticker.py +53 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/data.py +187 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/jsingu.py +51 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/null.py +48 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/numerical.py +96 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/p_servo.py +106 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/params.py +11 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/plot.py +109 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/trajectory.py +1152 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/types.py +13 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/__init__.py +45 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/tests/data/ur5.urdf +341 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/tests/test_urdf.py +116 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/urdf.py +1976 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/urdf/utils.py +50 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/__init__.py +1148 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/cli.py +128 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/color.py +66 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/CMakeLists.txt +4 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/broken.xacro +1 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/emoji.xacro +5 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/include1.xacro +4 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/include1.xml +1 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/include2.xacro +4 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/include2.xml +1 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/README +4 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.gazebo.xacro +59 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.transmission.xacro +24 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/base_v0/base.urdf.xacro +264 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/common.xacro +71 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.gazebo.xacro +36 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.transmission.xacro +20 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/forearm_v0/forearm.urdf.xacro +130 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/gazebo/gazebo.urdf.xacro +24 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.gazebo.xacro +288 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.transmission.xacro +50 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/gripper_v0/gripper.urdf.xacro +374 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.gazebo.xacro +16 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.transmission.xacro +34 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/head_v0/head.urdf.xacro +147 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/materials.urdf.xacro +52 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/pr2.urdf.xacro +157 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/pr2_1.11.4.xml +3781 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/double_stereo_camera.gazebo.xacro +16 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/double_stereo_camera.urdf.xacro +61 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/head_sensor_package.gazebo.xacro +20 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/head_sensor_package.urdf.xacro +63 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/hokuyo_lx30_laser.gazebo.xacro +39 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/hokuyo_lx30_laser.urdf.xacro +27 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_camera.gazebo.xacro +87 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_camera.urdf.xacro +55 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_prosilica_camera.gazebo.xacro +193 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/kinect_prosilica_camera.urdf.xacro +181 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/microstrain_3dmgx2_imu.gazebo.xacro +20 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/microstrain_3dmgx2_imu.urdf.xacro +25 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/projector_wg6802418.gazebo.xacro +31 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/projector_wg6802418.urdf.xacro +42 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/prosilica_gc2450_camera.gazebo.xacro +43 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/prosilica_gc2450_camera.urdf.xacro +49 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/stereo_camera.gazebo.xacro +23 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/stereo_camera.urdf.xacro +71 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/wge100_camera.gazebo.xacro +46 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/sensors/wge100_camera.urdf.xacro +47 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.gazebo.xacro +40 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.transmission.xacro +35 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/shoulder_v0/shoulder.urdf.xacro +167 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.gazebo.xacro +11 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.transmission.xacro +14 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/tilting_laser_v0/tilting_laser.urdf.xacro +60 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.gazebo.xacro +37 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.transmission.xacro +22 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/torso_v0/torso.urdf.xacro +122 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.gazebo.xacro +39 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.transmission.xacro +28 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/robots/pr2/upper_arm_v0/upper_arm.urdf.xacro +173 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/settings.yaml +9 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/subdir/foo.xacro +3 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/subdir/include-recursive.xacro +5 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/subdir/include1.xml +1 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/tests/test_xacro.py +1418 -0
- roboticstoolbox_python-1.3.0/src/roboticstoolbox/tools/xacro/xmlutils.py +152 -0
- roboticstoolbox_python-1.3.0/src/spatialgeometry/__init__.py +32 -0
- roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/CollisionShape.py +419 -0
- roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/SceneGroup.py +26 -0
- roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/SceneNode.py +315 -0
- roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/Shape.py +420 -0
- roboticstoolbox_python-1.3.0/src/spatialgeometry/geom/__init__.py +26 -0
- roboticstoolbox_python-1.3.0/src/spatialgeometry/scene.py +107 -0
- roboticstoolbox_python-1.3.0/src/spatialgeometry/tools/stdout_supress.py +302 -0
- roboticstoolbox_python-1.3.0/tests/LocnTest.m +244 -0
- roboticstoolbox_python-1.3.0/tests/__init__.py +0 -0
- roboticstoolbox_python-1.3.0/tests/examples.py +18 -0
- roboticstoolbox_python-1.3.0/tests/marks.py +29 -0
- roboticstoolbox_python-1.3.0/tests/test_BaseRobot.py +631 -0
- roboticstoolbox_python-1.3.0/tests/test_CustomXacro.py +66 -0
- roboticstoolbox_python-1.3.0/tests/test_DHRobot.py +1547 -0
- roboticstoolbox_python-1.3.0/tests/test_ELink.py +359 -0
- roboticstoolbox_python-1.3.0/tests/test_ERobot.py +341 -0
- roboticstoolbox_python-1.3.0/tests/test_ET.py +358 -0
- roboticstoolbox_python-1.3.0/tests/test_ETS.py +4372 -0
- roboticstoolbox_python-1.3.0/tests/test_ETS2.py +464 -0
- roboticstoolbox_python-1.3.0/tests/test_IK.py +851 -0
- roboticstoolbox_python-1.3.0/tests/test_Link.py +207 -0
- roboticstoolbox_python-1.3.0/tests/test_PoERobot.py +78 -0
- roboticstoolbox_python-1.3.0/tests/test_PyPlot.py +74 -0
- roboticstoolbox_python-1.3.0/tests/test_PyPlot2.py +49 -0
- roboticstoolbox_python-1.3.0/tests/test_Robot.py +1463 -0
- roboticstoolbox_python-1.3.0/tests/test_Ticker.py +20 -0
- roboticstoolbox_python-1.3.0/tests/test_blocks.py +421 -0
- roboticstoolbox_python-1.3.0/tests/test_mobile.py +595 -0
- roboticstoolbox_python-1.3.0/tests/test_mobile_planner.py +186 -0
- roboticstoolbox_python-1.3.0/tests/test_models.py +147 -0
- roboticstoolbox_python-1.3.0/tests/test_smoke.py +27 -0
- roboticstoolbox_python-1.3.0/tests/test_trajectory.py +831 -0
- roboticstoolbox-python-1.1.0/PKG-INFO +0 -420
- roboticstoolbox-python-1.1.0/README.md +0 -374
- roboticstoolbox-python-1.1.0/pyproject.toml +0 -204
- roboticstoolbox-python-1.1.0/roboticstoolbox/__init__.py +0 -103
- roboticstoolbox-python-1.1.0/roboticstoolbox/backends/Connector.py +0 -108
- roboticstoolbox-python-1.1.0/roboticstoolbox/backends/PyPlot/EllipsePlot.py +0 -203
- roboticstoolbox-python-1.1.0/roboticstoolbox/backends/PyPlot/PyPlot.py +0 -608
- roboticstoolbox-python-1.1.0/roboticstoolbox/backends/PyPlot/PyPlot2.py +0 -385
- roboticstoolbox-python-1.1.0/roboticstoolbox/backends/PyPlot/RobotPlot2.py +0 -124
- roboticstoolbox-python-1.1.0/roboticstoolbox/backends/PyPlot/__init__.py +0 -7
- roboticstoolbox-python-1.1.0/roboticstoolbox/backends/swift/__init__.py +0 -19
- roboticstoolbox-python-1.1.0/roboticstoolbox/bin/rtbtool.py +0 -278
- roboticstoolbox-python-1.1.0/roboticstoolbox/blocks/arm.py +0 -1572
- roboticstoolbox-python-1.1.0/roboticstoolbox/blocks/mobile.py +0 -478
- roboticstoolbox-python-1.1.0/roboticstoolbox/blocks/spatial.py +0 -247
- roboticstoolbox-python-1.1.0/roboticstoolbox/blocks/uav.py +0 -945
- roboticstoolbox-python-1.1.0/roboticstoolbox/core/frne.c +0 -343
- roboticstoolbox-python-1.1.0/roboticstoolbox/core/ik.cpp +0 -722
- roboticstoolbox-python-1.1.0/roboticstoolbox/core/methods.cpp +0 -372
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/RRMC.py +0 -37
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/RRMC_swift.py +0 -31
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/baur.py +0 -93
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/branched_robot.py +0 -80
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/eigdemo.py +0 -104
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/holistic_mm_non_holonomic.py +0 -124
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/holistic_mm_omni.py +0 -124
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/ikine_evaluate.py +0 -103
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/ikine_evaluate2.py +0 -89
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/mmc.py +0 -99
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/neo.py +0 -145
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/park.py +0 -71
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/plot.py +0 -20
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/readme.py +0 -37
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/swift_recording.py +0 -121
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/teach_swift.py +0 -59
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/test.py +0 -25
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/tripleangledemo.py +0 -236
- roboticstoolbox-python-1.1.0/roboticstoolbox/examples/twistdemo.py +0 -137
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/Animations.py +0 -472
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/CurvaturePolyPlanner.py +0 -179
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/DistanceTransformPlanner.py +0 -392
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/DstarPlanner.py +0 -590
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/DubinsPlanner.py +0 -473
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/EKF.py +0 -1618
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/LatticePlanner.py +0 -410
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/OccGrid.py +0 -614
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/PRMPlanner.py +0 -336
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/ParticleFilter.py +0 -706
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/PlannerBase.py +0 -1005
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/PoseGraph.py +0 -539
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/QuinticPolyPlanner.py +0 -353
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/RRTPlanner.py +0 -349
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/ReedsSheppPlanner.py +0 -559
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/Vehicle.py +0 -1374
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/drivers.py +0 -300
- roboticstoolbox-python-1.1.0/roboticstoolbox/mobile/sensors.py +0 -772
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/AL5D.py +0 -122
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Ball.py +0 -88
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Baxter.py +0 -92
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Coil.py +0 -81
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Hyper.py +0 -85
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Hyper3d.py +0 -86
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/IRB140.py +0 -154
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Jaco.py +0 -103
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/KR5.py +0 -103
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/LWR4.py +0 -86
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Mico.py +0 -103
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Orion5.py +0 -92
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/P8.py +0 -81
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Panda.py +0 -179
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Planar2.py +0 -70
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Planar3.py +0 -52
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Puma560.py +0 -328
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Sawyer.py +0 -86
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/Stanford.py +0 -148
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/TwoLink.py +0 -109
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/UR10.py +0 -99
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/UR3.py +0 -99
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/UR5.py +0 -99
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/DH/__init__.py +0 -52
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/ETS/Frankie.py +0 -91
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/ETS/Omni.py +0 -75
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/ETS/Panda.py +0 -70
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/ETS/Planar2.py +0 -50
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/ETS/Planar_Y.py +0 -66
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/ETS/Puma560.py +0 -70
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/ETS/XYPanda.py +0 -85
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/AL5D.py +0 -55
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/Fetch.py +0 -71
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/FetchCamera.py +0 -72
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/Frankie.py +0 -76
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/KinovaGen3.py +0 -60
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/LBR.py +0 -60
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/Mico.py +0 -69
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/PR2.py +0 -65
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/Panda.py +0 -68
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/Puma560.py +0 -98
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/UR10.py +0 -54
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/UR3.py +0 -54
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/UR5.py +0 -75
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/Valkyrie.py +0 -85
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/YuMi.py +0 -110
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/px100.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/px150.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/rx150.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/rx200.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/vx300.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/vx300s.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/wx200.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/wx250.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/URDF/wx250s.py +0 -57
- roboticstoolbox-python-1.1.0/roboticstoolbox/models/list.py +0 -118
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/BaseRobot.py +0 -3090
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/DHFactor.py +0 -523
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/DHLink.py +0 -982
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/DHRobot.py +0 -2520
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/Dynamics.py +0 -1633
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/ET.py +0 -1097
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/ETS.py +0 -3489
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/Gripper.py +0 -283
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/IK.py +0 -1521
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/Link.py +0 -1706
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/PoERobot.py +0 -207
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/Robot.py +0 -2010
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/RobotKinematics.py +0 -1696
- roboticstoolbox-python-1.1.0/roboticstoolbox/robot/RobotProto.py +0 -113
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/DHFactor.py +0 -343
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/Ticker.py +0 -54
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/data.py +0 -164
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/jsingu.py +0 -50
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/null.py +0 -48
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/numerical.py +0 -93
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/p_servo.py +0 -105
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/params.py +0 -10
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/plot.py +0 -109
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/trajectory.py +0 -1154
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/types.py +0 -13
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/urdf/__init__.py +0 -15
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/urdf/urdf.py +0 -1973
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/urdf/utils.py +0 -50
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/xacro/__init__.py +0 -1102
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/xacro/cli.py +0 -109
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/xacro/color.py +0 -66
- roboticstoolbox-python-1.1.0/roboticstoolbox/tools/xacro/xmlutils.py +0 -146
- roboticstoolbox-python-1.1.0/roboticstoolbox_python.egg-info/PKG-INFO +0 -420
- roboticstoolbox-python-1.1.0/roboticstoolbox_python.egg-info/SOURCES.txt +0 -564
- roboticstoolbox-python-1.1.0/roboticstoolbox_python.egg-info/dependency_links.txt +0 -1
- roboticstoolbox-python-1.1.0/roboticstoolbox_python.egg-info/entry_points.txt +0 -5
- roboticstoolbox-python-1.1.0/roboticstoolbox_python.egg-info/requires.txt +0 -33
- roboticstoolbox-python-1.1.0/roboticstoolbox_python.egg-info/top_level.txt +0 -1
- roboticstoolbox-python-1.1.0/setup.cfg +0 -4
- roboticstoolbox-python-1.1.0/setup.py +0 -46
- roboticstoolbox-python-1.1.0/tests/test_BaseRobot.py +0 -631
- roboticstoolbox-python-1.1.0/tests/test_CustomXacro.py +0 -67
- roboticstoolbox-python-1.1.0/tests/test_DHRobot.py +0 -1513
- roboticstoolbox-python-1.1.0/tests/test_ELink.py +0 -353
- roboticstoolbox-python-1.1.0/tests/test_ERobot.py +0 -223
- roboticstoolbox-python-1.1.0/tests/test_ET.py +0 -359
- roboticstoolbox-python-1.1.0/tests/test_ETS.py +0 -4371
- roboticstoolbox-python-1.1.0/tests/test_ETS2.py +0 -466
- roboticstoolbox-python-1.1.0/tests/test_IK.py +0 -846
- roboticstoolbox-python-1.1.0/tests/test_Link.py +0 -208
- roboticstoolbox-python-1.1.0/tests/test_PyPlot.py +0 -50
- roboticstoolbox-python-1.1.0/tests/test_PyPlot2.py +0 -45
- roboticstoolbox-python-1.1.0/tests/test_Robot.py +0 -1460
- roboticstoolbox-python-1.1.0/tests/test_Ticker.py +0 -21
- roboticstoolbox-python-1.1.0/tests/test_blocks.py +0 -417
- roboticstoolbox-python-1.1.0/tests/test_mobile.py +0 -576
- roboticstoolbox-python-1.1.0/tests/test_mobile_planner.py +0 -177
- roboticstoolbox-python-1.1.0/tests/test_models.py +0 -146
- roboticstoolbox-python-1.1.0/tests/test_trajectory.py +0 -612
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0}/LICENSE +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox/backends → roboticstoolbox_python-1.3.0/examples}/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/fetch_vision.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/icra2021.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/ik_exp.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/ik_speed.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/mexican-wave.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/mobile.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/plot_swift.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/puma_fdyn.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/puma_jtraj.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/puma_swift.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/robots.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/teach.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox → roboticstoolbox_python-1.3.0}/examples/vehicle1.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/backends/PyPlot/RobotPlot.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/bin/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/blocks/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/blocks/quad_model.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Cholesky +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/CholmodSupport +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Core +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Dense +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Eigen +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Eigenvalues +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Geometry +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Householder +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/IterativeLinearSolvers +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Jacobi +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/KLUSupport +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/LU +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/MetisSupport +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/OrderingMethods +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/PaStiXSupport +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/PardisoSupport +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/QR +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/QtAlignedMalloc +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SPQRSupport +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SVD +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/Sparse +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SparseCholesky +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SparseCore +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SparseLU +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SparseQR +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/StdDeque +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/StdList +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/StdVector +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/SuperLUSupport +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/UmfPackSupport +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Cholesky/LDLT.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Cholesky/LLT.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Cholesky/LLT_LAPACKE.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/CholmodSupport/CholmodSupport.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ArithmeticSequence.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Array.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ArrayBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ArrayWrapper.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Assign.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/AssignEvaluator.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Assign_MKL.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/BandMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Block.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/BooleanRedux.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CommaInitializer.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ConditionEstimator.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CoreEvaluators.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CoreIterators.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseBinaryOp.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseNullaryOp.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseTernaryOp.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseUnaryOp.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/CwiseUnaryView.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DenseBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DenseCoeffsBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DenseStorage.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Diagonal.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DiagonalMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/DiagonalProduct.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Dot.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/EigenBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ForceAlignedAccess.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Fuzzy.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/GeneralProduct.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/GenericPacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/GlobalFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/IO.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/IndexedView.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Inverse.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Map.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/MapBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/MathFunctionsImpl.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Matrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/MatrixBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/NestByValue.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/NoAlias.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/NumTraits.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/PartialReduxEvaluator.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/PermutationMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/PlainObjectBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Product.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ProductEvaluators.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Random.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Redux.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Ref.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Replicate.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Reshaped.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/ReturnByValue.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Reverse.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Select.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/SelfAdjointView.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/SelfCwiseBinaryOp.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Solve.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/SolveTriangular.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/SolverBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/StableNorm.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/StlIterators.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Stride.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Swap.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Transpose.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Transpositions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/TriangularMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/VectorBlock.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/VectorwiseOp.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/Visitor.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX/Complex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX/TypeCasting.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX512/Complex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX512/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX512/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AVX512/TypeCasting.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/Complex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/AltiVec/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/CUDA/Complex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/BFloat16.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/ConjHelper.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/Half.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/Settings.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/Default/TypeCasting.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/GPU/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/GPU/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/GPU/TypeCasting.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/HIP/hcc/math_constants.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/MSA/Complex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/MSA/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/MSA/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/Complex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/NEON/TypeCasting.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SSE/Complex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SSE/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SSE/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SSE/TypeCasting.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SVE/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SVE/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SVE/TypeCasting.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/InteropHeaders.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/SYCL/TypeCasting.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/ZVector/Complex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/ZVector/MathFunctions.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/arch/ZVector/PacketMath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/AssignmentFunctors.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/BinaryFunctors.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/NullaryFunctors.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/StlFunctors.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/TernaryFunctors.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/functors/UnaryFunctors.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralBlockPanelKernel.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixVector.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/Parallelizer.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixVector.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointProduct.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/SelfadjointRank2Update.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixVector.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/products/TriangularSolverVector.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/BlasUtil.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/ConfigureVectorization.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/Constants.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/DisableStupidWarnings.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/ForwardDeclarations.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/IndexedViewHelper.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/IntegralConstant.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/MKL_support.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/Macros.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/Memory.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/Meta.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/NonMPL2.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/ReenableStupidWarnings.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/ReshapedHelper.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/StaticAssert.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/SymbolicIndex.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Core/util/XprHelper.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexEigenSolver.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexSchur.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/EigenSolver.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/HessenbergDecomposition.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/RealQZ.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/RealSchur.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Eigenvalues/Tridiagonalization.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/AlignedBox.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/AngleAxis.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/EulerAngles.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Homogeneous.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Hyperplane.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/OrthoMethods.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/ParametrizedLine.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Quaternion.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Rotation2D.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/RotationBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Scaling.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Transform.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Translation.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/Umeyama.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Geometry/arch/Geometry_SIMD.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Householder/BlockHouseholder.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Householder/Householder.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Householder/HouseholderSequence.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/Jacobi/Jacobi.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/KLUSupport/KLUSupport.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/Determinant.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/FullPivLU.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/InverseImpl.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/PartialPivLU.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/PartialPivLU_LAPACKE.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/LU/arch/InverseSize4.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/MetisSupport/MetisSupport.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/OrderingMethods/Amd.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/OrderingMethods/Eigen_Colamd.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/OrderingMethods/Ordering.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/PaStiXSupport/PaStiXSupport.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/PardisoSupport/PardisoSupport.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/ColPivHouseholderQR.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/CompleteOrthogonalDecomposition.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/FullPivHouseholderQR.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/HouseholderQR.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/QR/HouseholderQR_LAPACKE.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/BDCSVD.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/JacobiSVD.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/JacobiSVD_LAPACKE.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/SVDBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SVD/UpperBidiagonalization.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCholesky/SimplicialCholesky.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/AmbiVector.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/CompressedStorage.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/MappedSparseMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseAssign.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseBlock.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseColEtree.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseCompressedBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseDenseProduct.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseDiagonalProduct.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseDot.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseFuzzy.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseMap.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseMatrixBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparsePermutation.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseProduct.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseRedux.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseRef.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseSelfAdjointView.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseSolverBase.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseTranspose.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseTriangularView.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseUtil.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseVector.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/SparseView.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseCore/TriangularSolver.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLUImpl.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Memory.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Structs.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_Utils.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_column_bmod.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_column_dfs.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_panel_bmod.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_panel_dfs.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_pivotL.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_pruneL.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseLU/SparseLU_relax_snode.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SparseQR/SparseQR.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/StlSupport/StdDeque.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/StlSupport/StdList.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/StlSupport/StdVector.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/StlSupport/details.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/SuperLUSupport/SuperLUSupport.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/UmfPackSupport/UmfPackSupport.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/Image.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/Kernel.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/RealSvd2x2.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/blas.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/lapack.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/lapacke.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/misc/lapacke_mangling.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/ArrayCwiseBinaryOps.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/ArrayCwiseUnaryOps.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/BlockMethods.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/CommonCwiseBinaryOps.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/CommonCwiseUnaryOps.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/IndexedViewMethods.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/MatrixCwiseBinaryOps.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/MatrixCwiseUnaryOps.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/Eigen/src/plugins/ReshapedMethods.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/fknm.cpp +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/fknm.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/frne.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/ik.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/linalg.cpp +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/linalg.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/methods.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/ne.c +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/structs.cpp +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/structs.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/vmath.c +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/core/vmath.h +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/mobile/Bug2.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/mobile/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/mobile/landmarkmap.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/DH/Cobra600.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/DH/Uprighttl.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/ETS/GenericSeven.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/ETS/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/URDF/FrankieOmni.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/URDF/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/models/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/robot/ELink.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/robot/ERobot.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/robot/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0/src}/roboticstoolbox/tools/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0/roboticstoolbox/examples → roboticstoolbox_python-1.3.0/src/spatialgeometry/tools}/__init__.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0}/tests/test_Gripper.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0}/tests/test_VPython.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0}/tests/test_fknm.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0}/tests/test_jacob.py +0 -0
- {roboticstoolbox-python-1.1.0 → roboticstoolbox_python-1.3.0}/tests/test_tools.py +0 -0
|
@@ -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,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
|