I proudly announce the new project i’m working on for which i don’t have a name yet but i’ll describe it: a robot able to construct. Let me lay down some details.
Being a student in the 3rd year at Computer Science at Babes-Bolyai University, i was able to select a course: Intelligent Robots. This course implies creating a team with the students attending this course and choosing a project. From all the courses i attended, i like this one the most:
- i like developing code for a practical purpose
- i like robots, they are fascinating
- this course gives freedom when choosing the project; this way stimulating creativity
- we have no limits for achieving our goal: we can modify the robots, develop code in any language, create your own algorithms, use any available code/library, improvise
The robot we are using is Robotino on which will be placed an Lynxmotion robotic arm to grab some boxes from which the construction will be built. The user will develop the construction in a 3D environment, export it, Robotino will process it and start building. Sounds like a cool project!
For now we are having some problems. Robotino has an CF card for HDD where it hold it’s OS. We don’t have superuser access on it so we can’t even change the date ( he thinks the date is somewhere in 2004 ), which makes it impossible to connect the robotic arm on him because we can’t access the device ( /dev/ttyUSBxx, linux users should be familiar ). So we decided to change the CF card, install a newer OS, connect him to Internet, update the software, jump over the impediment and gain the freedom we need. A team mate made a steel platform for the robotic arm. I’m waiting for Tuesday to come so we can mount the platform, the arm and install the CF card.
About changing the CF card i found information here ( my teacher bought a Sandisk 2GB CF card).
I’ll be back with more information in a few days, when i’ll post the code for connecting to Robotino from linux. If i forget or you have question ask me


