Institut de Robòtica i Informàtica Industrial

display

PURPOSE ^

Displays the name of the robot.

SYNOPSIS ^

function display(R)

DESCRIPTION ^

 Displays the name of the robot.

 Displays the name of the robot.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:
  • Simulation Simulates a robot performing Pose SLAM.
  • display Displays the type of filter F.
  • display Displays a balanced tree.
  • display Displays a PoseData object.
  • display Displays the information of a Gaussian (mean and covariance).

SOURCE CODE ^

0001 function display(R)
0002 % Displays the name of the robot.
0003 %
0004 % Displays the name of the robot.
0005 
0006   disp(R.name);
0007


Institut de Robòtica i Informàtica Industrial

Generated on Fri 24-Jul-2009 12:32:50 by m2html © 2003