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 to share photos of your group with the world? 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
Messages 455 - 484 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
455
Hello - Here is a code set that will allow you to stream video from the AIBO using the UDP communication protocol. This is something Ethan requested a while...
Bryan Johnson
pdx_nwcil
Offline Send Email
Sep 4, 2004
7:46 pm
456
... Hi, Here is a file with a motion sequence to move AIBO from station position to sit position. If you ftp-it by AIBO's wireless connection, use binary mode...
tencuid
Offline Send Email
Sep 14, 2004
6:49 pm
457
Hi, sometimes (generally when Battery is low and I'm fiddlering with motion stuff) AIBO hangs (GUI freezes) and plays shutdown warning sound in a loop for...
tencuid
Offline Send Email
Sep 15, 2004
5:12 pm
458
... Assuming it only starts looping the shutdown warning sound after you've pressed the power button, this is a general example of an infinite loop hanging...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 15, 2004
7:11 pm
459
Hi, I am trying to connect to an ERS-7 with ControllerGUI on Mac OS X 10.2.8. The application appears in the menu bar and then does nothing. The following...
John Arnold
jarnold@...
Send Email
Sep 15, 2004
7:55 pm
460
This would be a firewall problem... if you have admin access, you can go to the "Sharing" system preferences panel, and turn on access for FTP. Alternatively,...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 15, 2004
8:30 pm
461
Hello, I'm trying to record AIBO's movements in order to repeat them, but first I'm studying the different status classes which are implemented in Tekkotsu....
tencuid
Offline Send Email
Sep 23, 2004
4:12 pm
462
Hi everyone, I have written a simple little program that converts MEdit .pse posture files to Tekkotsu .pos files. Now that I can create postures in MEdit and...
gtowse
Offline Send Email
Sep 24, 2004
11:51 pm
463
The full docs on the file format are here: http://www-2.cs.cmu.edu/~tekkotsu/dox/classMotionSequence.html ... #MSq delay 3000 load pounce.pos delay 3000 ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 25, 2004
2:51 am
464
... Actually, I've updated the documentation for MotionSequence too, so in this case it would be better to look at the copy from the staging server: ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 25, 2004
3:06 am
465
Has anyone attempted to create a walking engine with Tekkotsu? What are you views ideas regarding the feasibility of this idea? It would involve creating a...
jrb43@...
qazwsx456
Offline Send Email
Sep 25, 2004
8:09 am
466
Thanks Ethan for your help & your previous email, I've been happily coding for a few hours and have come across my next problem. I am trying to use WinSock2 to...
gtowse
Offline Send Email
Sep 25, 2004
12:06 pm
467
... You could argue whether the current engine is dynamic - it does compute joint values in real time based on various parameters, so in that sense it's...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 25, 2004
4:27 pm
468
... There is a telnet protocol, RFC 854 being the main definition: http://www.omnifarious.org/~hopper/technical/telnet-rfc.html So the nice thing is that...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 25, 2004
4:57 pm
469
Even though it's largely transparent to us as programmers, it's important to remember that there is a layer of PID control (which is indeed "closed loop") used...
Bryan Johnson
pdx_nwcil
Offline Send Email
Sep 25, 2004
5:02 pm
470
Thanks Ethan, I had a go at using this file you mentioned: http://cvs.tekkotsu.org/cgi-bin/viewcvs.cgi/*checkout*/Tekkotsu/Motion/MotionSequenceMC.h?rev=HEAD ...
Graham Towse
gtowse
Offline Send Email
Sep 26, 2004
2:03 am
471
Oh nuts, looks like you need updated LoadSave files as well... http://cvs.tekkotsu.org/cgi-bin/viewcvs.cgi/*checkout*/Tekkotsu/Shared/ LoadSave.h?rev=HEAD ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 26, 2004
7:16 am
472
... Yeah, we get that too, I think it's an inherent problem with the parts their using, my guess being the gears have too much static friction compared to the...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 26, 2004
7:25 am
473
What is the appropriate method for submitting bug reports? There is an index error in the motion manager function "setPID": the red i's should be u's instead. ...
Bryan Johnson
pdx_nwcil
Offline Send Email
Sep 26, 2004
7:27 pm
474
... Doh, who would possibly make such a silly mistake *whistles innocently*... I've already checked in the modifications into CVS. Thanks! ... You can either...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 26, 2004
9:00 pm
475
theres a very simple example of send and receive on msdn http://msdn.microsoft.com/library/en-us/winsock/winsock/send_2.asp?frame=true...
Charlie Wallace
charliewallacex
Offline Send Email
Sep 27, 2004
4:21 am
476
I've written a little c++ program to convert KFM files from Motion Editor to MOT files. It works sure in Linux, but I haven´t tested it in Windows/MSDOS. I...
Ignacio Herrero reder
tencuid
Offline Send Email
Sep 27, 2004
9:45 am
477
Sweet! Thanks heaps Ignacio, I'll give it a try! I did a bit of voice acting sound recording with some friends tonight (my housemate has a home studio) and it...
Graham Towse
gtowse
Offline Send Email
Sep 27, 2004
11:17 am
478
I too was experiencing this problem of loading STAND.POS while developing on a Windows machine and I made no modification to the file (it was a direct copy...
alexanderbwood
Offline Send Email
Sep 29, 2004
5:29 pm
479
Hi, When I get compiler warnings or errors with Tekkotsu, they are full of escape codes, presumably for color. This is happening in Mac OS X 10.2.8 Terminal....
John Arnold
jarnold@...
Send Email
Sep 29, 2004
7:43 pm
480
On Wed, 29 Sep 2004 13:43:13 -0600 John Arnold <jarnold@...> wrote: #> Hi, #> When I get compiler warnings or errors with Tekkotsu, they are full #>...
Slawomir Nowaczyk
esmandil
Offline Send Email
Sep 29, 2004
7:55 pm
481
are using the CVS version? If so, `export TEKKOTSU_LOGFILTER=cat` (The new version sends errors through 'more' so you don't have to scroll back through pages...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 29, 2004
8:11 pm
482
I'm afraid I don't follow your suggested fix - if LoadBuffer is always returning 0, that seems to indicate the error is in LoadBuffer, and if there isn't any...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 29, 2004
10:41 pm
483
On Wednesday, September 29, 2004, at 02:11 PM, Ethan Tira-Thompson ... I am using the CVS version.. that did not help. ... Relevant settings: Display, Text:...
John Arnold
jarnold@...
Send Email
Sep 30, 2004
5:41 pm
484
... Oops, my bad - that should have been TEKKOTSU_LOGVIEW, not LOGFILTER... So if you want to give colors another shot, try: export TEKKOTSU_LOGVIEW=cat (of...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Sep 30, 2004
8:31 pm
Messages 455 - 484 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