You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/gazebo/installation.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,17 @@ After installation, :program:`Gazebo Harmonic` can be run with the following com
35
35
36
36
gz sim
37
37
38
+
Which should result in something similar to the following, if the installation went well.
39
+
I would recommend strongly against letting the curiosity get the best of you and clicking on the ``3d_shapes.sdf`` given that it's current freezing my virtual machines.
40
+
Other
41
+
42
+
.. image:: images/screen_quickstart.png
43
+
:width:100%
44
+
45
+
Basic functionality of :program:`Gazebo`
46
+
----------------------------------------
47
+
48
+
We can start by choosing the file :file:`ackermann_steering.sdf`
Copy file name to clipboardExpand all lines: docs/source/inspecting_services.rst
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,21 +120,32 @@ It is important to know of the existence of ``service introspection``. Although
120
120
After proper configuration of the server and client, :program:`ros2 service echo` allows us to look at what information is being exchanged between participants. It helps not having to
121
121
add endless ``print`` functions throughout the code that hurt performance.
0 commit comments