Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dev:gettingstarteddunegitneptus [2018/09/19 15:09] – created alberto | dev:gettingstarteddunegitneptus [2023/09/06 11:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 15: | Line 15: | ||
</ | </ | ||
==== DUNE ==== | ==== DUNE ==== | ||
- | All code and shared files are placed on a gitlab repository. You can find it here: [[http://uavlab.itk.ntnu.no: | + | All code and shared files are placed on a gitlab repository. You can find it here: [[https://gitlab.com/aurlab|AURlab |
< | < | ||
- | mkdir uavlab | + | mkdir aurlab |
- | cd uavlab | + | cd aurlab |
- | git clone git@uavlab.itk.ntnu.no: | + | git clone https:// |
cd dune | cd dune | ||
- | git clone git@uavlab.itk.ntnu.no: | ||
- | cd ../ | ||
mkdir build | mkdir build | ||
cd build | cd build | ||
- | cmake -G " | + | cmake ../dune |
make -j8 | make -j8 | ||
</ | </ | ||
Line 36: | Line 34: | ||
Now, clone and build Neptus. | Now, clone and build Neptus. | ||
< | < | ||
- | cd uavlab | + | cd aurlab |
- | git clone http://github.com/LSTS/neptus | + | git clone https://gitlab.com/aurlab/ |
cd neptus | cd neptus | ||
ant | ant | ||
Line 45: | Line 43: | ||
< | < | ||
- | sh neptus | + | ./neptus |
</ | </ | ||
Line 54: | Line 52: | ||
< | < | ||
- | cd uavlab | + | cd aurlab |
cd dune | cd dune | ||
- | cd user | ||
git checkout -b feature/ | git checkout -b feature/ | ||
</ | </ | ||
- | Now you should have moved to your own branch. Every time you make something new on your branch, or do some major updates (minimum once a day), you should commit your changes. | + | Now you should have moved to your own branch. Every time you make something new on your branch, or do some major updates (minimum once a day), you should commit your changes. |
You should have your own config file, and you make it by right-clicking on the // / | You should have your own config file, and you make it by right-clicking on the // / | ||