(if you need to use /clock in your ros package, you have to be aware about /use_sim_time parameter defined in the launch file) 
(if you need to use /clock in your ros package, you have to be aware about *use_sim_time* parameter defined in the launch file)

* Using a simulated burger with _rviz_
...
...
@@ -118,7 +120,9 @@ Define a specific namespace for each robot and initialize two parameters *multi_
@@ -187,7 +191,7 @@ Reinitialize the environment of your Remote PC:
(Remote PC)> source ~/.bashrc
```
Note: IP_OF_SERVER_RUNNING_ROSCORE can be equal to IP_OF_REMOTE_PC in case you run /roscore/ on the Remote PC. The ROS_MASTER_URI is necessary for connecting the ros node running on your Remote PC to the ros master node, i.e. the one running /roscore/.
Note: IP_OF_SERVER_RUNNING_ROSCORE can be equal to IP_OF_REMOTE_PC in case you run *roscore* on the Remote PC. The ROS_MASTER_URI is necessary for connecting the ros node running on your Remote PC to the ros master node, i.e. the one running *roscore*.
* Configuring the TurtleBot3 Waffle
...
...
@@ -200,9 +204,9 @@ From the remote PC, connect to the Waffle by ssh:
Add the following lines in the .bashrc of the Waffle to define the necessary environment variables for runnning ROS:
(if you need to use /clock in your ros package, you have to be aware about /use_sim_time parameter defined in the launch file) 
(if you need to use /clock in your ros package, you have to be aware about /use_sim_time parameter defined in the launch file)