1.增加xbox控制器和飞行手柄控制器
2.增加多臂多控制器模式 3.末端姿态由欧拉角控制切换到四元数控制 4.增加vr手柄控制器 Signed-off-by: 1002142102@qq.com <1002142102@qq.com>
This commit is contained in:
6
robot_client/teleoperators/xr/__init__.py
Normal file
6
robot_client/teleoperators/xr/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import ctypes
|
||||
import platform
|
||||
if platform.system() == 'Linux':
|
||||
ctypes.CDLL("/opt/apps/roboticsservice/SDK/x64/libPXREARobotSDK.so")
|
||||
from .xr import Xr,XrConfig
|
||||
__all__ = ["Xr", "XrConfig"]
|
||||
Reference in New Issue
Block a user