DEEPRobotics is a national high-tech enterprise that focuses on the R&D, production, sales and service of humanoid robots, quadruped robots, and core components. The company has always adhered to independent innovation, with core technologies such as advanced control algorithms, intelligent environmental perception, and artificial intelligence algorithms at the forefront of international development.
Title | Description |
---|---|
URDF_model | Robot's URDF model. |
Lite3_MotionSDK | SDK for the Jueying Lite3 motion control algorithm.
Get the data of each joint and send joint control command to control the robot to move, provides control parameters to control the motion of joints. Supports C++ and Python. |
Lite3_ROS | Conversion between ROS and UDP messages.
Implement data transmission between the Jueying Lite3 perception host and the motion host or app via the UDP protocol. ROS-Ubuntu20 , ROS-Ubuntu18 , ROS2-foxy-Ubuntu20 |
Lite3_rl_training | A Learning-based locomotion controller for quadruped robots.
Includes all components needed for training and hardware deployment on DeepRobotics Lite3. |
Lite3_rl_deploy | A policy trained by RL.
The methods for deploying and validating the policy in the simulation environment or on the Lite3. |
x30_motion_sdk | SDK for the Jueying X30 motion control algorithm.
Provides control parameters to control the motion of joints. Supports C++ and Python. |
gamepad | Listening for physical button trigger events on the gamepad via UDP communication on the remote host.
Real-time acquisition of physical button trigger information from the gamepad side. |
Deep_Motor_SDK | The SDK provides CAN communication, joint enablement, and joint control functions for J60.
Includes examples for single-joint, multi-joint control, and joint debugging tool software. |
Lite3_Model_Control | basic_level_sim
A basic simulation project implemented based on the Jueying Lite3 MotionSDK and the Gazebo simulation platform. |
high_level_sim
A high level simulation project ported and optimized based on the Ascend open-source project model-control/quadruped-robot, and implemented on the Gazebo simulation platform. |