-
Notifications
You must be signed in to change notification settings - Fork 25
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 quadruped robot exhibits unstable motion when traversing obstacles. #8
Comments
@nanbwrn I had the same problem as you, have you solved it yet? |
I'm guessing it should be due to the camera view changing too quickly due to the body shaking of the robot in motion, which causes the height information in the elevation map to be skewed and the robot's footing point to be incorrectly predicted. You can find the robot's feet "plunging" into the map in the rviz interface, which is the same as what I'm experiencing (below). But I don't know how to solve this problem. |
Hi, everyone. [ERROR] [1709299206.611116230, 18.830000000]: Exception thrown while initializing controller 'controllers/perceptive_controller'. by the way: I have put the t265.stl file into the corresponding folder, but this errror stoll exists. |
hi,@tony-hj |
Hi @nanbwrn |
Hi, @hrxsd |
@tony-hj I think I solved the problem. First I found the t265.stl file on github and put it in the correct location, but it still reported that the file could not be found. Then I changed the contents of lines 41 and 49 in sensor_t265.xacro to change the file path to an absolute path and the problem was solved. This worked on my computer, looking forward to other solutions. |
hi, @hrxsd Do you know how to set this up? |
@nanbwrn I'm experiencing the same thing as yours and don't know why yet. |
@nanbwrn Try adding file:// in front of the file path, I could see t265 in rviz after I added it. |
hi,@hrxsd |
Hi, @nanbwrn |
hi,everyone
When the code runs normally, the robot can stably traverse smaller obstacles. However, when continuously crossing several higher obstacles, the robot becomes unstable and falls. I am not sure if it is due to the lower calculation frequency or if there is an issue with the foot placement selection. Has anyone encountered this issue? could you give some advice?
Thank you, everyone.
Below is a simulation process video.
The text was updated successfully, but these errors were encountered: