Go2Py_SIM/examples/vicon2gt_recorder.py

5 lines
137 B
Python
Raw Normal View History

2024-05-01 10:32:27 +08:00
from Go2Py.robot.interface.ros2 import GO2Real, ros2_init, ROS2ExecutorManager
import time
ros2_init()
robot = GO2Real(mode='highlevel')