Search found 9 matches

Go to advanced search

by eptap
Sun Sep 24, 2017 5:04 pm
Forum: Bugs
Topic: ERROR: Interceptors are not working.
Replies: 12
Views: 45818

Re: ERROR: Interceptors are not working.

It works now following your commands exactly. Thank you for your patience with me. I'll be sure to read up on 'cmake' for future reference (since I didn't understand the ".." ending)
by eptap
Sun Sep 24, 2017 3:28 pm
Forum: Bugs
Topic: ERROR: Interceptors are not working.
Replies: 12
Views: 45818

Re: ERROR: Interceptors are not working.

My apologies, I did what I did because of the following: 537 sudo rm -r build/ && sudo rm -r experiments/ 538 ls 539 git clone https://github.com/ilpincy/argos3-examples 540 ls 541 cd argos3-examples/ 542 mkdir build 543 cd build/ 544 cmake -DCMAKE_BUILD_TYPE=Debug [NOTE: the numbers represe...
by eptap
Sun Sep 24, 2017 2:01 am
Forum: Bugs
Topic: ERROR: Interceptors are not working.
Replies: 12
Views: 45818

Re: ERROR: Interceptors are not working.

Got it working! Here is what I had to do to get it working: 502 sudo rm -r argos3-examples/ 506 git clone https://github.com/ilpincy/argos3-examples 509 cd argos3-examples/ 518 cmake -DCMAKE_BUILD_TYPE=Debug 520 make 523 cd .. 524 mv argos3-examples/ build 527 mv ./build/experiments/ . 529 argos3 -c...
by eptap
Sat Sep 23, 2017 8:47 pm
Forum: Bugs
Topic: ERROR: Interceptors are not working.
Replies: 12
Views: 45818

Re: ERROR: Interceptors are not working.

Will I also have to delete the binaries?
by eptap
Sat Sep 23, 2017 1:17 am
Forum: Bugs
Topic: ERROR: Interceptors are not working.
Replies: 12
Views: 45818

Re: ERROR: Interceptors are not working.

Errors occurred after running cmake: :~/Documents/Argos/argos3-examples/build$ cmake -DCMAKE_BUILD_TYPE=Debug -- The C compiler identification is AppleClang 8.1.0.8020042 -- The CXX compiler identification is AppleClang 8.1.0.8020042 -- Check for working C compiler: /Applications/Xcode.app/Contents/...
by eptap
Fri Sep 22, 2017 4:35 pm
Forum: Bugs
Topic: ERROR: Interceptors are not working.
Replies: 12
Views: 45818

Re: ERROR: Interceptors are not working.

Initial commands: 511 brew tap ilpincy/argos3 512 brew install bash-completion qt lua argos3 514 git clone https://github.com/ilpincy/argos3-examples.git argos3-examples 516 cd argos3-examples/ (Note: I tried making a /build directory and compiling within here, but then I wouldn't be in the path to ...
by eptap
Thu Sep 21, 2017 6:19 am
Forum: Bugs
Topic: ERROR: Interceptors are not working.
Replies: 12
Views: 45818

ERROR: Interceptors are not working.

(I think this post is a little less trivial than my previous one) Here is the error I get: ~/Documents/Argos$ argos3 -c experiments/diffusion_1.argos [INFO] Loaded library "/usr/local/Cellar/argos3/3.0.0-beta47/lib/argos3/libargos3core_simulator.dylib" [INFO] Loaded library "/usr/loca...
by eptap
Thu Sep 21, 2017 4:34 am
Forum: How to... ?
Topic: Error loading robot controller
Replies: 2
Views: 7377

Re: Error loading robot controller

Wow, I'm tired. Sorry about that, and thank you.
by eptap
Thu Sep 21, 2017 1:45 am
Forum: How to... ?
Topic: Error loading robot controller
Replies: 2
Views: 7377

Error loading robot controller

Here is my error: --------------------------------------------------------------------------------------------------------------------------------------- ~/Documents/Argos/build$ argos3 -c experiments/diffusion_1.argos [INFO] Loaded library "/usr/local/Cellar/argos3/3.0.0-beta47/lib/argos3/liba...

Go to advanced search