Archive

Posts Tagged ‘Robotics’

Programming Lego NXT Robots with RobotC

November 14th, 2007

Chris Anderson from Wired Mag gives a great article covering some issues concerning environment of Lego Mindstorms robots using different programming languages.

For anyone who’s ever programmed, there’s nothing better for understanding logic than properly tabbed and commented code, all in a column of text as God intended. And for your kids, there’s no time like the present to introduce real , using coding conventions that will be as relevant in the decades to come as they were in decades past.

Simple and straight advantage of RobotC platform - coding in plain C, with well written Documentation on each function used for ’s. For the last month, RobotC upgraded from v1.05 to 1.10, so there are some improvements and updates from Carnegie Mellon University developers.

A great news is that for our projects on and Automation subject, we have switched from Microsoft Studio to RobotC due to some reasons:

  • Lack of documentation on MRS (Professional MRS from Wrox will be published at the end of the year)
  • Missing some simulation sensors’ files for (can’t test all the capacities of sensors without robot)
  • Not all of students run Windows (but can be managed via Wine)
  • Full access to encoders and sensors data in simple manner.

As more sensors are about to come in stock, I believe will become one of the easiest ways of implementing concepts and algorithms for students.

Cyprus , , ,

Europeans, robotics and Cyprus

October 29th, 2007

Some of you already know that for my senior Bachelor project I decided to do & Automation, since is a brand new field of study for me.

Due to the fact that this project includes a lot of sensor fusion techniques and algorithms for positioning, I had to go through lots of IEEE research papers, since our university library in Limassol doesn’t have many books on the subject.

What I noticed was the fact that most of the research work goes from Northern Europe and Northern part of the USA:

  • Germany
  • USA (particularly UMC and MIT research centres)
  • Finland

This is just a shallow list of countries involved in the research, however there are more to add. I’m not taking Japan or South Korea in account since this field of science is quiet popular there and ’s Asia - ’s completely different story. The main question of this article is: will this type of computer science and engineering become popular in ?

Read more…

Blogging, Cyprus, FIT , , ,

Lego NXT programming tools

October 23rd, 2007

After few days of surging, I came out with few solutions:

  • RobotC
  • Basic C-language interface from umc.edu, which works with and RCX model

  • Microsoft Robotics Studio (MRS)
  • Nice and easy way of Robots with GUI interface, with almost no interaction with code.

  • LeJOS
  • For Java programmers: and RCX Java Open Source interface with simple Java Eclipse installation Plug-in.

To be continued…

Gadgets, Links , , ,

Robotics - toys for Bachelor students

October 11th, 2007

Due to the faculty specifics, most of the forth course classmates took & Automation course this semester.

For catching up the idea of automation procedures, the teacher gave us a small NXT Robot to play around. I couldn’t remember when was the last time I did these stuff, however this amazed me a lot.

This small “toy” is equipped with:

  • Light Sensor (black and white spectrum)
  • Ultrasound Sensor
  • Bump Sensor
  • Sound Sensor

Lots of things to play around, especially taking in account the programmatic aspects of generation and Open Source C compiler for these robots: RobotC project.

Gadgets , , , , , , ,