How to overcome "No package ' argos3_simulator' found

Requests regarding how to set up experiments in ARGoS.
Miss7you
Posts: 1
Joined: Wed May 19, 2021 2:07 pm

How to overcome "No package ' argos3_simulator' found

Postby Miss7you » Thu May 20, 2021 2:40 am

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
Attachments
捕获.PNG
捕获.PNG (50.34 KiB) Viewed 6429 times

pincy
Site Admin
Posts: 632
Joined: Thu Mar 08, 2012 8:04 pm
Location: Boston, MA
Contact:

Re: How to overcome "No package ' argos3_simulator' found

Postby pincy » Thu May 20, 2021 2:51 am

I don't own the argos3-epuck repository, so I can't fix it for you. I left an issue that also reports the solution to the problem. Please comment on that issue to make them aware of your needs.
I made ARGoS.


Return to “How to... ?”