-
Notifications
You must be signed in to change notification settings - Fork 5
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
ridgeback_dual_arm gazebo+moveit #1
Comments
Hi @TouchDeeper . Looking at your video, it looks like everything is working properly with MoveIt! and Gazebo. What kinds of issues are you having? |
Hi,@dniewinski,the arm work properly, but the ridgeback can't move with your package. |
@TouchDeeper I believe the issue might be related to a bug in gazebo_ros_control (ros-simulation/gazebo_ros_pkgs#612). A quick test of this would be to grab the Ridgeback and lift up into the air and drop it. If it falls down, but looks like the arms are acting like parachutes, than this is the issue. This issue doesn't let the Ridgeback properly grip the ground, which means it can't drive. I haven't been able to fix it yet, which is why there isn't a gazebo package for ridgeback_manipulation. Try to follow along with the suggestions in that link and let me know if you are able to get something usable out of it. |
Hi,@dniewinski ,thanks for your reply. Take a sigh of relief,I fixed it just now. The same as you ,the first time i get the issue about falling down seems like a parachutes is when a wheel of the car can't land in the gazebo. there is a link about how to solve this issue https://github.com/mintar/mimic_joint_gazebo_tutorial. Just as the tutorial said, i change the position_controllers to effort_controllers, the gravity problem disappear,but,so sad,the arm vibration in gazebo is too large, even cause the model rush.Then i find a project about youbot https://github.com/mas-group/youbot_simulation, referring to this project, i solve the problem of model rush. Hope it helps you. |
@TouchDeeper If your issue is resolved, please close this issue. I will try to implement a proper gazebo package for this in the future |
Hi,@dniewinski,i will colse this issue. I'm looking forward to your update. |
Hi,your company‘s robot is outstanding. Our project team buy a reidgeback, and i'm building the dual_ur_ridgeback gazebo+moveit project. Thanks for your project ridgeback_manipulation, the project teach me how to start. I achieve dual_ur gazebo+moveit as the video show. However when i add the dual_ur to the ridgeback, the ridgeback can't work normally in gazebo,and i'm stuck here. Do you have the plan to add the dual_ur to ridgeback in gazebo+moveit? Thanks a lot!
The text was updated successfully, but these errors were encountered: