rvc3python 0.9.1__tar.gz → 0.9.2__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.
- {rvc3python-0.9.1/rvc3python.egg-info → rvc3python-0.9.2}/PKG-INFO +2 -1
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/bin/rvctool.py +1 -1
- {rvc3python-0.9.1 → rvc3python-0.9.2}/pyproject.toml +2 -1
- {rvc3python-0.9.1 → rvc3python-0.9.2/rvc3python.egg-info}/PKG-INFO +2 -1
- {rvc3python-0.9.1 → rvc3python-0.9.2}/rvc3python.egg-info/requires.txt +1 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/LICENSE +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/MANIFEST.in +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/README.md +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/__init__.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/bin/__init__.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/bin/bdsim_path.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/__init__.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/hershey/genhershey.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/hershey/hershey.json +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/hershey/hershey.txt +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/hershey/roman-plain.txt +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/hershey/roman-simplex.txt +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/hershey/roman-triplex.txt +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/imu_data.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/mosaic.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/ransac_line.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/visodom.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/walking.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/examples/writing.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-arm-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-arm.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-holonomic-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-holonomic.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-nonholonomic-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-nonholonomic.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-partitioned-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-partitioned.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-quadrotor-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS-quadrotor.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/IBVS.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/RRMC.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/RRMC.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/RRMC2.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/RRMC2.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/SEA-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/SEA.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/SEA.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/__init__.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/braitenberg.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/braitenberg.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/cartspace.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/computed-torque-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/computed-torque.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/driveconfig.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/driveconfig.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/driveline.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/driveline.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/drivepoint.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/drivepoint.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/drivepursuit.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/drivepursuit.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/feedforward-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/feedforward.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/jointspace.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/jointspace.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/lanechange.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/lanechange.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/opspace-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/opspace.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/opspace.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/ploop.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/ploop.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/ploop_test.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/ploop_test.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/quad_model.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/quadrotor-main.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/quadrotor.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/quadrotor.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/vloop.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/vloop.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/vloop_test.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/vloop_test.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/zerotorque.bd +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/models/zerotorque.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/tools/__init__.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/RVC3/tools/rvcprint.py +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/Untitled.ipynb +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/rvc3python.egg-info/SOURCES.txt +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/rvc3python.egg-info/dependency_links.txt +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/rvc3python.egg-info/entry_points.txt +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/rvc3python.egg-info/top_level.txt +0 -0
- {rvc3python-0.9.1 → rvc3python-0.9.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rvc3python
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
4
4
|
Summary: Support for book: Robotics, Vision & Control 3 in Python
|
|
5
5
|
Author-email: Peter Corke <rvc@petercorke.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/petercorke/RVC3-python
|
|
@@ -21,6 +21,7 @@ Requires-Python: >=3.7
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: matplotlib
|
|
24
|
+
Requires-Dist: numpy<2
|
|
24
25
|
Requires-Dist: roboticstoolbox-python>=1
|
|
25
26
|
Requires-Dist: machinevision-toolbox-python
|
|
26
27
|
Requires-Dist: bdsim>=1.1
|
|
@@ -42,7 +42,6 @@ import matplotlib.pyplot as plt # lgtm [py/unused-import]
|
|
|
42
42
|
from spatialmath import * # lgtm [py/polluting-import]
|
|
43
43
|
from spatialmath.base import *
|
|
44
44
|
from spatialmath.base import sym
|
|
45
|
-
from spatialgeometry import * # lgtm [py/polluting-import]
|
|
46
45
|
|
|
47
46
|
|
|
48
47
|
def parse_arguments():
|
|
@@ -255,6 +254,7 @@ def main():
|
|
|
255
254
|
|
|
256
255
|
globs = globals()
|
|
257
256
|
if args.robot:
|
|
257
|
+
exec("from spatialgeometry import *", globs)
|
|
258
258
|
exec("from roboticstoolbox import *", globs)
|
|
259
259
|
from roboticstoolbox import __path__
|
|
260
260
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "rvc3python"
|
|
3
|
-
version = "0.9.
|
|
3
|
+
version = "0.9.2"
|
|
4
4
|
authors = [{ name = "Peter Corke", email = "rvc@petercorke.com" }]
|
|
5
5
|
description = "Support for book: Robotics, Vision & Control 3 in Python"
|
|
6
6
|
readme = "README.md"
|
|
@@ -81,6 +81,7 @@ keywords = [
|
|
|
81
81
|
|
|
82
82
|
dependencies = [
|
|
83
83
|
"matplotlib",
|
|
84
|
+
"numpy < 2", # OpenCV and SpatialGeom don't like numpy 2
|
|
84
85
|
"roboticstoolbox-python >= 1",
|
|
85
86
|
"machinevision-toolbox-python",
|
|
86
87
|
"bdsim >= 1.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rvc3python
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
4
4
|
Summary: Support for book: Robotics, Vision & Control 3 in Python
|
|
5
5
|
Author-email: Peter Corke <rvc@petercorke.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/petercorke/RVC3-python
|
|
@@ -21,6 +21,7 @@ Requires-Python: >=3.7
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: matplotlib
|
|
24
|
+
Requires-Dist: numpy<2
|
|
24
25
|
Requires-Dist: roboticstoolbox-python>=1
|
|
25
26
|
Requires-Dist: machinevision-toolbox-python
|
|
26
27
|
Requires-Dist: bdsim>=1.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|