Search found 14 matches

Go to advanced search

by YonTan
Thu Mar 24, 2022 12:14 pm
Forum: How to... ?
Topic: can't draw my robot
Replies: 3
Views: 19580

Re: can't draw my robot

Hi again,

Is there any issue with the way I've shared my code ?
Is there another way to share it ?

thank you!
by YonTan
Mon Mar 21, 2022 9:58 am
Forum: How to... ?
Topic: can't draw my robot
Replies: 3
Views: 19580

Re: can't draw my robot

attached.

thank you!!
by YonTan
Sun Mar 13, 2022 12:15 pm
Forum: How to... ?
Topic: can't draw my robot
Replies: 3
Views: 19580

can't draw my robot

Hi, I've created my own robot (based on footbot). Ive created the entity, model and qt-open files (based on footbot which a few modifications). when i run it, it seems to work (I do see my logs from few internal functions), but I don't see the robot (in the GUI arena). After a short investigation it...
by YonTan
Thu Mar 03, 2022 8:48 pm
Forum: How to... ?
Topic: general debug question
Replies: 1
Views: 16202

general debug question

Hi, I'm trying to debug my code (crash due to seg-fault). I used printfs in my code, and meanwhile I see my init() function passed successfully, but the crash happens before the ControlStep() function (I have a log at the beginning of the function). Since I can't add logs to argos's files, I'm not s...
by YonTan
Thu Jan 06, 2022 9:14 am
Forum: How to... ?
Topic: linkage error when trying to run argos3
Replies: 18
Views: 20108

Re: linkage error when trying to run argos3

Yes, from a few days ago.

Anyway, deleted the folder and tried again from scratch and it works!! :D :D :D

Thank you very much for your help!!
by YonTan
Thu Jan 06, 2022 8:47 am
Forum: How to... ?
Topic: linkage error when trying to run argos3
Replies: 18
Views: 20108

Re: linkage error when trying to run argos3

and regarding /usr/local/lib/argos3/ - this folder does not exist. I don't know why it says that..

Code: Select all

$ ls /usr/local/lib/argos3/ ls: cannot access '/usr/local/lib/argos3/': No such file or directory
by YonTan
Thu Jan 06, 2022 8:39 am
Forum: How to... ?
Topic: linkage error when trying to run argos3
Replies: 18
Views: 20108

Re: linkage error when trying to run argos3

It looks ok, but still cmake fails $ unset LD_LIBRARY_PATH $ unset ARGOS_PLUGIN_PATH $ argos3 -q all [INFO] Loaded library "/usr/lib/argos3/libargos3core_simulator.so" [INFO] Loaded library "/usr/lib/argos3/libargos3plugin_simulator_qtopengl.so" [INFO] Loaded library "/usr/l...
by YonTan
Thu Jan 06, 2022 8:09 am
Forum: How to... ?
Topic: linkage error when trying to run argos3
Replies: 18
Views: 20108

Re: linkage error when trying to run argos3

Thank you very much for answering!
This is the output I got:

Code: Select all

$ echo $LD_LIBRARY_PATH /usr/local/lib/
by YonTan
Thu Jan 06, 2022 7:58 am
Forum: How to... ?
Topic: linkage error when trying to run argos3
Replies: 18
Views: 20108

Re: linkage error when trying to run argos3

Anyway, I'm getting the same results when compiling the examples: ~/argos3-examples/build$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_MODULE_PATH=/usr/share/argos3/cmake/ .. -- Found ARGoS: /usr/local/lib/argos3/libargos3core_simulator.so CMake Error at /usr/share/argos3/cmake/ARGoSConfig.cmake:109 (i...
by YonTan
Thu Jan 06, 2022 7:54 am
Forum: How to... ?
Topic: linkage error when trying to run argos3
Replies: 18
Views: 20108

Re: linkage error when trying to run argos3

ok, thanks! Now this is the output I get - is it expected ? $ argos3 -q all [WARNING] Error opening directory "/usr/local/lib/argos3/": No such file or directory AVAILABLE ACTUATORS AVAILABLE SENSORS AVAILABLE PHYSICS ENGINES AVAILABLE MEDIA AVAILABLE VISUALIZATIONS AVAILABLE ENTITIES [ fl...

Go to advanced search