A bunch of easy to understand/use MOOS examples through python.
To launch the examples, you need:
core-moos
(where MOOSDB and libmoos live),essential-moos
(to usepAntler
andpShare
), andpython-moos
(for thepymoos
python package).
In a terminal:
git clone https://github.com/themoos/core-moos
cd core-moos
mkdir build
cd build
cmake ..
make
sudo make install
cd ../..
git clone https://github.com/themoos/essential-moos
cd essential-moos
mkdir build
cd build
cmake ..
make
sudo make install
cd ../..
git clone https://github.com/msis/python-moos
cd python-moos
mkdir build
cd build
cmake ../
make
sudo make install
cd ../..
Once you have pymoos
package installed, you can then try and play with any of the examples in the subfolders.