remove testing getToeForces

This commit is contained in:
Erwin Coumans
2018-01-09 18:13:34 -08:00
parent 616d3358bd
commit 164d3e62c3
2 changed files with 1 additions and 16 deletions

View File

@@ -16,8 +16,6 @@ public:
void setDesiredMotorAngle(class b3RobotSimulatorClientAPI* sim, const char* motorName, double desiredAngle, double maxTorque=3,double kp=0.1, double kd=0.9);
// Added for testing
int getToeForces(class b3RobotSimulatorClientAPI* sim, int groundid, b3Vector3 normalForcesOut[4]);
};
#endif //MINITAUR_SIMULATION_SETUP_H