Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

update README.md #1389

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ sudo apt install ros-melodic-roscpp ros-melodic-std-msgs ros-melodic-cv-bridge r
Once all ros packages are installed, install the script that tunes the environment variables ROS in your .bashrc configuration file, and run it for the current shell:

```
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
source ~/.bashrc
```

Expand All @@ -252,7 +252,7 @@ source ~/.bashrc
compile ice:

```
git clone -b 3.7.2 https://github.com/zeroc-ice/ice.git
git clone -b 3.7 https://github.com/zeroc-ice/ice.git
cd ice/cpp
make CPP11=yes OPTIMIZE=yes
make install
Expand Down