Usually in Pybullet we can do:
robot = p.loadURDF(os.path.join(urdfRootPath, "robot.urdf"),useFixedBase=True)
to load a URDF. Is it