Skip to content

Commit

Permalink
[DOCS] update git clone command in data_processing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hollydinkel committed Mar 25, 2024
1 parent 1747aca commit da81cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data_processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The files documents the steps for creating a dataset to use with Fast Change Det
First, install the [Astrobee flight software](https://github.com/nasa/astrobee) in the '$HOME' directory. Additional instructions for using the Astrobee flight software with Docker are [here](https://docs.google.com/document/d/1Wx54si5_24rz0kJie31X54PIk_k_owT6qzlziGnAWYc/edit?usp=sharing). Next, create a catkin workspace and clone this repository into the catkin workspace.

```bash
cd $HOME && mkdir -p change_ws/src && git clone https://github.com/hollydinkel/astrobee_change_detection --recurse-submodules
cd $HOME && mkdir -p change_ws/src && git clone https://github.com/hollydinkel/astrobee_change_detection --recurse-submodules $HOME/change_ws/src/astrobee_change_detection
cd $HOME/change_ws/src/astrobee_change_detection && ./process_data.sh
```

Expand Down

0 comments on commit da81cb9

Please sign in to comment.