Skip to content

tonylabs/unitree-qmini-robot-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unitree Qmini Robot Resources

说明

这里不是 Unitree Qmini 机器人的官方 Git 资源库,点击这里 访问官方 Repo.

本仓库包含了修改后 Unitree Qmini 机器人打印件,例如将部分螺丝孔位增加了倒角,减少不必要的打印支撑。和其他改装件,和部分为 Qmini 专门设计的 PCB。

站立支架

所需材料

Qmini 结构

flowchart TD
    subgraph "Qmini Robot"
        Body["Base Link"]
        %% Left Leg (LL)
        LL_HipYaw["LL Hip Yaw"]
        LL_HipRoll["LL Hip Roll"]
        LL_HipPitch["LL Hip Pitch"]
        LL_Knee["LL Knee"]
        LL_Ankle["LL Ankle"]
        
        %% Right Leg (RL)
        RL_HipYaw["RL Hip Yaw"]
        RL_HipRoll["RL Hip Roll"]
        RL_HipPitch["RL Hip Pitch"]
        RL_Knee["RL Knee"]
        RL_Ankle["RL Ankle"]
        
        %% Left Leg Connections
        Body --> LL_HipYaw
        LL_HipYaw --> LL_HipRoll
        LL_HipRoll --> LL_HipPitch
        LL_HipPitch --> LL_Knee
        LL_Knee --> LL_Ankle
        
        %% Right Leg Connections
        Body --> RL_HipYaw
        RL_HipYaw --> RL_HipRoll
        RL_HipRoll --> RL_HipPitch
        RL_HipPitch --> RL_Knee
        RL_Knee --> RL_Ankle
    end
Loading

How to use the qmini_description

  1. Navigate to your workspace:
$ sudo apt-get install python3-colcon-common-extensions
$ pip install catkin_pkg
$ cd /home/ubuntu/Documents/GitHub/unitree-qmini-robot-components/qmini_description
  1. Build the package:
$ colcon build --packages-select qmini_description
  1. Source the workspace:
$ source install/setup.bash
  1. Launch the robot description:
$ ros2 launch qmini_description view_qmini.launch.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors