File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
tutorials/pick_and_place/PickAndPlaceProject Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ public class Demo : MonoBehaviour
3737
3838 string niryoOneName = "niryo_one" ;
3939 string baseLinkName = "base_link" ;
40- float controllerStiffness = 100000 ;
41- float controllerDamping = 1000 ;
40+ float controllerStiffness = 10000 ;
41+ float controllerDamping = 100 ;
4242 float controllerForceLimit = 1000 ;
4343 float controllerSpeed = 30 ;
4444 float controllerAcceleration = 10 ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PhysicsManager:
1111 m_SleepThreshold : 0.005
1212 m_DefaultContactOffset : 0.01
1313 m_DefaultSolverIterations : 6
14- m_DefaultSolverVelocityIterations : 3
14+ m_DefaultSolverVelocityIterations : 1
1515 m_QueriesHitBackfaces : 0
1616 m_QueriesHitTriggers : 1
1717 m_EnableAdaptiveForce : 0
Original file line number Diff line number Diff line change 33--- !u!5 &1
44TimeManager :
55 m_ObjectHideFlags : 0
6- Fixed Timestep : 0.01
7- Maximum Allowed Timestep : 0.01
6+ Fixed Timestep : 0.02
7+ Maximum Allowed Timestep : 0.33333334
88 m_TimeScale : 1
9- Maximum Particle Timestep : 0.01
9+ Maximum Particle Timestep : 0.03
You can’t perform that action at this time.
0 commit comments