Пример #1
0
    public override void Start()
    {
        base.Start();
#if URDF_IMPORTER
        if (m_UrdfRobot != null)
        {
            m_RobotData = new RobotVisualization(m_UrdfRobot);
        }
#endif
    }