... The OPEN-R changes file mentions something about bugs in the UDP implementation being fixed, that might be the cause. ... Yes, UDP is definitely working -...
Erik Berglund
tekkotsu.dev.spam.345...
Nov 1, 2003 9:22 am
77
Hello Tekkotsu Developers and Wizards Everywhere, I have been having problems with the segmentation of the vision not fully completing. It seems that the color...
This sounds like an odd variation of another problem. I'll toss out a theory, but I haven't seen this in a while, so it may be unrelated. Once upon a time...
I have a network object that I would like to hook into the Tekkotsu framework much like the vision or erouter objects. I have tried to add it to MMCombo.cc...
Ryan Patrick O'Hara
rohara@...
Nov 2, 2003 5:40 am
80
It looks like the 'network' object file (.o) isn't being linked into the final binary... This should be done automatically by the Makefile setup for stuff in...
Hi! We're trying to get Tekkotsu 1.5's wireless communication to work with TCP Gateway, since this is required in the Robocup rules. We've read the tutorial on...
Hi, I'm working on recording some sound (training data) with the Aibo. I have two concerns: 1. I want to be able to move the head while recording 2. I want to...
Erik Berglund
tekkotsu.dev.spam.345...
Nov 5, 2003 2:17 pm
83
I've been thinking about doing something like this too... would be nice for extended testing of things that don't involve movement so that it doesn't waste...
Yeah, the TCP gateway stuff is pretty basic... back when we tried it out, it gave very poor performance compared to direct TCP. So we don't have any sample...
I feel that the performance of tekkotsu on Open-R 1.1.4 is not as goo as on Open-R 1.1.3 . Am i having a wrong feeling or it really slower than with 1.1.3 ?...
When i change the config file to "resolution=half", the tekkotsu cam becomes like this: http://personal.cityu.edu.hk/~50261693/halfreserr.jpg Is that a bug, or...
When I run the ControllerGUI, the following error displayed $ ./ControllerGUI java.lang.NoClassDefFoundError: org/tekkotsu/mon/ControllerGUI Exception in...
... Seesm taht you're having a wrong classpath, or the source is not compiled yet. You could try adding a falg "-classpath ." inside the ControllerGUI...
Try changing the ControllerGUI file to this: #!/bin/sh export CLASSPATH="." java org.tekkotsu.mon.ControllerGUI $* If you want to add extra entries to your...
Erik Berglund
tekkotsu.dev.spam.345...
Nov 7, 2003 8:08 am
90
Hehe, everyone gets to chime in on this one ;) ... Also make sure that you have successfully compiled the java tools... try typing 'make' within the tools/mon...
Looks like a bug, but I haven't gotten a chance to try it myself. Don't hold your breath for a quick fix tho, we've been a bit busy with paper deadlines and...
Hmm, shoulda benchmarked this - now I'm curious. If you look in the docs directory, you'll see some profilerun_*.txt files... the 1.5 run was done with 1.1.4...
... That worked wonderfully, thanks. It was simple to implement, but I've attached the source in case someone wants a quick fix. Please note that one needs to...
Erik Berglund
tekkotsu.dev.spam.345...
Nov 7, 2003 10:00 am
94
If you don't mind, i'll make a style suggestion... ... A cleaner way to do this would be to use the MotionCommand PIDMC, which will allow you to control the...
Hello, I would like to know how I can integrate my .bins files into a tekkotsu project. I have an OPEN-R directory with all the components generated with ...
You might've missed my previous two responses...? http://groups.yahoo.com/group/tekkotsu_dev/message/49 http://groups.yahoo.com/group/tekkotsu_dev/message/50 ...
Okay, we've been able to receive and handle Robocup Game Controller Data sent via the TCP Gateway to an Aibo running Tekkotsu. We've done this using Tekkotsu...
... Cool! ... So, here's two possible ways to do it, you can pick whichever sounds cleaner... In the MMComboStub.cc file (automatically generated by Sony's...
I've made some changes to Tekkotsu between 1.4 and 1.5 - now I want to get all the 1.5, but not the newer CVS (development) stuff, through cvs. When I run cvs...
... Hmm, good question. The main reason is speed - with CPU already a limited resource, we don't have much to spare. Memory protection uses more CPU because...
Took a break from some readings to make the image channels that were added in the 1.1.3 SDK available within the framework. It's checked into CVS, but be...