-
Notifications
You must be signed in to change notification settings - Fork 18
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
Customizing the new robot #17
Comments
Hey @Timofeibb, it's great to see your efforts to make I might be wrong but I think the issue we had was that the urdf's velocity limit for all the joints was too high. Could you try lowering the joint velocity limits to a lower value, say 5 rad/s for each joint? |
Hi @lnotspotl, |
The issue might also be that your foot's frame is within the collision body while Anymal has that foot reference frame on the tip of the collision body Not sure, just speculating. I think this might be causing some instabilities in the WBC controller itself. |
@lnotspotl https://github.com/user-attachments/assets/8b0929a0-e005-4a65-a501-4b3ceac7cb61 https://github.com/user-attachments/assets/c0aa891e-046b-430b-8195-90d92ee6b9d7 The repository https://github.com/user-attachments/assets/3481023f-8774-46e8-ba04-0027fbd17e38 I changed the robot spot values in the kinematics section for my robot. It looks good, but not perfect. And since we are talking about So the question, is there an update planned for using the robot with normal leg placement And how can |
Hi. I am trying to customize my own robot based on this repository. The problem is that I don't quite understand which files to look at first (
task.info, sqp.info, controllers. info
etc.). I have already built the robot URDF model, and the final structure is very similar to the ANYmal robot from the repository (joints, links, axes names), the different is on motor effort, speed and joint limits, mass etc. But the main difference is that my robot has a different leg position, it's not><
but>>
. I also changed the collision settings in gazebo, I compiled the SDF file from URDF and looked at the contactsSDF
URDF
I have already made changes to file
task.info, controllers.info, targetCommand.info
etc. to match my robot parameters, but the result is still far from ideal. As soon as I switch the controller fromSTAND
toWBC
the robot starts to jerk continuously and just falls over. You can see my simulation in gazebo belowUntitled.video.mp4
These are my MPC settings from the terminal before launch.
Before that I already used another repository [https://github.com/qiayuanl/legged_control] and there I successfully customized my own robot with grid map. But there is no grid map navigation function there, it is a kind of blind mpc like in tbai_mpc_blind.
Untitled.video1.mp4
So my question is, what should I pay attention to when developing my own robot using your repository?
Thank you.
The text was updated successfully, but these errors were encountered: