From bf175b82c557a8e9a121ccd7e378edc5031fb10c Mon Sep 17 00:00:00 2001 From: David Calderon Date: Sun, 15 Sep 2024 15:51:27 -0400 Subject: [PATCH] Remove drone installation instructions Signed-off-by: David Calderon --- documents/installation/ubuntu_installation.md | 48 +------------------ 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/documents/installation/ubuntu_installation.md b/documents/installation/ubuntu_installation.md index f8394dab..b710c176 100644 --- a/documents/installation/ubuntu_installation.md +++ b/documents/installation/ubuntu_installation.md @@ -92,61 +92,15 @@ colcon build --symlink-install . install/setup.bash ``` ---- -## Drone -### 1. Create drone colcon environment - -```bash -cd .. -``` -You should now be in the `/urc` directory -```bash -mkdir -p drone-colcon/src -``` - -### 2. Clone the drone repository into the drone-colcon environment -```bash -cd drone-colcon -``` -```bash -git clone https://github.com/RoboJackets/urc-drone.git src --recursive -``` - -### 3. Run rosdep - Make sure to call `rosdep install` from the colcon workspace directory (`/drone-colcon`)! -```bash -sudo rosdep init -rosdep update -rosdep install --from-paths src --ignore-src -r -y -``` - -### 4. Build your drone workspace -Any time you call `colcon build`, make sure you are in the colcon directory (`/drone-colcon`)! -```bash -colcon build --symlink-install -``` - -### 5. Source the drone environment - -```bash -. install/setup.bash -``` - --- ## Recap You should now have a file structure that looks like ``` urc - ├── drone-colcon - │   ├── build - │   ├── install - │   ├── log - │   └── src - │   └── urc-drone └── rover-colcon ├── build ├── install ├── log └── src └── urc-software -``` \ No newline at end of file +```