made scanner arms a bit less sensitive to physics drift.
This commit is contained in:
parent
920a65cddb
commit
9460758c31
1 changed files with 9 additions and 0 deletions
9
QOL/scanner_arm_sensitivity.cfg
Normal file
9
QOL/scanner_arm_sensitivity.cfg
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
@PART[RobotArmScanner_S*]:FINAL
|
||||||
|
{
|
||||||
|
@MODULE[ModuleRobotArmScanner]
|
||||||
|
{
|
||||||
|
@cancelScanDistance = 1
|
||||||
|
@emergencyStopDistanceFromSurface = 0.1
|
||||||
|
@firstJointRotationLimit = 95
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue