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 your group to be featured on the Yahoo! Groups website? 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 433 - 462 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
433
Hello - Has anyone worked closely with the TCP communications tools provided with Tekkotsu? Specifically, I'm curious about the wireless class, and how it...
Bryan Johnson
pdx_nwcil
Offline Send Email
Aug 12, 2004
2:21 am
434
This *may* be a limitation of the system's networking code. Most of my experience has been in pumping data out of the AIBO - debugging info, streaming video,...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Aug 12, 2004
3:19 pm
435
Hi. I'm trying to do a simple learning task that involves a set of motion sequences. Basically, the behavior chooses the motion sequence (currently from a...
Wes
lindros88_wes
Offline Send Email
Aug 17, 2004
5:15 pm
436
Hey there, Well, first off I'd be a little skeptical of using the MotionCommand class as its laid out here. My understanding of its real use is a means of ...
st2750@...
SPT69
Offline Send Email
Aug 17, 2004
6:14 pm
437
Thanks a lot Shawn :) I won't bother you with the calling behavior until I'm sure that I've exhausted all other options. I'm sure that it is simply the fact...
Wes
lindros88_wes
Offline Send Email
Aug 17, 2004
7:36 pm
438
I'll just add a little note - in the API documentation ( http://www-2.cs.cmu.edu/~tekkotsu/dox/classMotionManager.html ) look for the three section headings,...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Aug 17, 2004
8:30 pm
439
Hmmm...so I think what you're saying is that, in order to safely use a motion sequence, one must *not* simply pass in the motion sequence (via the addMotion...
Wes
lindros88_wes
Offline Send Email
Aug 17, 2004
9:12 pm
440
... Yes, I think you have it - your motion command can tell the MotionSequence(Engine - hrm, should probably be renamed) what motion script to load, and then...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Aug 17, 2004
10:37 pm
441
... As far as the listener comment goes, Here's an example of a simple motion behavior. It just runs a couple of postures (smoothly) and a custom motion ...
st2750@...
SPT69
Offline Send Email
Aug 17, 2004
11:36 pm
442
... use ... sequence ... motion ... updateOutputs ... (which ... output, ... basic idea ... see how ... motion ... that ... little ... save ... Has this been...
Wes
lindros88_wes
Offline Send Email
Aug 18, 2004
4:55 pm
443
... (erouter- ... motion ... custom motion ... of if ... Forgive my ... I'd ... Great! Thanks Shawn. I've just started using Tekkotsu (the simple learning...
Wes
lindros88_wes
Offline Send Email
Aug 18, 2004
5:01 pm
444
... use ... sequence ... motion ... updateOutputs ... (which ... output, ... basic idea ... see how ... motion ... that ... little ... save ... some ... hang. ...
Wes
lindros88_wes
Offline Send Email
Aug 18, 2004
5:22 pm
445
... behavior ... Jeez...sorry about the spam...but right after I tracked the offending line of code, I went back to my telnet screen, and found something else...
Wes
lindros88_wes
Offline Send Email
Aug 18, 2004
5:29 pm
446
... I think you've got it now - addMotion is only unsafe for a MotionCommand to call, it's fine (and expected) for a behavior. And actually, I realize now why...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Aug 18, 2004
6:24 pm
447
Actually, it's definitely the latter. I only stumbled across this message after I left the AIBO on after the hang - so hopefully this information saves you...
Wes
lindros88_wes
Offline Send Email
Aug 18, 2004
7:14 pm
448
Attached are the selector numbers for future reference (in future releases, I'll have this dumped at the beginning of every boot) Notice there appears to be no...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Aug 18, 2004
9:34 pm
449
Well, I don't want to steal your time, so I'll decline sending you code, though I thank you for the offer. I think I've figured out where the deadlock occurs....
Wesley Loh
lindros88_wes
Offline Send Email
Aug 18, 2004
10:36 pm
450
Hi! Is it true that if you put a bigger angle to the AIBO motor the faster the it will turn? I want to understand how the speed of the walk is controlled. ...
phattran2001
Offline Send Email
Aug 24, 2004
3:50 pm
451
Well, it's a little more involved than that, but basically yes. The AIBOs use PID control for calculating the power to send to their joints, so if you want to...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Aug 24, 2004
4:42 pm
452
Hi all, Does Aibo3D offer any feedback to the Aibo? For example: If you grab and move a joint in 3D will the joint on the Aibo respond accordingly? Does the...
charleslbartel
Offline Send Email
Aug 25, 2004
8:47 pm
453
... Yes, it should. By the way, make sure the WorldStateSerializerBehavior (the item directly following Aibo3d) is also activated to send position updates from...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
Aug 25, 2004
8:54 pm
454
Thanks for the quick response, I am observing some strange behavior once I launch WorldStateSerializerBehavior and then Aibo3D. The limbs of the 3D model are...
charleslbartel
Offline Send Email
Aug 26, 2004
7:43 pm
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
Messages 433 - 462 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