revert testing changes
This commit is contained in:
@@ -37,7 +37,7 @@ bool gJointFeedbackInJointFrame = false;
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
const btScalar SLEEP_EPSILON = btScalar(0.05); // this is a squared velocity (m^2 s^-2)
|
const btScalar SLEEP_EPSILON = btScalar(0.05); // this is a squared velocity (m^2 s^-2)
|
||||||
const btScalar SLEEP_TIMEOUT = btScalar(0.3); // in seconds
|
const btScalar SLEEP_TIMEOUT = btScalar(2); // in seconds
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|||||||
@@ -485,7 +485,7 @@ void addJointTorque(int i, btScalar Q);
|
|||||||
}
|
}
|
||||||
void setCompanionId(int id)
|
void setCompanionId(int id)
|
||||||
{
|
{
|
||||||
printf("for %p setCompanionId(%d)\n",this, id);
|
//printf("for %p setCompanionId(%d)\n",this, id);
|
||||||
m_companionId = id;
|
m_companionId = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user