You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self._robot.speech.speak("I will point at you now.")
self._robot.head.look_at_ground_in_front_of_robot(distance=100)
self._robot.rightArm._send_joint_trajectory([[-0.2, -0.5, 0.2, 2.0, 0, 0.1, 0.0]])
self._robot.speech.speak("You're right there!")
The text was updated successfully, but these errors were encountered:
The hard coded point at does not work for Hero:
The text was updated successfully, but these errors were encountered: