/cdpr_matlab

A Matlab library for cable driven parallel robots.

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

CDPR_MATLAB

Overview

This repository contains utilities for the simulation of the CDPR prototypes developed at GRAB lab, within the Department of Industrial Engineering of the University of Bologna. They are organized in folders, divided by their scope:

  • apps: is a folder which contains the developed applications, organized in subforlders. Every subfolder contains several MATLAB functions, which are only useful for the target application, and MATLAB scripts related to the target application;
  • config: is a folder which contains the config files of the developed GRAB prototypes. The config files are needed in order to run any application in the apps folder;
  • data: is a folder which contains the output of the applications, divided in several subfolders;
  • libs: is a folder which contains different libraries (cdpr models, export utilities, etc..) which are cross-application and used repository-wide;

Documentation

Both MATLAB functions and scripts are documented in MATLAB documentation style.

Most of the code is already documented, the rest is in development.

Prerequisites

All the function and scripts have been tested with MATLAB2019b.

In order to run the applications, it is necessary to install this .json parser