readme updated
This commit is contained in:
parent
1bccdbf3a0
commit
1500a1862d
|
@ -20,7 +20,6 @@ from Go2Py.robot.interface.dds import GO2Real
|
||||||
from Go2Py.robot.model import Go2Model
|
from Go2Py.robot.model import Go2Model
|
||||||
robot = GO2Real(mode='lowlevel')
|
robot = GO2Real(mode='lowlevel')
|
||||||
model = Go2Model()
|
model = Go2Model()
|
||||||
robot.standDownReset()
|
|
||||||
while running:
|
while running:
|
||||||
joint_state = robot.getJointStates()
|
joint_state = robot.getJointStates()
|
||||||
imu = robot.getIMU()
|
imu = robot.getIMU()
|
||||||
|
|
Loading…
Reference in New Issue