sim2bot.RobotInfo.id¶ id: str instance-attribute ¶ Stable robot identity while the current scene instance remains loaded. Example¶ Read id info = sim.describe()[0] print(info.id) See also¶ sim2bot.RobotInfo sim2bot.Robot.describe Python examples