sim2bot.RobotState.robot¶ robot: int instance-attribute ¶ Current scene robot index used by addressed SDK commands. Example¶ Read robot info = sim.describe()[0] state = sim.state(robot=info.index) if state is not None: print(state.robot) See also¶ sim2bot.RobotState sim2bot.Robot.state sim2bot.Robot.states Python examples