Skip to content

Commit d266020

Browse files
authored
Update GettingStarted.md
1 parent f08ce94 commit d266020

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,7 @@ In the conda environment activation is the ROS activation included. There is no
156156
micromamba activate ros_env
157157
rviz2
158158
```
159-
If you run into "RLException: Unable to contact my own server" error on MacOS here are the instructions that you need to follow in order to resolve that issue:
160-
- Set up ROS_MASTER URI at 127.0.0.1 on port 11311 : `export ROS_MASTER_URI=http://127.0.0.1:11311`
161-
- Set up ROS_HOSTNAME : `export ROS_HOSTNAME=127.0.0.1`
162-
- Open the hosts file with a text editor like nano: `sudo nano /etc/hosts`
163-
- Add the following lines if they are not already present: `127.0.0.1 macbookpro` and `127.0.0.1 localhost`
164-
- Then save the file and restart your terminal.
165-
159+
166160
## Updating
167161
Updating all packages in your environment is as easy as:
168162

0 commit comments

Comments
 (0)