-
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
Added basic Ignition Gazebo tutorial and restructure simulation index #2356
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
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.
overall lgtm, just minor fixes.
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: ahcorde <ahcorde@gmail.com>
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.
Overall, the tutorial is good. I've left a bunch of comments inline on things to fix to make the language a bit more consistent. Once that is in, I'll do another review pass.
|
||
**Goal:** Launch a Simulation with Ignition Gazebo and ROS 2 | ||
|
||
**Tutorial level:** Medium |
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.
Our tutorial levels are of the form "Beginner", "Intermediate", and "Advanced". I'll suggest that this should be an "Intermediate" tutorial.
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
|
||
.. code-block:: console | ||
|
||
source /opt/ros/<ROS_DISTRO>/setup.bash |
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.
source /opt/ros/<ROS_DISTRO>/setup.bash | |
source /opt/ros/{ROS_DISTRO}/setup.bash |
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
|
||
.. code-block:: console | ||
|
||
source /opt/ros/<ROS_DISTRO>/setup.bash |
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.
source /opt/ros/<ROS_DISTRO>/setup.bash | |
source /opt/ros/{ROS_DISTRO}/setup.bash |
source/Tutorials/Simulators/Ignition/Setting-up-a-Robot-Simulation-Ignition.rst
Outdated
Show resolved
Hide resolved
Summary | ||
------- | ||
|
||
In this tutorial, you launch a robot simulation with Ignition Gazebo, launch bridges with actuators and sensors, visualize data from a sensor and move a diff drive robot. |
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.
In this tutorial, you launch a robot simulation with Ignition Gazebo, launch bridges with actuators and sensors, visualize data from a sensor and move a diff drive robot. | |
In this tutorial, you launched a robot simulation with Ignition Gazebo, launched bridges with actuators and sensors, visualized data from a sensor, and moved a diff drive robot. |
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
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.
Apologies, I made a small mistake in my previous review. I suggested to use {ROS_DISTRO}
, when it really should have been {DISTRO}
. I fixed that up, as well as made a few more minor fixes to the text and formatting. Now this looks good to me, so I'll approve. @ahcorde should this also be backported to Foxy and Galactic?
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.
Thanks, @ahcorde , LGTM 👍
Yeah that should work with those versions too, and I believe the content can remain the same. |
All right, thanks. Merging, then. |
Signed-off-by: ahcorde ahcorde@gmail.com
Added basic Ignition Gazebo tutorial and restructure simulation index