sim2bot.RobotState.id¶ id: str instance-attribute ¶ Stable robot identity while the current scene instance remains loaded. Example¶ Read id info = sim.describe()[0] state = sim.state(robot=info.index) if state is not None: print(state.id) See also¶ sim2bot.RobotState sim2bot.Robot.state sim2bot.Robot.states Python examples