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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 859 - 888 of 2001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
859
If you plan to be in the Albany area on Tuesday, May 10, you're welcome to attend: http://aquarius.ils.albany.edu/robotics/roboshow2005/ -Rob...
Rob :-)
devilred81
Offline Send Email
May 3, 2005
3:23 am
860
Hi, I'm an Italian student who works with Aibo for a University project. I've some problems while I'm trying to make the Aibo move: I want to use the WalkMC...
Yume
lilac_raven
Offline Send Email
May 3, 2005
10:06 am
861
Hi, I also tried to use WalkMC and for me it helped to look at the tutorial of Shawn Turner of the University at Albany: ...
sebas_ut
Offline Send Email
May 3, 2005
12:57 pm
862
Hi, I was wondering if it is possible to make a position file (.pos) with all gains of the PID controllers off. I thought that I could do it by setting the...
sebas_ut
Offline Send Email
May 3, 2005
1:33 pm
863
... Unfortunately, the position file only specifies positions and weights, not PID settings. However, you can make use of the priority levels of different...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 3, 2005
4:21 pm
864
The documentation page for WalkMC is here: http://www-2.cs.cmu.edu/%7Etekkotsu/dox/classWalkMC.html you'll probably be wanting to call setTargetVelocity, but...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 3, 2005
4:37 pm
865
I'm trying to create a very simple behavior that uses the RemoteProcess class. So far the RemoteProcess class has been giving me a lot of trouble. Does...
o_m_d_01
Offline Send Email
May 3, 2005
8:49 pm
866
Actually, we were planning to drop the RP-OpenR support in the next release because this is first I've heard of anyone trying to use it, and we wouldn't really...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 3, 2005
10:18 pm
867
I am working with the Inverse Kinematics engine on dynamically creating motions based on X,Y,Z coordinates. I have found the running an inverse transform for...
grom_82
Offline Send Email
May 4, 2005
3:05 am
868
Could you send the whole file -- sometimes it makes it a lot easier if I can answer my own questions by compiling and poking around.... In particular, there's...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 4, 2005
6:15 am
869
The file should be attached to this e-mail. Just as some background, the behaviors eventual goal is to have the robot write and draw using a pen strapped to...
Zachary Thorson
grom_82
Offline Send Email
May 4, 2005
4:29 pm
870
Should I begin to use FastSLAM for localization startegies, or are there other tools avaliable in Tekkotsu that can help? Brandy Kinlaw ...
Brandy
BKDAY
Offline Send Email
May 5, 2005
5:05 am
871
I am working with the SensorObserverControl and I want to write some sensor values to a file during a behavior. I thought I could use the java console to use...
sebas_ut
Offline Send Email
May 9, 2005
5:09 pm
872
... To write the values to a file, it's best to send it over the network and write it to disk on the PC. It's been pretty well established that the memory...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 9, 2005
9:23 pm
873
Hi, I'm a Tekkotsu newbie. I'm trying to write a skit where the AIBO first gets up, starts to walk, and when he recognizes the pink ball, he stops walking and...
minxinca
Offline Send Email
May 12, 2005
4:28 pm
874
I've marked this bug 123: http://bugs.tekkotsu.org/show_bug.cgi?id=123 Basically, I don't think the timestamps of the cached joint angles are being initialized...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 12, 2005
5:31 pm
875
I tried doing the following but the AIBO froze and nothing was running. Did I do something wrong? switch (e.getGeneratorID()) { case EventBase::motmanEGID: if...
minxinca
Offline Send Email
May 12, 2005
6:22 pm
876
That should be fine. The only thing that makes me nervous is sit_id -- where else is that referenced? Anywhere? It's only going to have a valid value after...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 12, 2005
7:35 pm
877
I don't use the sit_id anywhere else. It's there for future implementations. I've tried taking it out, but that doesn't help. I've tried adding ...
minxinca
Offline Send Email
May 13, 2005
4:00 pm
878
Hi, I'm working with images on java side but the image that I receive is too small, although in tekkotsu.cfg it's a full resolution. There's any way to...
pauladospublicidad
pauladospubl...
Offline Send Email
May 13, 2005
5:35 pm
879
It depends on whether your code is processing the raw camera images or segmented images. If segmented, then yes, it's as good as it's going to get. If raw,...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 13, 2005
6:11 pm
880
I have figured out a little hack. I think it's because I was calling SharedObject<MediumMotionSequenceMC> sit("sit.mot"); ...
minxinca
Offline Send Email
May 13, 2005
6:52 pm
881
Hi, Thanks for your answer. Now, I have more resolution, and I know I receive less frames per second on PC, but: Does the aibo process images at the same rate?...
Paulados
pauladospubl...
Offline Send Email
May 16, 2005
9:46 am
882
Hi, I need to detect when a "head->setJoints(tilt,pan,nod)" command is done, so the neck is in the new (tilt,pan,nod) position.("head" is a ...
tencuid
Offline Send Email
May 16, 2005
5:07 pm
883
... I haven't really tested this to know off the bat -- it also depends what else the Aibo's CPU is doing. If the network is the bottleneck, then frames will...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 16, 2005
8:32 pm
884
This was originally part of my previous reply to Paulados, but it may be of interest to anyone who wants to check the runtime expense of their algorithms, and...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 16, 2005
8:40 pm
885
When a HeadPointer, Posture, or MotionSequence reach their target position, they will throw a (motmanEGID,mc_id,statusETID) event. So you don't need to rely...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 16, 2005
8:48 pm
886
Dear All, first of all I have to apologize for my "italian" English! I'm a student from the University of Messina and I'm researching on aibo vision...
nastasichr
Offline Send Email
May 17, 2005
10:37 am
887
I'm a little confused as to how image data is stored when getImage is called. I'm just wondering why the increment for the sixteenthLayer is 4. I thought...
minxinca
Offline Send Email
May 17, 2005
5:53 pm
888
If I remember correctly, the system provides the full, half, and quarter layers directly. So each of those layers is an increment of 1, and row interleaved. ...
Ethan Tira-Thompson
ethan_tirath...
Offline Send Email
May 17, 2005
6:43 pm
Messages 859 - 888 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