Skip to content

lia2790/CartesioTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

➤ CartesioTests







CartesIO is a Cartesian Control Framework with focus on online control of multi-chained, hyper-redundant floating-base robots. The software archicteture is mainly built on ROS instruction, providing a robot and task description with URDF/SRDF and YAML files. The CartesioTests Repository basically constitutes a Cartesio Wrapper of the C++ Examples of the Cartesio's Documentation. Here, you can directly execute it and you can modify it just tuning some input parameters. Here, you can find three main sub packages

where each one implements C++ Examples of Cartesio's Documentation plus Launch file Example. Download the Repo to have all the examples ready to use!

➤ Table of Contents

➤ Installation

To Install CartesioTests run

git clone https://github.com/lia2790/CartesioTests.git

inside the src folder of a catkin' workspace and that is it.

➤ Execution

To Execute the examples in the packages, run

  • CartesioTestsCpp
roslaunch cartesio_tests_cpp CartesioTestsCpp.launch
  • CartesioTestsQuickStart
roslaunch cartesio_tests_quickstart CartesioTestsQuickStart.launch
  • CartesioTestsROSClient
roslaunch cartesio_tests_rosclient CartesioTestsROSClient.launch

respectively!

➤ Dependences

CartesioTests requires the following dependences:

  • Eigen3: to handle with basic algebra;
  • CartesIO: to handle robot tasks;
  • XBOT2: to handle robot low level control;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published