Skip to content
Snippets Groups Projects
Commit e6f1b77d authored by Tommy Persson's avatar Tommy Persson
Browse files

Instructions for compiling simulator added-

parent 0f7dfa27
Branches
Tags
No related merge requests found
......@@ -200,3 +200,29 @@ and the control mode must be:
## Compiling Simulator
If you have access ti the simulator repos you can compile it locally.
Needed extra packages:
```bash
git clone git@gitlab.liu.se:lrs/lrs_basic.git
git clone git@gitlab.liu.se:lrs/motion_models.git
git clone git@gitlab.liu.se:lrs/nonlinearmpc.git
git clone https://github.com/dji-sdk/Onboard-SDK-ROS.git
cd Onboard-SDK-ROS
git checkout 3.8
```
Install the DJI SDK:
```bash
git clone https://github.com/dji-sdk/Onboard-SDK.git
cd Onboard-SDK
git checkout 3.8
cd osd-core
mkdir build
cd build
cmake ../
make -j 4 djiosdk-core
sudo make install djiosdk-core
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment