icub-basic-demos
|
The Red-Ball Demo application developed by IIT and ISR.
The Red-Ball Demo application developed by IIT and ISR.
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.
Assumes that robotInterface (with ICartesianControl interface implemented) and iKinGazeCtrl are running.
The file ./conf/config.ini contains the initialization parameters for the demoGraspManager module. The file ./conf/network.ini contains the network weights.
Customize the file ./app/scripts/*.template for your specific platform before launching them.