sim2bot.RobotInfo.name¶ name: str instance-attribute ¶ Human-readable robot model or scene-instance name. Example¶ Read name info = sim.describe()[0] print(info.name) See also¶ sim2bot.RobotInfo sim2bot.Robot.describe Python examples