readme updated

This commit is contained in:
Rooholla-KhorramBakht 2024-05-05 00:24:10 -04:00
parent 1bccdbf3a0
commit 1500a1862d
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ from Go2Py.robot.interface.dds import GO2Real
from Go2Py.robot.model import Go2Model
robot = GO2Real(mode='lowlevel')
model = Go2Model()
robot.standDownReset()
while running:
joint_state = robot.getJointStates()
imu = robot.getIMU()