-
Notifications
You must be signed in to change notification settings - Fork 112
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
support: add Gazebo simulation models #145
Comments
Might also be nice to somehow support The Construct. |
Hi, I'm trying to do this because I need to simulate robot control for my project in Google Summer of Code in this year. |
Hi. Thanks for looking into this. We've experimented with Gazebo packages for the models in ROS-Industrial some weeks/months ago and this is what we noticed:
Structuring and naming the launch files is something that is rather subjective unfortunately, and I don't think we've had enough exposure to really standardise anything. The two main approaches (which are very similar) can be found in the Note that the proposed approach is rather ROS focused: still using URDF, only a single robot in isolation, etc. That might be something to address. |
Also: because of the fact that inertias and masses are really only (gu)estimates, the dynamic behaviour will never really come close to the real robot. I feel this is important to mention, and so at least the Staubli packages include a warning about that (here for the TX90 fi). |
Thanks for the suggestion, I decided to follow the |
Currently, I am interested in this; |
I'm going to close this. Reason: creating these packages is quite some work, especially when we'd want to use Creating Gazebo support packages for all robots therefore is not something we'll do 'just because we can', but will have to be prioritised based on when it is requested. |
A nice-to-have: add Gazebo compatible versions of the manipulator xacros/urdfs in the support package so they can be placed in simulated worlds.
The text was updated successfully, but these errors were encountered: