Upstream merge 5ae449#10
Merged
openminddev merged 14 commits intomasterfrom Aug 5, 2025
Merged
Conversation
…B2 locomotion interfaces
feature: add thread-safe lazy initialization to ChannelFactory users: This is a test feature. If problems occur, please revert the code.
…unctions that are no longer supported Now the APIs of `SportClient` in the following list are supported: | name | value | example | | :------------------------------------ | :---- | :---- | | ROBOT_SPORT_API_ID_HEART | 1036 |Heart(); | | ROBOT_SPORT_API_ID_STATICWALK | 1061 |StaticWalk(); | | ROBOT_SPORT_API_ID_TROTRUN | 1062 |TrotRun(); | | ROBOT_SPORT_API_ID_ECONOMICGAIT | 1063 |EconomicGait(); | | ROBOT_SPORT_API_ID_LEFTFLIP | 2041 |LeftFlip(); | | ROBOT_SPORT_API_ID_BACKFLIP | 2043 |BackFlip(); | | ROBOT_SPORT_API_ID_HANDSTAND | 2044 |HandStand(); | | ROBOT_SPORT_API_ID_FREEWALK | 2045 |FreeWalk(); | | ROBOT_SPORT_API_ID_FREEBOUND | 2046 |FreeBound(); | | ROBOT_SPORT_API_ID_FREEJUMP | 2047 |FreeJump(); | | ROBOT_SPORT_API_ID_FREEAVOID | 2048 |FreeAvoid(); | | ROBOT_SPORT_API_ID_CLASSICWALK | 2049 |ClassicWalk(); | | ROBOT_SPORT_API_ID_WALKUPRIGHT | 2050 |WalkUpright(); | | ROBOT_SPORT_API_ID_CROSSSTEP | 2051 |CrossStep(); | | ROBOT_SPORT_API_ID_AUTORECOVERY_SET | 2054 |AutoRecoverySet(); | | ROBOT_SPORT_API_ID_AUTORECOVERY_GET | 2055 |AutoRecoveryGet(); | | ROBOT_SPORT_API_ID_SWITCHAVOIDMODE | 2058 |SwitchAvoidMode(); | BREAKING CHANGE: The functions or API IDs in the following list are no longer supported. If you need to use a new version, please remove the following references: | API ID | Macro Definition | Function Name | | :----- | :------------------------------------ | :------------------- | | 1011 | ROBOT_SPORT_API_ID_SWITCHGAIT | SwitchGait() | | 1012 | ROBOT_SPORT_API_ID_TRIGGER | Trigger() | | 1013 | ROBOT_SPORT_API_ID_BODYHEIGHT | BodyHeight() | | 1014 | ROBOT_SPORT_API_ID_FOOTRAISEHEIGHT | FootRaiseHeight() | | 1018 | ROBOT_SPORT_API_ID_TRAJECTORYFOLLOW | TrajectoryFollow() | | 1019 | ROBOT_SPORT_API_ID_CONTINUOUSGAIT | ContinuousGait() | | 1021 | ROBOT_SPORT_API_ID_WALLOW | Wallow() | | 1024 | ROBOT_SPORT_API_ID_GETBODYHEIGHT | BodyHeight | | 1025 | ROBOT_SPORT_API_ID_GETFOOTRAISEHEIGHT | (No direct function) | | 1026 | ROBOT_SPORT_API_ID_GETSPEEDLEVEL | (No direct function) |
feat(go2): add some new supported go2 sports APIs,delete deprecated f…
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.
f5ae449