import "CollisionDetectorService.idl";
Member Typedef Documentation
get collision detector status
- Parameters
-
co | collision detector state |
- Returns
- true if set successfully, false otherwise
Member Function Documentation
boolean OpenHRP::CollisionDetectorService::disableCollisionDetection |
( |
| ) |
|
stop collision detector
- Returns
- true if set successfully, false otherwise
boolean OpenHRP::CollisionDetectorService::enableCollisionDetection |
( |
| ) |
|
start collision detector
- Returns
- true if set successfully, false otherwise
boolean OpenHRP::CollisionDetectorService::getCollisionStatus |
( |
out CollisionState |
cs | ) |
|
boolean OpenHRP::CollisionDetectorService::setTolerance |
( |
in string |
link_pair_name, |
|
|
in double |
tolerance |
|
) |
| |
set tolerance value for collision detector
- Parameters
-
link_pair_name | name of link pair |
tolerance | tolerance |
- Returns
- true if set successfully, false otherwise
The documentation for this interface was generated from the following file: