public interface CapabilityManager
This interface can be used to query whether or not a specific capability is available on the underlying robot/system.
A capability is a feature which may or may not be present on a given robot/system. The feature can be hardware-based or software-based (e.g. certain types of program nodes). Some hardware capabilities are not available on all robot platforms, e.g. the Tool Communication Interface functionality is not present on CB3 robots.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasCapability(Capability capability)
Verify availability of a capability on the robot/system. 
 | 
boolean hasCapability(Capability capability)
 Queryable capabilities are: 
 ToolIOCapability 
 
capability - to verify the presence oftrue if the capability is available.Copyright © 2019. All rights reserved.