don't compensate for COLLADA up axis in collision element for now

(todo: let user override COLLADA up axis, some URDF files are inconsistent)
This commit is contained in:
=
2015-09-10 17:36:19 -07:00
parent d72cda101c
commit 2257ec05ad
2 changed files with 6 additions and 8 deletions

View File

@@ -185,7 +185,7 @@ void ImportUrdfSetup::initPhysics()
{
int upAxis = 2;
m_guiHelper->setUpAxis(2);
m_guiHelper->setUpAxis(upAxis);
this->createEmptyDynamicsWorld();
//m_dynamicsWorld->getSolverInfo().m_numIterations = 100;
@@ -356,7 +356,7 @@ void ImportUrdfSetup::initPhysics()
bool createGround=false;
bool createGround=true;
if (createGround)
{
btVector3 groundHalfExtents(20,20,20);