-
Notifications
You must be signed in to change notification settings - Fork 381
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
system control explanation #151
Comments
You ask how a robot could possibly work without using RL?
Let me ask you another question: Can you provide a link to an open-source robot controller comparable to “Champ” that does, in fact, use RL? I doubt such a thing exists.
To answer your question, it works like this. A path in 3D space is computed, and then periodically (at about 50Hz) a point is taken from the path and used as a foot position, inverse kinematics is used to compute the joint angles that place the foot to this location. motors are commanded to those angles. The rest is “just details”. To learn more, you need to ask about each detail, one at a time, but as part of the question tell us what you were able to figure out and what puzzles you.
As an “issue,” I think it is best to word it as “we need to document the theory of operation at a fairly high level.” However, making such a request is about the same as volunteering for a big job.
… On Mar 9, 2025, at 9:18 AM, BeNavon ***@***.***> wrote:
BeNavon
created an issue
(chvmp/champ#151)
it's particularly fascinating how they managed to control joint movements without reinforcement learning.
could someone briefly explain how joint control works in this simulation?
thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
<#151> <https://github.com/notifications/unsubscribe-auth/ABQKNRRJ3HDKCATSGCI2DJT2TRSWFAVCNFSM6AAAAABYUNFXWWVHI2DSMVQWIX3LMV43ASLTON2WKOZSHEYDKNJSGI2TKOA>
BeNavon
created an issue
(chvmp/champ#151)
<#151>
it's particularly fascinating how they managed to control joint movements without reinforcement learning.
could someone briefly explain how joint control works in this simulation?
thanks!
—
Reply to this email directly, view it on GitHub <#151>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABQKNRRJ3HDKCATSGCI2DJT2TRSWFAVCNFSM6AAAAABYUNFXWWVHI2DSMVQWIX3LMV43ASLTON2WKOZSHEYDKNJSGI2TKOA>.
You are receiving this because you are subscribed to this thread.
|
There have been attempts in the past (https://github.com/OpenQuadruped/spot_mini_mini) and the gym packages. But these are a little outdated now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's particularly fascinating how they managed to control joint movements without reinforcement learning.
could someone briefly explain how joint control works in this simulation?
thanks!
The text was updated successfully, but these errors were encountered: