Hi everyone! I'm trying to simulate the Tekkotsu simulator, but in ... ... Also there are some errors: Shared/XMLLoadSave.h:10: error: forward declaration of...
You need to install libxml2, in linux this is often the package 'libxml2-dev'. Check the "library dependencies" list: http://www.tekkotsu.org/downloads.html ...
... You may have installed the non-development versions (hence the '-dev' on the package name)... in particular, the error: libxml/tree.h: doesn't exist this...
I installed the development version. I don't remember if I had another version before the -dev one. I can try re-installing the development version again......
... Hmm, I've never really seen libxml2 errors once the package was installed. You can always try reinstalling it (check your distribution docs, I'm a little...
But I don't understand why it works for platform "aperios" (I have been using this always) and now the tekkotsu simulator finds errors in this line in...
Hi, i'm trying to install OPEN_R_SDK in Ubuntu 8-10, and I've found some problems, but I finally managed to solve them. 1. gcc-4.3 doesn't work: I had to...
Thanks, good to know. Did you get the 4.0 release for Tekkotsu or the CVS? Aibo support is not well tested these days in CVS, so you might have to fix a few ...
I've managed to install Aibo-R under Ubuntu 8.04. I've also managed to install Tekkotsu from the CVS, and build for TGT_CHIARA. However, we also AIBOs and my...
I've been attempting to work with the new handeye systems at RPI on a Mac. The camera is working just fine, but the system seems unable to communicate with the...
The ControllerGUI "connected" just means that the GUI is connected to a running executable, but doesn't necessarily mean that executable is in working order ;)...
... RRT is http://msl.cs.uiuc.edu/rrt/ ... I've fixed the doxygen command we've been using to generate stubs for otherwise undocumented structures, so they'll...
Hi What I want to do is to get stereo mic data from the AIBO to Matlab (not binary data) so I can do my calculations. The problem is that I can't figure out...
The code for MicrophoneServer is here: http://cvs.tekkotsu.org/viewvc/Tekkotsu/Behaviors/Mon/MicrophoneServer.cc?revision=1.8&view=markup It should be sending...
Thanks for the reply Ethan. I have seen MicrophoneServer it looks reasonable and I am able to start it fine. My problem is reading data from it. I have tried...
... Tekkotsu to run AIBO. ? ... Raj, Microsoft's Robotic Developer Studio compiles into .NET code, which would require Windows (or Linux+Mono) to be running on...
Hi, I have Problem regarding the installation from open-r. I use ubuntu 8.10 in a virtualBox and followed the skript from you webside. At first I gained a...
Hi, try changing a line (line 16) in "build-aibo-toolchain-3.3.6-r1.sh" file; try changing: export CFLAGS="-02 -no-cpp-precomp" to export CFLAGS="-02...
I'm trying to send vision information from an aibo to another. I think there are problems when two pieces of data are being sent within a very short time slot....
Alright, so i followed the cygwin instructions for using tekkotsu and the build script ran fine. I was also able to run make in the tools directory allowing me...
Hi again! I've been working in my project with a behavior called "PFACompleto.h" and "PFACompleto.cc". The last time I have compiled, I have this error (and...
... It looks like there might be some weird character after the dot in the filename, which is breaking things. "make cleanDeps" blows away all the .d files in...
Hello. I have downloaded STABLE version from cvs. When I run ControllerGUI and slect SegCamBehavior, it fails with a "Misread LoadSave string? len=7 str= "...
Hi, would be nice if someone could tell me a system on which open-r and tekkotsu will run without problems. So i can start working on it. thank Inna M....
... Since there seems to be a recent spurt of Aibo interest and I just happen to have a 64bit Ubuntu 8.10 machine handy, I've made a maintenance update 4.0.1...