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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1058 - 1087 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1058
I am still working on my player driver for the aibo and have gotten the WSS stream coming in. I created a struct to hold all the fields and typecast the...
crews1969
Offline Send Email
Sep 1, 2005
3:34 pm
1059
... the format the current player/stage driver expects. FYI I have started this also, so I have something to send back to you. So far, I've rewritten WSS and...
crews1969
Offline Send Email
Sep 1, 2005
3:40 pm
1060
... I'm not sure that would compile... I think you mean: ((AIBOWorldSerializerData*) streamdata)->SensorData[1] (no need to cast to int at the end, note...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 1, 2005
5:30 pm
1061
Is there anyone who has set up the CMU Robocup software to run under Cygwin?...
crews1969
Offline Send Email
Sep 2, 2005
1:30 pm
1062
I have migrated to version 2.4.1 of Tekkotsu, but I'm experiencing an important losing of performance, specially regarding to connection to ports (it takes...
Ignacio Herrero reder
tencuid
Offline Send Email
Sep 2, 2005
3:45 pm
1063
Sorry, It was my fault, I was adding listeners for all the 3 events that are sent for every image, so there was much processing at reception. I've changed my...
Ignacio Herrero reder
tencuid
Offline Send Email
Sep 2, 2005
4:12 pm
1064
THX Ethan. Can I load a posture in the Config.h or in a start behavior so it will stand up on boot up? _____ From: tekkotsu_dev@yahoogroups.com...
Crews Carrie D 1stLt ...
crews1969
Offline Send Email
Sep 2, 2005
5:21 pm
1065
Hi! I'm getting crazy with an error I get sometimes. When it happens appears the message "Abort() Called". I've read in older mails that it's due to uncaught...
pauladospublicidad
pauladospubl...
Offline Send Email
Sep 5, 2005
11:29 am
1066
Hi I'm currently programming a new behavior using statenode on an aibo ers7. My problem is when I'm compiling. The only error i receive is: make: *** ...
Julien Roux
roujul2000
Offline Send Email
Sep 6, 2005
3:42 pm
1067
I'm experiencing some problems with sockets in the new version (2.4.1). Basically , I have a program who opens 3 sockets; 2 from PC to AIBO, and 1 from AIBO...
Ignacio Herrero reder
tencuid
Offline Send Email
Sep 6, 2005
6:27 pm
1068
... There's nothing in Config to load a behavior at startup, but you can do this yourself from within your project's StartupBehavior. The easiest way would be...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 6, 2005
6:45 pm
1069
I used the MotionSequenceMC, and it stands. The problem is that when I give the command to walk (providing the "f" and an integer value to mirror what happens...
Crews Carrie D 1stLt ...
crews1969
Offline Send Email
Sep 6, 2005
6:49 pm
1070
... You might want to try doing a CVS update -- I recently added try/ catch blocks around almost every entry point to the code, so you'll get something a...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 6, 2005
6:56 pm
1071
try checking build/PLATFORM_APERIOS/TGT_ERS7/JRGotoNode.log, particularly towards the end of the file -- warnings regarding system files are filtered out of...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 6, 2005
7:06 pm
1072
... hoho -- this was already released in 2.4.1, so if you're still getting plain vanilla "abort() called" messages, either the abort is somehow being triggered...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 6, 2005
7:11 pm
1073
The Socket usage *should* be the same in 2.4.1. The new code which was added is all for simulator support, so the same networking code can work on both...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 6, 2005
7:16 pm
1074
... There's a well defined order to resolving joint conflicts. First the MotionManager goes by priority level of the MotionCommands which have supplied a...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 6, 2005
7:27 pm
1075
The walk command was working before I added the behavior to make the robot stand up. We did use the timer for the motion sequence, but I guess we didn't scale...
Crews Carrie D 1stLt ...
crews1969
Offline Send Email
Sep 6, 2005
7:53 pm
1076
... It should be a matter of calling close() on the desktop side so the AIBO will get notification that the client has shut down, and thus the AIBO should...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 6, 2005
8:29 pm
1077
... Sorry, I forgot to say that I'm still using tekkotsu 2.3 (and I prefer not to update it by now as I'm finishing my proyect and I don't want to have more ...
pauladospublicidad
pauladospubl...
Offline Send Email
Sep 7, 2005
11:52 am
1078
I have a UDP connection established, and collect data inside a finite while loop, then close the socket. If I try to run the program again on the two camera...
Crews Carrie D 1stLt ...
crews1969
Offline Send Email
Sep 7, 2005
2:13 pm
1079
I'm gonna try using a TCP socket instead and see if it makes a difference. Another topic: When I checked the incoming RawCam data stream, I get a "JPEGColor"...
Crews Carrie D 1stLt ...
crews1969
Offline Send Email
Sep 7, 2005
4:44 pm
1080
Thanks, it won't be necessary as I've found the problem. At the Java GUI I didn't ensure that the socket connection was established, so the program continued...
Ignacio Herrero reder
tencuid
Offline Send Email
Sep 7, 2005
5:27 pm
1081
... If other network operations (e.g. the Controller) continue, then the problem occurred during camera frame processing. Otherwise the problem was during a...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 7, 2005
5:59 pm
1082
... I confirmed what you're seeing using the new "Echo Client/Server" (under TekkotsuMon)... UDP ports stay open even when their packets are being refused...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 7, 2005
6:46 pm
1083
... Hmm, ENCODE_COLOR makes sense for JPEGColor, but I don't see how a JPEG could be sent if Config::vision_config::rawcam_compression==COMPRESS_NONE... there...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 7, 2005
7:52 pm
1084
... Ah, this was changed a bit due to problems with thread race conditions, just as you are seeing. It became an issue for us when we moved from Java 1.4.2 to...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 7, 2005
8:01 pm
1085
Well, it could be bad info on my part too. Right now, I read those 4 bytes that encode the enum values into a temp[], then do an htonl(atoi(temp)). I do this...
Crews Carrie D 1stLt ...
crews1969
Offline Send Email
Sep 8, 2005
2:10 pm
1086
... Whoa! Let's look at the data format for the beginning of the header. I'll list the field's type, and then name the field in paranthesis, separating each...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 8, 2005
6:21 pm
1087
Yeah, I figured out that I wasn't dealing with the binary data (for integers) correctly. What I have now (directly casting a character into an integer) will...
Crews Carrie D 1stLt ...
crews1969
Offline Send Email
Sep 8, 2005
7:23 pm
Messages 1058 - 1087 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