
- Screenshot from 2021-05-07 23-25-18.png (127.77 KiB) Viewed 20161 times
I follow these commands:
Installation of ARGoS and the ARGoS e-puck plugin
1) mkdir software
2) cd software/
3) git clone
https://github.com/ilpincy/argos3.git
4) git clone
https://github.com/demiurge-project/argos3-epuck.git
5) sudo apt-get install cmake g++ libfreeimage-dev libfreeimageplus-dev \qt5-default freeglut3-dev libxi-dev libxmu-dev liblua5.3-dev \lua5.3 doxygen graphviz graphviz-dev asciidoc
6) cd argos3/
7) mkdir build
8) cd build
9) cmake ../src
10) make
11) make doc
12) sudo make install
13) sudo ldconfig
Verify that the installation was succesful.
1) argos3 --version
Build and install the ARGoS-epuck plugin.
1) cd ../../argos3-epuck/
2) mkdir build
3) cd build
4) cmake ../src
5) make
6) sudo make install
7) sudo ldconfig
Installation — Module : ARGoS module
1) mkdir build/
2) cd build/
3) cmake .. (error occurs here in this command as shown in screenshot)