remove debug test
This commit is contained in:
@@ -795,11 +795,9 @@ void PhysicsServerSharedMemory::createJointMotors(btMultiBody* mb)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
bool PhysicsServerSharedMemory::loadUrdf(const char* fileName2, const btVector3& pos, const btQuaternion& orn,
|
bool PhysicsServerSharedMemory::loadUrdf(const char* fileName, const btVector3& pos, const btQuaternion& orn,
|
||||||
bool useMultiBody, bool useFixedBase, int* bodyUniqueIdPtr)
|
bool useMultiBody, bool useFixedBase, int* bodyUniqueIdPtr)
|
||||||
{
|
{
|
||||||
const char* fileName="tmp/model/simulation/model_s_one_s15p1.urdf";
|
|
||||||
|
|
||||||
btAssert(m_data->m_dynamicsWorld);
|
btAssert(m_data->m_dynamicsWorld);
|
||||||
if (!m_data->m_dynamicsWorld)
|
if (!m_data->m_dynamicsWorld)
|
||||||
{
|
{
|
||||||
@@ -1917,4 +1915,4 @@ void PhysicsServerSharedMemory::replayFromLogFile(const char* fileName)
|
|||||||
{
|
{
|
||||||
CommandLogPlayback* pb = new CommandLogPlayback(fileName);
|
CommandLogPlayback* pb = new CommandLogPlayback(fileName);
|
||||||
m_data->m_logPlayback = pb;
|
m_data->m_logPlayback = pb;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user