-
Notifications
You must be signed in to change notification settings - Fork 10
ROS_Setup
Subin Yang edited this page Jul 2, 2019
·
21 revisions
- ubuntu 16.04 xenial
- python2.7
- ROS kinetic
ROS uses python2.7, but python2 is supported until 1.Jan.2020. ROS2 is released and uses python3, but not stable yet. We will refactor code using ROS2 and python3 when our task is finished.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git wget
-
sudo apt-get install vim
# or your favortie editor.