Git Product home page Git Product logo

Comments (10)

ilpincy avatar ilpincy commented on August 18, 2024

from argos3.

benhylak avatar benhylak commented on August 18, 2024

Tried installing qt4 via macports to no avail. Any other workaround in the mean time?

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

from argos3.

jdelgadome avatar jdelgadome commented on August 18, 2024

I have the same issue

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

Beta44 solves this issue!

from argos3.

prpandey26 avatar prpandey26 commented on August 18, 2024

I am also facing the same issue :
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_spiri.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_footbot.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_epuck.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_eyebot.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_pointmass3d.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_media.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_genericrobot.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_dynamics2d.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3core_simulator.so"
[INFO] Loaded library "/usr/local/lib/argos3/libargos3plugin_simulator_entities.so"
[INFO] Not using threads
[INFO] Using random seed = 124
[INFO] Using simulation clock tick = 0.1
[INFO] Total experiment length in clock ticks = unlimited
[INFO] Loaded library "./build/controllers/footbot_diffusion/libfootbot_diffusion.so"
[INFO] The physics engine "dyn2d" will perform 10 iterations per tick (dt = 0.01 sec)
[FATAL] Failed to initialize the visualization. Parse error in the subtree.
[FATAL] Symbol "qt-opengl" not found

I am using ubuntu 14.04 system and the Qt version supported by my system is 5.7.1 (>5.5) :
qmake -v
QMake version 3.0
Using Qt version 5.7.1 in /opt/Qt/5.7/gcc_64/lib

But even then while running "cmake ../src" , below mentioned warning is getting generated:
Minimum required version for Qt (>= 5.5) not found. Skipping compilation of QT-OpenGL visualization.

Please guide how to resolve the issue.

from argos3.

cardinot avatar cardinot commented on August 18, 2024

Hi @prpandey26,

AFAIK, by default, Ubuntu 14.04 supports Qt 5,2.

So, I guess that you probably have some old qt5.2 stuff installed, which is not allowing ARGOS to find qt5.7.

Have you tried to redefine your QTDIR variable and add your '/opt/Qt/5.7/gcc_64/bin' to the PATH variable?

export PATH=/opt/Qt/5.7/gcc_64/bin:$PATH
export QTDIR=/opt/Qt/5.7/gcc_64

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

Hello @prpandey26, this issue is about Mac, not Ubuntu - you should have opened a new issue about this. The solution to your problem is to set the variable CMAKE_PREFIX_PATH to point to the right cmake directory in your system. Look into /opt/Qt/5.7/gcc_64 and search for that directory. Say the directory is /opt/Qt/5.7/gcc_64/lib/cmake (I'm just guessing), the commands to compile ARGoS correctly are:

cd argos3
rm -rf build
mkdir build
cd build
export CMAKE_PREFIX_PATH=/opt/Qt/5.7/gcc_64/lib/cmake
cmake -DCMAKE_BUILD_TYPE=Release ../src
make -j8
make doc
sudo make install

from argos3.

prpandey26 avatar prpandey26 commented on August 18, 2024

Hi @cardinot @ilpincy
Thank you for providing support on the issue.
After making the above mentioned changes, the Minimum required version for Qt (>= 5.5) not found. Skipping compilation of QT-OpenGL visualization. issue which was coming while running cmake got resolved but another error was coming while running make -j8.
So, now I am using a virtual machine with ubuntu 16.04 because in Ubuntu 16.04 Argos got compiled without any error and Argos-Examples are running successfully.

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

If you're using ARGoS on Ubuntu 16.04, then you could have just used the binary packages at http://argos-sim.info/core.php, which are the suggested way to use ARGoS. Have you compiled the code with cmake -DCMAKE_BUILD_TYPE=Release ? If not, ARGoS will be (much) slower. If you have further issues, please open a new issue. Commenting here is definitely off-topic.

from argos3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.