icub-basic-demos
Red-Ball Demo

The Red-Ball Demo application developed by IIT and ISR.

The Red-Ball Demo application developed by IIT and ISR.

Description

This application launches all the required modules in order to detect and track the 3-d position of a target within the image plane applying the particle filter algorithm along with the controllers to move the head accordingly and both arms to reach for the object and eventually grasp it.

A second mode is also available that allows to track a moving target relying on stereo vision which needs to be calibrated in advance using a feed-forward neural network.

Dependencies

Assumes that robotInterface (with ICartesianControl interface implemented) and iKinGazeCtrl are running.

Instantiated Modules

Configuration Files

The file ./conf/config.ini contains the initialization parameters for the demoGraspManager module. The file ./conf/network.ini contains the network weights.

How to run the Application

Customize the file ./app/scripts/*.template for your specific platform before launching them.

Note
To enable/disable arms refer to the options available within the config.ini file.