@@ -80,15 +80,13 @@ Reinitialize the environment of your Remote PC or Virtual Machine (in the follow
...
@@ -80,15 +80,13 @@ Reinitialize the environment of your Remote PC or Virtual Machine (in the follow
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_.
### Launching ROS
### Launching ROSCORE
* Launching roscore
```plaintext
```plaintext
(Remote PC)>roscore
(Remote PC)>roscore
```
```
* Starting a real robot burger
### Starting a real robot burger
Define a specific namespace for each robot and initialize the *multi_robot_name* parameter with that namespace ([Our burger configuration](/specification of our robots)):
Define a specific namespace for each robot and initialize the *multi_robot_name* parameter with that namespace ([Our burger configuration](/specification of our robots)):
...
@@ -96,7 +94,9 @@ Define a specific namespace for each robot and initialize the *multi_robot_name*
...
@@ -96,7 +94,9 @@ Define a specific namespace for each robot and initialize the *multi_robot_name*