Skip to content

Commit 558cc00

Browse files
authored
Update FAQ.md
1 parent 3edd7fd commit 558cc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ First, make sure that the package is installed; in the example case it would be
2323
### Why does autocomplete not work in zsh environments?
2424
You will need to install https://github.com/conda-incubator/conda-zsh-completion
2525

26-
### How to fix RLException error on MacOS(M Chip & Intel CPUs) ?
26+
### How to fix RLException error on MacOS (M Chip & Intel CPUs) ?
2727
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:
2828
- Set up ROS_MASTER URI at 127.0.0.1 on port 11311 : `export ROS_MASTER_URI=http://127.0.0.1:11311`
2929
- Set up ROS_HOSTNAME : `export ROS_HOSTNAME=127.0.0.1`

0 commit comments

Comments
 (0)