Error when running kilobot_trajectory.argos

Requests regarding how to set up experiments in ARGoS.
luigifeola
Posts: 3
Joined: Wed May 19, 2021 8:36 am

Re: Error when running kilobot_trajectory.argos

Postby luigifeola » Wed Jan 19, 2022 5:54 pm

Your suspicion was well founded, in fact I got

Code: Select all

argos@argos-VirtualBox:~$ ls /usr/local/lib/argos3 libargos3plugin_simulator_kilobot.so libargos3plugin_simulator_kilolib.a

Code: Select all

argos@argos-VirtualBox:~$ ls /usr/local/include/argos3 plugins


Code: Select all

cd argos3-kilobot rm -rf build mkdir build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ../src make sudo make install

The procedure I used so far is similar to the one you suggest, which is available in the readme of the github repository https://github.com/ilpincy/argos3-kilobot.git. The only difference is the cmake instruction in which the -DCMAKE_INSTALL_PREFIX flag is not specified. Now adding that flag it works, thank you!


Return to “How to... ?”