Search found 636 matches

Go to advanced search

by pincy
Thu Jun 07, 2012 2:28 pm
Forum: How to... ?
Topic: Compiling ARGoS With Qt Support
Replies: 9
Views: 43415

Re: Compiling ARGoS With Qt Support

The error you guys mention is a bug in VirtualBox: https://forums.virtualbox.org/viewtopic.php?f=3&t=42773 https://www.virtualbox.org/ticket/9198 In ARGoS, I use a QPainter to allow for overlay graphics to be added to the OpenGL widget. Qt internally implements this as a GL shader, and it seems ...
by pincy
Wed May 30, 2012 5:01 pm
Forum: How to... ?
Topic: [SOLVED] Footbot Gripper Actuator
Replies: 4
Views: 24098

Re: Footbot Gripper Actuator

Hi,

I fixed that bug in the version of May 21st. It's not really a bug, just a warning that becomes an error when ARGoS is run in debug mode. Anyway, now it's fixed.

Carlo
by pincy
Wed May 30, 2012 4:54 pm
Forum: How to... ?
Topic: Compiling ARGoS With Qt Support
Replies: 9
Views: 43415

Re: Compiling ARGoS With Qt Support

The colors are indeed weird. Maybe something is wrong with the driver?
by pincy
Fri May 25, 2012 2:08 pm
Forum: Feature Requests
Topic: ARGoS on Ubuntu 12.04 LTS
Replies: 16
Views: 110160

Re: ARGoS on Ubuntu 12.04 LTS

Hi Mark, thanks a lot for all the effort :-) Just a remark: the command "argos" should not usually be run directly. Instead, I made the wrapper script "launch_argos". I know the trick of adding a file to the /etc/ld.so.conf.d directory. I preferred to avoid it and use a wrapper s...
by pincy
Fri May 25, 2012 12:09 pm
Forum: How to... ?
Topic: [SOLVED] Footbot Gripper Actuator
Replies: 4
Views: 24098

Re: Footbot Gripper Actuator

The SetAperture() method is pure virtual in the control interface, true. But it is implemented for the simulated robot in argos2/simulator/actuators/foot-bot/footbot_gripper_actuator.h/.cpp. A factory creates the latter class, which is an extension of that in the control interface. In the controller...
by pincy
Mon May 21, 2012 8:25 pm
Forum: Feature Requests
Topic: ARGoS on Ubuntu 12.04 LTS
Replies: 16
Views: 110160

Re: ARGoS on Ubuntu 12.04 LTS

I have fixed the dependencies in the new ARGoS release. Now the package I provided should work also on Ubuntu 12.04. Can you please confirm it? Thanks a lot!
by pincy
Mon May 21, 2012 8:23 pm
Forum: How to... ?
Topic: [DISCUSSION] Implementing new robots in the ARGoS Simulator
Replies: 4
Views: 22149

Re: [DISCUSSION] Implementing new robots in the ARGoS Simula

Hi mallright, I am writing an extensive manual about ARGoS that contains all the information you need to create new robots. You got many things right :-) In a nutshell, any simulated object in ARGoS is an entity. Several entity types exist in ARGoS. Robots are typically derived from the Composable e...
by pincy
Mon May 21, 2012 8:05 pm
Forum: How to... ?
Topic: Compiling ARGoS With Qt Support
Replies: 9
Views: 43415

Re: Compiling ARGoS With Qt Support

I routinely use several Virtual Box installations to make and test ARGoS packages, and I have never encountered this problem. Anyway, the fact that some screen savers fail is pretty interesting, as it should not happen. What is the output of the command 'glxinfo', and of the command 'glxgears' ? If ...
by pincy
Thu May 10, 2012 1:13 pm
Forum: How to... ?
Topic: Compiling ARGoS With Qt Support
Replies: 9
Views: 43415

Re: Compiling ARGoS With Qt Support

This is a new problem to me.

Could you please be a little more precise on your system configuration? In particular, I'd need:

- Graphics card model
- Your Linux distribution and version
- Version of Qt installed

Thanks!
by pincy
Wed May 09, 2012 12:38 pm
Forum: How to... ?
Topic: Compiling the examples when building ARGoS from source
Replies: 6
Views: 24276

Re: Compiling the examples when building ARGoS from source

You're right. I should copy-paste more often :-) Thanks for spotting it!

Go to advanced search