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/GettingStarted.md
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -156,13 +156,7 @@ In the conda environment activation is the ROS activation included. There is no
156
156
micromamba activate ros_env
157
157
rviz2
158
158
```
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
+
166
160
## Updating
167
161
Updating all packages in your environment is as easy as:
0 commit comments