sim2bot.RobotState.q¶ q: list[float] instance-attribute ¶ Joint positions in radians and discovered joint order. Example¶ Read q info = sim.describe()[0] state = sim.state(robot=info.index) if state is not None: print(state.q) See also¶ sim2bot.RobotState sim2bot.Robot.state sim2bot.Robot.states Python examples