Just FYI, the following emails are some old Q/A that I thought might be useful to other people as well. I want to post them to the group before moving people...
... take a look at FreeMemReportControl - it has one timer for checking for low memory (which will then display a warning) and another timer that just outputs...
... hmm, by default it stores the files on the memory stick in /ms/data/motion unless you specify an absolute path... if it's not there, we'll have to figure...
... hmm, is the copy of Tekkotsu you're running from CVS? The PGSS project uses a few minor changes to the framework that weren't in 1.4, such as this...
... yes... the header of each page on http://cvs.tekkotsu.org gives the command to check out the current directory... for the root directory that is: cvs -d...
... ooo, hmm, i thought cygwin included cvs as part of the standard install. You may need to look for either an option in the cygwin installer (i think there's...
... So the segmentation fault occurs during the build? Can you narrow down what step it crashes on? if you use the 'make' or 'make install' commands, it...
... Ick... I'm not sure - what does it say right before it seg faults? If I had some idea what was running at the time it might be fixable. But this sounds...
... Ouch, sorry to hear that you had to reinstall :( At least things are working again... Um, I'm having trouble finding a version number for cygwin... We ...
... Yeah, that's an old format from robosoccer... it's binary. Essentially, it's a WalkParam struct written directly to disk from memory. The easiest way to...
... ahh, yes... I know this one right off the bat - it had me stimied for a while as well once upon a time. Try doing a clean compile... 'make clean' and then...
... Hmm, so one thing is that the Controller connects on 10020 - the EStopGUI is on 10053. I think all that you can type on 10053 is 'start', 'stop', and...
... Oh, another way you can do this: 1. Modify the StartupBehavior so that the "servers" on the Aibo start running at boot 2. Run the HeadPointerGUI/WalkGUI...
... It'll be in project/StartupBehavior_SetupTekkotsuMon.cc In case you're wondering, we split StartupBehavior across several files because it's so big...
... Hi! So, I believe the available camera resolutions are 352x288, 176x144, 88x72, and 44x36... so 88 is a multiple. Although this should probably be using a...
... Looking in cvs ( http://cvs.tekkotsu.org ) it looks like you're right, and looks like Alok noticed it too (changes have already been made)... Hopefully the...
Ohhhh, geez, so no outgoing connections ever actually get any data back again? That's much worse... I don't think we're actually using any outgoing ...
Yeah, I would definitely like to take a look at them... the networking code is pretty "young" ;) btw, new Makefile is checked in - It slices, it dices, it'll...
... Hi! I forwarded your message to our vision person. Unfortunately, I have no intuitive sense to what it's doing either, so we'll have to wait to see what...
... I think the only thing that throws them is WalkMC - it throws an event every time it it activated/deactivated or has its target velocity changed. Right now...
... have you turned off the e-stop? the tail should *not* be pulsing red-blue (if you want it to move). Double tap the back button to freeze/unfreeze....
... Vision frames from the system are sent to MMCombo::GotImage(...), which calls Vision::processFrame(...), which calls Vision::runLowLevelVision(...), which...
... Ooo, that's weird. I've seen that before, but never with Tekkotsu - the only time I've seen that is when I was using gcc on OS X, and then only rarely....
So, I notice this thread is very similar to the problems that were had in the rsync thread - it could be the same/related issue. If you start having problems...
This completes the archival of most of the questions I have received recently. As I mentioned in the first post, I have removed most identifying information...
Enter your vote today! A new poll has been created for the tekkotsu_dev group: What model(s) of Aibo are you using with Tekkotsu? o ERS-210 o ERS-210A...
tekkotsu_dev@yahoogro...
Sep 20, 2003 10:43 pm
30
Enter your vote today! A new poll has been created for the tekkotsu_dev group: What version(s) of Tekkotsu are you using? (not all versions list have actually...
tekkotsu_dev@yahoogro...
Sep 20, 2003 10:46 pm
31
After restoring a older version of Cygwin to my new PC, I could complie the Tekkotsu (CVS version) without any problem. I think the solution is to stop using...
Hi! I'm a beginner to Tekkotsu and I have some question about the vision segmentation. How are the delfault.col and default.tm files used by tekkotsu? Is it ...