Developer Portal

Empowering Embodied AI:
Open TeleDroid SDK

With LingYu Robotics's TeleDroid SDK, developers can easily access full-modal robot data, accelerating embodied AI deployment.

gripper_test.py
#!/usr/bin/env python3
import time
import rclpy
from gripper_client import GripperClient

# 初始化 ROS 2 节点 (Domain ID: 29)
rclpy.init()
client = GripperClient()

# 启用灵御系统使能
client.enable()

# 打开夹爪 (0.04m)
client.set_both(0.04)
print("Gripper opening...")

time.sleep(2)

# 关闭夹爪 (0.0m)
client.set_both(0.0)
print("Gripper test done ✓")

# 释放资源
rclpy.shutdown()

Python SDK

Easily get robot states and issue high-frequency commands via standard ROS 2 Topic interfaces using Python.

ROS 2 Humble

Deep integration with ROS 2 Humble, supporting Domain ID 29 communication with standard sensor & action interfaces.

Docker Container

Package algorithms into images for RK3588, enabling one-click migration and deployment from simulation to hardware.

API Interface

Motion API

7 Topics

Feedback API

5 Topics

Vision API

9 Topics

System API

12 Topics

Ready to Build Embodied AI?

Join our developer community and access the latest control docs and SDKs.

Get Started