Search the web
Sign In
New User? Sign Up
tekkotsu_dev · Tekkotsu Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Waypoint Walk Control shuts down robot   Message List  
Reply | Forward Message #1770 of 2003 |
Re: [tekkotsu_dev] Re: Waypoint Walk Control shuts down robot

Hi. When AIBO shut down (due to an error) it saves two files names BOOTPARA and EMON.LOG. These files have traces of what was the robot executing when the error happened. You can download them to your PC (they are at the OPEN-R memory stick folder), and execute "crashdebug", a program which is at "Tekkotsu\tools" folder. You should do "crashdebug -f <location-of-emon.log&bootpara-files>/emon.log"...it will give trace in which module (mainobj, motoobj, etc) is the instruction which caused the error, and what was the function it was executing (sometimes this is not useful, for example when executing a template, or internal function)...if you wait more time (many time!!) it will give you the assembler code too (which, for me is not useful).....

The majority of crashing errors I've found are due to pointer/memory issues (for example, trying to "delete" a not created( "new") object); or due to too much forced joint positions (e.g. trying to move the legs to an impossible angle, or with a too fast movement)....
Ignacio Herrero Reder / Tl. +34-95.213.71.60
Dpto. Tecnologia Electronica / Fax: +34-95.213.14.47 E.T.S. Ing. Telecomunicacion / nhr@... Universidad de Malaga / http://www.dte.uma.es
Campus Universitario de Teatinos 29071 Malaga, Spain 


magda.bugajska escribió:

How would I capture some kind of error output from the AIBO to debug this? BTW, I'm
running the latest cvs version (or at least the STABLE one).

--- In tekkotsu_dev@yahoogroups.com, "magda.bugajska" <magda.bugajska@...> wrote:
>
> I've been trying to get WaypointWalkControl running on my ERS7. I added an
eggocentric
> waypoint X 0.3 (with angle is relative checked by default), but when I try to execute it,
the
> robot plays the death song and shuts itself down.
>
> I had to remove some of the behaviors from the Startup files and sounds in order to fit
> everything on the stick. Could I have deleted something that this Controler needs?
Looking
> through the code I don't think so, but ...
>
> Does something else need to be running before I start this controller?
>
> I tried loading the walk posture just before executing the controller just in case in was
having
> trouble getting started moving and tripping some limit switches, but that didn't help.
Should
> I be loading some other posture?
>



Mon Mar 10, 2008 6:35 pm

tencuid
Offline Offline
Send Email Send Email

Attachment
smime.p7s
Type:
application/x-pkcs7-signature
Forward
Message #1770 of 2003 |
Expand Messages Author Sort by Date

I've been trying to get WaypointWalkControl running on my ERS7. I added an eggocentric waypoint X 0.3 (with angle is relative checked by default), but when I...
magda.bugajska
Offline Send Email
Mar 10, 2008
5:09 pm

How would I capture some kind of error output from the AIBO to debug this? BTW, I'm running the latest cvs version (or at least the STABLE one). ... ...
magda.bugajska
Offline Send Email
Mar 10, 2008
5:32 pm

Hi. When AIBO shut down (due to an error) it saves two files names BOOTPARA and EMON.LOG. These files have traces of what was the robot executing when the...
Ignacio Herrero Reder
tencuid
Offline Send Email
Mar 10, 2008
6:35 pm

Thanks! So after messing around with crashDebug which was not able to parse my Environment.conf file, I got it to spit out (only including the human readable...
magda.bugajska
Offline Send Email
Mar 10, 2008
8:27 pm

... One thing that's always bugged me about the Aibo is that it is extremely sensitive to "denormalized" floating point numbers, namely infinite or NaN...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Mar 10, 2008
10:32 pm

Thanks for the suggestion; I'll give it a try ... So far the console shows nothing related to the crash, but as you said ... It does show that walk parameter...
magda.bugajska
Offline Send Email
Apr 1, 2008
12:43 pm

So I repeatedly get it to crash in the WaypointEngine::computeNewVelocity ... Except when loading in circle.wyp and than it crashes in fixArc. Since I don't...
magda.bugajska
Offline Send Email
Apr 2, 2008
5:58 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help