I am trying to run some examples using argos3 -c experiments/diffusion_1.argos
but I get the [FATAL] errors at the bottom
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_dynamics3d.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3core_simulator.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_pointmass3d.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_media.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_entities.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_footbot.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_dynamics2d.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_genericrobot.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_spiri.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_prototype.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_epuck.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_eyebot.dylib"
[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
Thank you for your time
I am trying to run some examples using argos3 -c experiments/diffusion_1.argos
but I get the [FATAL] errors at the bottom
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_dynamics3d.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3core_simulator.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_pointmass3d.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_media.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_entities.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_footbot.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_dynamics2d.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_genericrobot.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_spiri.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_prototype.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_epuck.dylib"
[INFO] Loaded library "/opt/homebrew/Cellar/argos3/3.0.0-beta56/lib/argos3/libargos3plugin_simulator_eyebot.dylib"
[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
Thank you for your time