-
Notifications
You must be signed in to change notification settings - Fork 134
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
The UnitreeB1 robot (50kg, 1126467636mm) cannot stand completely when using the stand command. #412
Comments
Hi, have you looked at the torque_limit parameter in the quad_utils/config/.yaml file? These limits may be set too low for your heavy robot to stand fully. |
Just checking in, on if you figured out a solution to this? Otherwise I'm gonna close this issue as resolved. Best, |
hi,@erika-24 @ologandavid |
Would you be willing to share me the code that you're working with in sim, I can take a look and see if I can deduce whats causing your issue. Best, |
hi, @ologandavid |
hello everyone,
After I successfully loaded the B1 robot in Rviz, I sent the stand command to the robot. However, I found that the robot couldn't stand completely. I followed the steps in the wiki to add the robot and also added the b1.yaml file as shown in the following image:
I generated the dynamics C++ code for the B1 robot. When I execute the motion planning command, the result is as shown in the following image. It seems that the issue may be caused by the robot standing normally.
I've seen people make the robot stand normally by changing the initial origin of the rpy of knee joint in the URDF. However, when I continuously modify this joint's starting angle, I find that the robot still cannot stand. Do you have any other debugging methods, and how can I solve this issue?
The text was updated successfully, but these errors were encountered: