File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
tutorials/pick_and_place/PickAndPlaceProject Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1818public class Demo : MonoBehaviour
1919{
2020 public string hostIP = "127.0.0.1" ;
21- public string overrideUnityIP = "127.0.0.1" ;
2221
2322 public bool generateRosMessages = true ;
2423 public bool deleteRosMessagesAfterSimulation = true ;
@@ -38,8 +37,8 @@ public class Demo : MonoBehaviour
3837
3938 string niryoOneName = "niryo_one" ;
4039 string baseLinkName = "base_link" ;
41- float controllerStiffness = 10000 ;
42- float controllerDamping = 100 ;
40+ float controllerStiffness = 100000 ;
41+ float controllerDamping = 1000 ;
4342 float controllerForceLimit = 1000 ;
4443 float controllerSpeed = 30 ;
4544 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 : 1
14+ m_DefaultSolverVelocityIterations : 3
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.02
7- Maximum Allowed Timestep : 0.33333334
6+ Fixed Timestep : 0.01
7+ Maximum Allowed Timestep : 0.01
88 m_TimeScale : 1
9- Maximum Particle Timestep : 0.03
9+ Maximum Particle Timestep : 0.01
You can’t perform that action at this time.
0 commit comments