Changelog
See github releases and pypi for more info.
If wanting to use a specific version of the library, you can install it using pip, for example version 1.2.17
:
pip install pycapacity==1.2.17
v2.1.4 (12-2024)
BUGFIX: acceleration ellipsoid inverted limits
v2.1.3 (11-2024)
Reachable space approximation polytope now allows for specifying additional Cartesian space constraints - see API docs
v2.1 (09-2023)
Polytope class - see API docs
Added Minkowski sum (operator
+
) and intersection operations (operator&
)Added inner approximation using the Chebyshev ball (
chebyshev_ball
method)
Visualisation tools - see API docs
plot_polytope
function now hascolor
paremeter that can be used to setface_color
andedge_color
andvertex_color
at once - see docs
Algorithms: - see API docs
Added Chebyshev ball algorithm (
chebyshev_ball
) - see docs
Human metrics - see API docs
Added ellipsoid: metrics acceleration, velocity and force
New module added:
pycapacity.examples
- see API docsContains 4 dof planar robot model - see docs
In future it will contain more toy models, for jump starting the library usage
More examples
examples
folder now contains more examples on how to use the librarypython scripts - see scripts
jupyter notebooks - see notebooks
benchmarking scripts - see scripts
More example in the docs - see docs
Journal of OpenSource software submission:
pycapacity
paper is submitter to the Journal of OpenSource software - see paper
Improved the docs with more infomation about the library
v2.0 (05-2023)
Polytope and ellipsoid algorithms now return Polytope and Ellipsoid objects
Polytope class can be used as a standalone class to find vertex \(\mathcal{V}\), halfplane \(\mathcal{H}\) and face \(\mathcal{F}\) representation of a polytope
Visualisation tools improved:
New
plot_polytope
function for plotting polytopesFunctions
plot_polytope_vertex
andplot_polytope_faces
now can receive a polytope objectFunction
plot_ellipsoid
now can receive a ellipsoid objectBetter management of the
matplotlib
figures and axes, now user can provide anax
,plt
orfigure
to the plotting functions
Added support for robot reachable workspace approximation using convex polytopes (see API docs)
Added unit testing + continuous integration
Improved docs with sphinx