Remove addition of transform sensor during robot import.#193)
This commit is contained in:
Родитель
2a1bad3ac8
Коммит
1667add87a
|
@ -35,12 +35,6 @@ namespace Unity.Robotics.UrdfImporter
|
|||
}
|
||||
}
|
||||
|
||||
if (parent.GetComponent<ArticulationBody>() != null)
|
||||
{
|
||||
GameObject transformSensor = AddTransformSensor(parent);
|
||||
transformSensor.transform.SetParentAndAlign(sensorsObject.transform);
|
||||
}
|
||||
|
||||
return urdfSensors;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче