Skip to content

A python-framework for analysis, design, and simulation of cable-driven parallel robots

License

Notifications You must be signed in to change notification settings

cable-robots/cdpyr

Folders and files

NameName
Last commit message
Last commit date
Apr 5, 2019
Apr 20, 2020
Oct 5, 2019
Jun 9, 2020
Aug 5, 2019
Aug 7, 2019
Jun 9, 2020
Jun 9, 2020
Oct 5, 2019
Jun 9, 2020
Oct 5, 2019
Dec 2, 2019
Dec 16, 2019
Apr 20, 2020
Jun 4, 2020
Oct 5, 2019
Oct 5, 2019
Oct 5, 2019
Jun 5, 2020
Apr 5, 2019
Nov 30, 2019
Feb 3, 2020
Jun 5, 2020
Oct 5, 2019
Oct 6, 2019
Jun 9, 2020
Jun 4, 2020

Repository files navigation

Overview

A Python 3 package for designing, analyzing, and simulating cable-driven parallel robots.

  • Free software: European Union Public Licence V. 1.2

Installation

pip install cdpyr

You can also install the in-development version with:

pip install https://gitlab.com/cable-robots/cdpyr/-/archive/master/cdpyr-master.zip

Documentation

https://cdpyr.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox