Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
public class Demo : MonoBehaviour
{
public string hostIP = "127.0.0.1";
public string overrideUnityIP = "127.0.0.1";

public bool generateRosMessages = true;
public bool deleteRosMessagesAfterSimulation = true;
Expand All @@ -38,8 +37,8 @@ public class Demo : MonoBehaviour

string niryoOneName = "niryo_one";
string baseLinkName = "base_link";
float controllerStiffness = 10000;
float controllerDamping = 100;
float controllerStiffness = 100000;
float controllerDamping = 1000;
float controllerForceLimit = 1000;
float controllerSpeed = 30;
float controllerAcceleration = 10;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PhysicsManager:
m_SleepThreshold: 0.005
m_DefaultContactOffset: 0.01
m_DefaultSolverIterations: 6
m_DefaultSolverVelocityIterations: 1
m_DefaultSolverVelocityIterations: 3
m_QueriesHitBackfaces: 0
m_QueriesHitTriggers: 1
m_EnableAdaptiveForce: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--- !u!5 &1
TimeManager:
m_ObjectHideFlags: 0
Fixed Timestep: 0.02
Maximum Allowed Timestep: 0.33333334
Fixed Timestep: 0.01
Maximum Allowed Timestep: 0.01
m_TimeScale: 1
Maximum Particle Timestep: 0.03
Maximum Particle Timestep: 0.01