You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dataset_collection_framework/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This application allows for on-the-fly dataset collection, specifically:
9
9
The two transmission flows (Wifi & bluetoot) are totally indipendent, a python script allows for offline matching of images and state.
10
10
11
11
The repository of the dataset framework collector is so structured:
12
-
1.**STM32 code** for the drone's state acquisition and bluetooth transmission -> `crazyflie_firmware_patch/`
12
+
1.**STM32 code** for the drone's state acquisition and bluetooth transmission -> `crazyflie_firmware_patches/`
13
13
2.**AI-deck code** for camera acquisition and wifi transmission -> `GAP8_streamer/`
14
14
2.**Python app** with the dataset collector framwork Graphical User Interface (GUI), which receives the images and state on the laptop, and label's post processing scripts -> `dataset_collector_python/`
15
15
@@ -46,7 +46,7 @@ To get the datasetcollector app running there are three main steps required:
46
46
First we need to change to the folder where the crazflie STM32 software is located. First go to the clone of this repo and execute:
47
47
48
48
~~~~
49
-
cd crazyflie_firmware_patch/dataset_collection_app
49
+
cd crazyflie_firmware_patches/dataset_collection_app
50
50
~~~~
51
51
52
52
Plug in your crazyflie dongle and [set the crazyflie into flash mode](https://www.bitcraze.io/documentation/repository/crazyflie-firmware/2020.06/building-and-flashing/flashing/) (Turn off crazyflie and turn on by holding the on button for 3 seconds). The blue LED's should blink now.
@@ -65,7 +65,7 @@ make cload
65
65
As soon as the flashing is done the crazyflie will be automatically reseted.
66
66
67
67
#### Remarks to be mentioned:
68
-
- Some files inside the original `crazyflie-firmware` hade been changed. The modified files are stored in `crazyflie_firmware_patch/crazyflie-firmware-modified-dataset/`. Therefore, the `Makefile` masks some files of the original gap_sdk to include these files that have been modified.
68
+
- Some files inside the original `crazyflie-firmware` hade been changed. The modified files are stored in `crazyflie_firmware_patches/crazyflie-firmware-modified-dataset/`. Therefore, the `Makefile` masks some files of the original gap_sdk to include these files that have been modified.
0 commit comments