Skip to content

Commit

Permalink
Update: add libvtk6-dev to the list of dependencies to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
vaw committed Jul 20, 2018
1 parent d34574c commit a520762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme/ubuntu1604.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Install quanergy_client (SDK)
cd ~/QuanergySystems/quanergy_client/build
sudo make install
```
## Install ROS Kinetic RVIZ and configure environment
## Install ROS Kinetic RVIZ and configure environment

```
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116
sudo apt-get update
sudo apt-get install ros-kinetic-rviz ros-kinetic-pcl-ros ros-kinetic-rosbash
sudo apt-get install libvtk6-dev ros-kinetic-rviz ros-kinetic-pcl-ros ros-kinetic-rosbash
sudo apt-get install libhdf5-openmpi-dev
source /opt/ros/kinetic/setup.bash
```
Expand Down

0 comments on commit a520762

Please sign in to comment.