-
Notifications
You must be signed in to change notification settings - Fork 39
feat: add omni-b variant, unify calibration and CAN across deformable infantry #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Yukikaze2233
wants to merge
52
commits into
main
Choose a base branch
from
feat/deformable-infantry
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
2fdab68
refactor(deformable-chassis): merge refactored implementation and cle…
Yukikaze2233 e33df49
feat(ui): integrate pitch HUD into deformable infantry referee display
Yukikaze2233 b9acd1f
feat: add omni-b variant, unify calibration and CAN strategy across 3…
Yukikaze2233 ddf8478
feat: add suspension toggle functionality and adjust leg radius param…
ZGZ713912 78c6d39
feat: rename prone override method and update suspension toggle logic
ZGZ713912 b660087
feat:supercup fixed
eye-on 32bb48b
feat: remove suspension mode and torque parameters from joint control…
ZGZ713912 0103ef7
feat: fix the correct supercap boost mode
eye-on eeb2099
Refactor deformable chassis and joint controller configurations
ZGZ713912 fdd0ae0
feat:supercup fixed v2
eye-on 2faf36e
feat: update build scripts and configurations for cross-compilation s…
ZGZ713912 a8e6014
feat: update configuration and controller parameters for deformable i…
ZGZ713912 068ac33
feat: remove unused build and install scripts, update CMakeLists and …
ZGZ713912 5ac6824
feat: update supercap command transmission in deformable infantry har…
ZGZ713912 ac7aaae
Refactor Deformable Infantry UI and Remove Pitch HUD
ZGZ713912 b654d65
feat: update CAN transmission logic in deformable infantry hardware
ZGZ713912 d04e252
feat: add submodule configurations for hikcamera and auto_aim_v2
ZGZ713912 234fe73
feat: remove unused inputs and simplify toggle logic in deformable ch…
ZGZ713912 1827c98
feat: enhance auto-aim logic in bullet feeder controller
ZGZ713912 ce5893a
feat: update joint target state management and fallback radius handli…
ZGZ713912 eb21d27
feat: update yaw motor zero point in deformable infantry configuration
ZGZ713912 fa7676c
feat: update serial filter for top board and enhance top board functi…
ZGZ713912 ed1ade5
vt13 test
qzhhhi e241d44
add joystick
qzhhhi 0a63de8
feat: integrate Vt13 and remote control into deformable infantry comp…
ZGZ713912 6317815
feat: enhance remote control functionality with timeout check in Vt13
ZGZ713912 1be6b3b
strange
ZGZ713912 95c7168
feat: add fault handling and remote control invalidation in VT13 device
ZGZ713912 b46fda5
feat: update .gitmodules to include rmcs_auto_aim_v2 and serial submo…
ZGZ713912 9bf1a98
feat: update .gitmodules to remove serial submodules
ZGZ713912 c191f10
feat: update transform parameters and enhance chassis output status h…
ZGZ713912 6f18293
feat:add kSport default mode in remote_control
ZGZ713912 d74f7d9
feat: update serial filter for IMU and modify chassis direction indic…
qzhhhi 2e0034a
vt13 fixfixfix
qzhhhi 88f2e51
feat: simplify chassis direction indicator angle calculation
ZGZ713912 d454db3
feat: update deformable infantry configuration and UI angle settings
ZGZ713912 b49a308
feat:add heat controller
eye-on f913c32
feat:add info logger
eye-on e494a6c
feat: enhance friction wheel controller and UI with working velocity …
ZGZ713912 49890c8
feat;heat parameter fixed
eye-on 09fd6f2
feat: update heat controller parameters and adjust friction wheel spe…
ZGZ713912 cf29bdc
feat: adjust status ring parameters for improved accuracy
ZGZ713912 c09ea57
feat: increase excess power limit for virtual buffer energy
ZGZ713912 78b2cc4
feat: increase reserved heat parameter for heat controller and adjust…
ZGZ713912 2fb483b
feat: adjust gimbal upper limit and friction wheel velocities for imp…
ZGZ713912 cd036d4
feat:fixed supercup
eye-on 3f67501
feat:friction applied in omni-b
eye-on 1e08647
feat:update virtual_buffer_energy_limit_ value
ZGZ713912 52b8e2d
calibrate yaw
ZGZ713912 bb7f172
calibrate yaw
ZGZ713912 83d6163
feat: add armor priority
heyeuu 2fdad58
feat: update reserved heat value for heat controller
ZGZ713912 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Empty file.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| [submodule "rmcs_ws/src/fast_tf"] | ||
| path = rmcs_ws/src/fast_tf | ||
| url = https://github.com/qzhhhi/FastTF.git | ||
|
|
||
| [submodule "rmcs_ws/src/hikcamera"] | ||
| path = rmcs_ws/src/hikcamera | ||
| url = https://github.com/Alliance-Algorithm/ros2-hikcamera.git | ||
|
|
||
| [submodule "rmcs_ws/src/rmcs_auto_aim_v2"] | ||
| path = rmcs_ws/src/rmcs_auto_aim_v2 | ||
| url = https://github.com/Alliance-Algorithm/rmcs_auto_aim_v2.git |
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
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
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
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
Submodule rmcs_auto_aim_v2
added at
3da57e
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 352
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 175
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 95
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 146
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 409
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 474
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 1138
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 2089
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 216
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 1302
🏁 Script executed:
Repository: Alliance-Algorithm/RMCS
Length of output: 1391
build-rmcs缺失文档声称的符号链接清理功能文档(
docs/zh-cn/cross_build.md第 64-70 行)声称build-rmcs会自动识别并删除交叉编译的符号链接并恢复为普通目录。但实际代码中build-rmcs脚本(仅 60 行)不包含任何清理删除逻辑。build-rmcs-cross脚本仅通过--link-default标志和link_default_base()函数创建符号链接(使用ln -sfnT),但同样不包含任何清理逻辑。需要在
build-rmcs脚本中实现符号链接的自动检测和清理功能,以匹配文档的声明,或更新文档以准确反映实际行为。🤖 Prompt for AI Agents