6dof spring via script

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By SuperDIMMaX

How setup spring via script?
set_flag_y(Generic6DOFJoint.FLAG_ENABLE_LINEAR_SPRING,true)
then, i print set_param_y( … and not see this settings
anoter settings - motor, limit - ok.

:bust_in_silhouette: Reply From: SuperDIMMaX

uh…
set(“linear_spring_y/stiffness”, 1000)
set(“linear_spring_y/damping”, 10)

this work
documentation… :confused: