footbot_gripping example not working properly with ARGoS version 3.0.0-beta40
Closed this issue ยท 6 comments
The footbot_gripping
example no longer works properly. The physics simulation seems to be out of sync with the visualisation - the robot does not appear to move, but the cylinder still moves as if being gripped and pulled by an invisible robot.
The example code works with ARGoS version 3.0.0-beta39, but not with 3.0.0-beta40.
Hi Alan,
Thanks for the bug report! I will look into it ASAP.
Cheers,
Carlo
On Thu, Apr 14, 2016 at 2:58 PM, Alan Millard notifications@github.com
wrote:
The footbot_gripping example no longer works properly. The physics
simulation seems to be out of sync with the visualisation - the robot does
not appear to move, but the cylinder still moves as if being gripped and
pulled by an invisible robot.The example code works with ARGoS version 3.0.0-beta39, but not with
3.0.0-beta40.โ
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#1
Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/
Hi Alan,
You are facing the same problem as i had. Actually i have done my BS(CS) project in ARGoS simulator in july 2015. Now in first week of april 2016, when i trying to run then my robot was not working also. So i spend 4 hours on it, then i conclude according to 40th version of ARGos you must embed proximity sensor on foot-bot (doesn't matter you use it or not). Now i did with gripping example. So now robot is moving.
- Include proximity sensor in .argos file in sensor tag
- Include header file in .h file and also create a pointer
- Make constructor in .cpp file.
You will see robot will move in girpping example like this:
Waqar Hussain
Pakistan
Hello,
I had the same issue and with the comment of @Waqar731, I've been able to fix it. But I've only added the proximity sensor to the footbot controller in the .argos configuration file, nothing more.
<sensors>
<footbot_proximity implementation="default" show_rays="true" />
</sensors>
Sincerely yours,
Ewout Merckx.
Thanks for the suggestions! I does not make much sense to me, but I'll have
a look at the problem today and will try to understand what is going on.
On Tue, Apr 19, 2016 at 9:40 AM, Alan Millard notifications@github.com
wrote:
@EMerckx https://github.com/EMerckx: simply adding the proximity sensor
to the footbot controller in the .argos configuration file also works for
me! How strange...Hopefully this makes sense to @ilpincy https://github.com/ilpincy :)
โ
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#1 (comment)
Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/
I fixed the problem. It was a bug in ARGoS that I introduced in beta40 (the RAB entity, if unused, was disabling also the origin anchor, which was preventing the drawing from working correctly). Thanks everybody for the feedback! The fix is released in the new beta41.