Go2Real(network_interface_name, obstacle_avoidance, low_level_control: bool)
Go2Real.getImage(camera_name: str, image_type: str)
Go2Real.getLidarData()
Go2Real.getHeightMap()
Go2Real.getPosition(name: str)
Go2Real.getOrientation(name: str)
Go2Real.setYaw(yaw: float, speed)
Go2Real.moveByVelocity(linear_velocity: Velocity, angular_velocity: Velocity, duration: Union[float, None], name: str)
duration
Go2Real.getVelocity()
Go2Real.setJointPositions(joint_position: dict)
Go2Real.setJointVelocities(joint_velocity: dict)
Go2Real.setJointTorques(joint_torque: dict)
Go2Real.getMotorState()
Go2Real.getIMU()
Go2Real.getBatteryState()
Go2Real.getFootForce()
Go2Real.getLowLevelState()
Was this page helpful?