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...
Show off your group to the world. Share a photo of your group with us.

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
Messages 76 - 105 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
76
... 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...
Send Email
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...
Solemn Kermode Bear
solemn_bear
Offline Send Email
Nov 2, 2003
12:44 am
78
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 2, 2003
1:55 am
79
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@...
Send Email
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 2, 2003
8:16 am
81
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...
Erik Magnusson
erma1771
Offline Send Email
Nov 5, 2003
10:45 am
82
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...
Send Email
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 5, 2003
5:32 pm
84
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 5, 2003
5:46 pm
85
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 ?...
Alan Ho
alanho_x
Offline Send Email
Nov 6, 2003
11:05 am
86
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...
Alan Ho
alanho_x
Offline Send Email
Nov 6, 2003
11:07 am
87
When I run the ControllerGUI, the following error displayed $ ./ControllerGUI java.lang.NoClassDefFoundError: org/tekkotsu/mon/ControllerGUI Exception in...
hkcitykin
Offline Send Email
Nov 7, 2003
7:41 am
88
... 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...
Alan Ho
alanho_x
Offline Send Email
Nov 7, 2003
8:06 am
89
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...
Send Email
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 7, 2003
8:13 am
91
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 7, 2003
8:19 am
92
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 7, 2003
8:29 am
93
... 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...
Send Email
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 8, 2003
7:53 am
95
If you are using the yfull_uvhalf mode with vision, change line 170 of tools/mon/org/tekkotsu/mon/VisionRawListener.java from: ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 11, 2003
6:51 am
96
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 ...
cyberclone4
Offline Send Email
Nov 11, 2003
11:01 am
97
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 ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 11, 2003
4:22 pm
98
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...
Erik Magnusson
erma1771
Offline Send Email
Nov 12, 2003
4:52 pm
99
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 12, 2003
6:04 pm
100
Why doesn't Tekkotsu use the memory protection mode of OPEN-R? If I change it (v1.5) over to memory protection, would things break?...
unixfreak0037
Offline Send Email
Nov 13, 2003
4:38 am
101
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...
unixfreak0037
Offline Send Email
Nov 13, 2003
5:17 am
102
... 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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 13, 2003
6:21 am
103
Wierd. Apparently it's some kind of cache file. Silly CVS. anyway, it's fixed now... Thanks! -ethan...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 13, 2003
6:41 am
104
Great, that helps alot!! :) /Erik...
Erik Magnusson
erma1771
Offline Send Email
Nov 13, 2003
9:41 am
105
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...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Nov 14, 2003
6:26 am
Messages 76 - 105 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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