Add Agibot D1#111
Merged
Merged
Conversation
fan-ziqi
previously requested changes
Dec 23, 2025
Contributor
Author
There was a problem hiding this comment.
这个目前看下来主要问题是这个导致的
| # "right_elbow_pitch_joint", # 25 R_ELBOW | ||
| # "right_elbow_roll_joint", # 26 R_WRIST_ROLL | ||
| # ] | ||
| # 29个控制关节(与URDF中的实际名称匹配) |
| # ] | ||
| # 29个控制关节(与URDF中的实际名称匹配) | ||
| joint_names = [ | ||
| # 腿部关节 (12个) |
Owner
There was a problem hiding this comment.
这个函数写成与原来名称一样的函数,只不过添加一个参数move_down_threshold,默认值为原来函数的0.5,在你需要使用0.1的时候在cfg里改,不要写成两个函数,有点冗余
Owner
fabeha-raheel
pushed a commit
to fabeha-raheel/robot_lab
that referenced
this pull request
May 11, 2026
Co-authored-by: mpl9725440@163.com <mpl9725440@163.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This update aims to add functionality for Zhiyuan D1 and resolve the issue where G1 fails to start. After analysis, it was found that the startup failure of G1 was due to improper parameter settings in the configuration file. By adjusting the relevant parameters, the issue has been successfully resolved, allowing G1 to start smoothly.
The motivation behind this change is to enhance system stability and user experience, ensuring that users do not encounter startup obstacles when using G1. Additionally, the addition of Zhiyuan D1 functionality will provide users with more operational options and flexibility.
Type of change
Checklist
pre-commitchecks withpre-commit run --all-filesCONTRIBUTORS.mdor my name already exists there