Features
This is a function to configure the collision sensitivity in the robot controller.
Parameter
|
Parameter Name |
Data Type |
Default Value |
Description |
|
fSensitivity |
float |
- |
Collision Sensitivity(0~100) |
Return
|
Value |
Description |
|
0 |
Error |
|
1 |
Success |
Example
C++
Drfl.change_collision_sensitivity(20);