-
Notifications
You must be signed in to change notification settings - Fork 5
Run in Ubuntu 18.04
Kyungyeon Park edited this page Sep 25, 2019
·
3 revisions
We can run this project in Ubuntu 18.04 using docker.
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo apt update
sudo apt-cache policy docker-ce
sudo apt install docker-ce
sudo systemctl status docker
sudo docker pull ros:kinetic-robot
sudo docker run -it ros:kinetic-robot // it: Enable keyboard input
curl -sS https://bootstrap.pypa.io/get-pip.py >>setup.py
python3 setup.py
pip3 install rospkg catkin_pkg
pip3 install catkin_tools
pip3 install numpy
pip3 install pyserial
pip3 install rospy