Skip to main content
Skip table of contents

get_collision_sensitivity()

Features

Returns the collision sensitivity value of the current safety settings parameter.

Parameters

None

Return

Value

Data Types

Description

ret

float

Conflict sensitivity information (0-100)

Class

None

Example

PY
def print_tp(s):
    tp_log(str(s))
 
ret = get_collision_sensitivity()
 
### collision sensitivity
print_tp(ret)

Related commands

  • None
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.