Skip to content

Commit

Permalink
docs: fix ROS_HOSTNAME value
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Aug 4, 2019
1 parent c5bcb16 commit 0acbf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/rviz.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ROS_MASTER_URI=http://192.168.11.1:11311 rviz
If connection is not established, make sure the `.bashrc` of Clever contains line:

```(bash)
export ROS_IP=192.168.11.1
export ROS_HOSTNAME=`hostname`.local
```

Using rviz
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/rviz.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ROS_MASTER_URI=http://192.168.11.1:11311 rviz
Если соединение не устанавливается, необходимо убедиться, что в `.bashrc` Клевера присутствует строка:

```bash
export ROS_HOSTNAME=raspberrypi.local
export ROS_HOSTNAME=`hostname`.local
```

Использование rviz
Expand Down

0 comments on commit 0acbf61

Please sign in to comment.