Browse Source

update to run script part of install instructions

pull/24/head
Charlie Kemp 3 years ago
committed by GitHub
parent
commit
afb9c26d61
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      install_noetic.md

+ 5
- 4
install_noetic.md View File

@ -23,10 +23,11 @@
2. Or, you can use the visual file explorer.
### Run the setup script with the robot's new Ubuntu 20.04 installation
1. `sudo apt install git`
2. `git clone https://github.com/hello-robot/stretch_install.git -b dev/install_20.04`
3. `cd ./stretch_install/factory && ./stretch_install_nonfactory.sh`
- Supply the password if asked for it
1. 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`
- You will need to provide input when prompted, including your robot's number and possibly your password.
### Clean up and verify the robot's Noetic ROS installation
1. `cd ~ && rm -rf ./stretch-re1-xxxx`

Loading…
Cancel
Save