Hello everyone. This is my first post here and I will try to make it as straightforward as I can, although it's been giving me trouble for a while now. After...
Hmm, this value 'Extra_Entry' that it's complaining about should be found in Tekkotsu/aperios/MMCombo/entry.h This file (and a few others) is automatically...
No stub errors, but I noticed that there is something wrong with the OPEN-R installation. I removed everything and tried from scratch several times but this is...
You have to install the packages "Texinfo" and "GNU make" like it's explained in the WARNING you got. If you can't tell me what is your distro and maybe I can...
That's why I said it's weird. I have already installed all that stuff. I'm using Ubuntu 8. Do u think apart from the gcc version conflict, that there might be...
... A solution around this problem is to enter into each directory shown in the error messages you get and issue manually the makeinfo command. That worked for...
That did it Michail! Thanks a lot :-) It's funny however why a problem like that would appear? Do you think it is a matter of compiler versions or ubuntu? I...
Hi, We're struggling just with some basic steps on trying out Tekkotsu 4.0 with the LYNXARM6. We just want to demonstrate at least one servo moving so we...
... Yes, you want localhost. To try moving servos, in the ControllerGUI, go to File Access -> Posture Editor, select one (or more) joints, and then type a...
Hi Ethan, Thanks for all the great help and suggestions! You've confirmed that we are actually on the right track. I think that finally we can narrow it down...
... If you don't figure it out soon, feel free to write again with more details... I've had to bang my head against various serial port problems in the past,...
Okay, I have another question. How do you associate a new target with a new hardware device for eg derived from SerialCommPort? We are following the LynxArm6...
You beat me to it, but here's some documentation on how the process works: Developer specifies target model to build system (e.g. via TEKKOTSU_TARGET_MODEL or...
Hello everyone. I hope you are all having a great summer so far. I just wanted to ask if there are possibly any answers to the tutorial's questions and if they...
Hi everybody! I want to know how to implement a wait function that beetween doStart and doStop can make the robot wait 10 secs so I can pick it up and prepare...
... FYI, on a mac/linux system, you can type 'man wait' to get documentation on system function calls. In this case, mentioning "wait" is misleading, because...
Hello everyone, I just had a quick question about what is the correct syntax to apply when using the WalkMC functions getCurVelocity() and getTravelTime(). I...
When you added the WalkMC to the motion manager (i.e. addPersistentMotion or addPrunableMotion), it returns an ID value. You can use this ID with MMAccessor to...
Thanks for the quick reply Ethan. I see that you are back. Maybe then you could provide me with some answers to the rest of my...err...2,367 questions... ...
... Yeah, one of the big headaches is that the AIBO's OS uses a weird custom API for networking, which we have a wrapper for so you don't have to fiddle with...
A timer? What kind of timer would that be Ethan? In the example you point out, the functions are set for information to be sent to the AIBO and not to a host...
Hi, My name is Kaushik. Ive been trying to install OPEN-R on my laptop to use with Tekkotsu, Aibo. I tried it on Ubuntu 8.04 with gcc 4.3 and also with Fedora...
I will be out of the office starting 08/19/2008 and will not return until 08/03/2009. I will be on campus on a limited basis and conducting business related...
Andrew Williams
Williams@...
Nov 1, 2008 2:18 pm
1825
... You should make sure that's installed by running: sudo apt-get install texinfo Note there's a few other packages you may need as well, check the "Ubuntu...
Hi everyone! I'm trying to improve Telepathy theory, but I have some doubts. The local Aibo is subscribed to local and remote events. When an event (or ...
As a heads-up, I didn't personally write or use this remote event code, so I'm not very authoritative. ... Yes, that's the intended way to differentiate local...
Hey Ethan, Thanks for the reply. I already had texinfo installed and also I satisfied the other Ubuntu installation prerequisites. I can't seem to figure it...
... These two are trying to accomplish the same goal: the ControllerGUI configuration editor is editing the tekkotsu.xml. Note that changes you make there...