-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
URDF Sim Tutorial #3952
base: humble
Are you sure you want to change the base?
URDF Sim Tutorial #3952
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is for Humble, because I don't believe its compatible with Gazebo New Coke.
As of right now, I don't believe there is a difference between Rolling and Humble in this regards. That is, they share the same underlying Ubuntu 22.04, so the same Gazebo stuff should work on both (this also goes for Iron). But I could be wrong, maybe @ahcorde can comment more on this.
Signed-off-by: David V. Lu!! <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next review pass.
Co-authored-by: Chris Lalancette <[email protected]> Signed-off-by: David V. Lu!! <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more minor changes, then I'm happy with this! Thanks for the continued iteration.
Co-authored-by: Chris Lalancette <[email protected]> Signed-off-by: David V. Lu!! <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clalancette do you mind to review this again ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left a couple of things inline.
However, I'm now mostly concerned by the fact that this tutorial requires Gazebo Classic. Support for that is ending in January 2025, and so adding this tutorial now (even to Humble) seems like something of a mistake: https://classic.gazebosim.org/ . Is there a way to update this tutorial to use Ignition Fortress instead?
Pinging @azeey for thoughts as well.
|
||
|
||
Based on `this ROS 1 tutorial <http://wiki.ros.org/urdf/Tutorials/Using%20a%20URDF%20in%20Gazebo>`_. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prerequisites | |
------------- |
|
||
Nonfunctional Gazebo Interface | ||
------------------------------ | ||
We can spawn the model we already created into Gazebo using ``gazebo.launch.py`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reading this, I find this statement confusing. Who created this model? Is this tutorial following off of another one? If that's the case, the fact that we require a previous tutorial should be marked in the prerequisites.
See the code conversion here: ros/urdf_sim_tutorial#13
Currently in the process of getting the packages on the buildfarm: ros/rosdistro#38713
This PR is for Humble, because I don't believe its compatible with Gazebo New Coke.