Skip to content

Commit 83d2ce0

Browse files
author
Hugo Boyer
committed
PR comments: removed duplicate instrutctions to start gazebo and extra blank line in manifest.xml
1 parent e87f082 commit 83d2ce0

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

gazebojs_pubsub/tutorial.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ This page explains how to create publishers and subscribers to Gazebo topics in
55

66
## Project setup
77

8-
Also, because the code tries to connect to the running simulation server, launch Gazebo in a separate terminal (if it is not already running) and verify that the simulation is running (and Sim Time is increasing):
9-
10-
gazebo
11-
128
Unlike software packages that are installed once per machine, NodeJs packages like Gazebojs are installed inside each node project. Create a NodeJS project for this tutorial, and install a local copy of the gazebojs package with npm:
139

1410
mkdir gazeboJsPubSub
@@ -29,12 +25,13 @@ Publishers allow clients and servers to initiate communication, using typed mess
2925

3026
### Node session
3127

32-
Start gazebo
28+
Because the code tries to connect to the running simulation server, launch Gazebo in a separate terminal (if it is not already running) and verify that the simulation is running (and Sim Time is increasing):
3329

3430
gazebo
3531

3632
In a separate terminal, from the gazeboJsPubSub directory, start a node interactive session:
3733

34+
cd gazeboJsPubSub
3835
node
3936

4037
And type in the following two lines to load the Gazebo C++ module into the Node V8 script engine, and crate an instance of the Gazebo class.

manifest.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,11 @@
324324
<skill>intermediate</skill>
325325
</tutorial>
326326

327-
<tutorial title="Joint Events" ref='jointevents'> <markdown version="6.0+">joint_events/tutorial.md</markdown>
327+
<tutorial title="Joint Events" ref='jointevents'> <markdown version="6.0+">joint_events/tutorial.md</markdown>
328328
<description>Use the simEventsPlugin to send messages when a model joint changes.</description>
329329
<skill>intermediate</skill>
330330
</tutorial>
331331

332-
333332
<tutorial title="Contact Sensor" ref='contact_sensor'>
334333
<markdown version="1.9">contact_sensor/tutorial.md</markdown>
335334
<markdown version="4.0+">contact_sensor/tutorial_4-0.md</markdown>

0 commit comments

Comments
 (0)