Browse Source

Add clarification about where home dir location

pull/33/head
Binit Shah 3 years ago
committed by GitHub
parent
commit
40b142e4e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      install_noetic.md

+ 3
- 2
install_noetic.md View File

@ -29,8 +29,9 @@ These instructions will guide you through the process of installing the Noetic v
### Run the setup script with the robot's new Ubuntu 20.04 installation
1. Using a terminal, go to the home directory of the new Ubuntu 20.04 installation with `cd`. Then run the following commands.
2. `sudo apt install git`
3. `git clone https://github.com/hello-robot/stretch_install.git -b dev/install_20.04`
4. `cd ./stretch_install/factory && ./stretch_install_nonfactory.sh`
3. `cd $HOME`
4. `git clone https://github.com/hello-robot/stretch_install.git -b dev/install_20.04`
5. `cd ./stretch_install/factory && ./stretch_install_nonfactory.sh`
- You will need to provide input when prompted, including your robot's number and your password. The password request can come late in the process and freeze installation until you provide it.
### Check that the robot's Noetic ROS installation is working

Loading…
Cancel
Save