LiveODM is a live DVD/USB ISO with ODM, NodeODM and WebODM pre-installed. No additional installation required, just plug and play. Works on most 64-bit computers.
LiveODM is great for:
Git if you plan on cloning this repository.
Note - If you plan on Setting up a dedicated machine for ODM, the system requirements as the same as recommended for WebODM
git clone https://github.com/OpenDroneMap/LiveODM.git
cd LiveODM/
./envsetup.sh
An ISO file named opendronemap.iso
will be generated at the end of this step if this step was completed successfully.
If you just want to use the stock LiveODM ISO without making changes, simply flash opendronemap.iso
with your favorite program (see Flashing the ISO), plug the USB onto your computer, reboot and you're done! If you want to customize the ISO, instead follow these additional steps:
./enter-chroot.sh
You are in the chroot environment now. Make your modifications (add programs, update ODM software, change settings, etc.). When you are done:
exit
. This will leave the chroot environment../build.sh
Then wait. When it's done, the opendronemap.iso
file will be ready to be flashed.
You can use one of many programs to flash the ISO onto a USB drive.
Program | Description |
---|---|
Etcher | Easy to use, no persistence options |
Unetbootin | Persistence up to 4GB on FAT32 file systems |
Username: odm
Password: odm
The root password is opendronemap
. We recommend you change both passwords if you install LiveODM on a machine.
There are many ways to contribute back to the project: