MATLAB File Help: HebiGroup/getNumModules
HebiGroup/getNumModules
 getNumModules  returns the number of modules within a group.
 
    Example
       % Command all-zero efforts
       cmd = CommandStruct()
       cmd.effort = zeros(1, group.getNumModules())
       group.send(cmd);
See also
Method Details
Access public
Sealed false
Static false