Skip to content

Category Archives: Research Area

Orocos, the robotics and automation control

16-Nov-09

Do you know Orocos..? Orocos is a C++ framework for component-based robot control software, of course this is an open source software.

Orocos is the acronym of the Open Robot Control Software project. The project’s aim is to develop a general-purpose, free software, and modular framework for robot and machine control. The Orocos project supports 4 C++ libraries: the Real-Time Toolkit, the Kinematics and Dynamics Library, the Bayesian Filtering Library and the Orocos Component Library.

Orocos Libraries
Here the figure of Orocos library:

robotics and automation control

Morphogenetic robotics

26-Oct-09

Morphogenetic robotics generally refers to the methodologies that address challenges in robotics inspired by biological morphogenesis. Morphogenetic robotics includes, but is not limited to the following main topics:

  • Morphogenetic swarm robotics that deals with the self-organization of multi-robots using genetic and cellular mechanisms governing the biological early morphogenesis;
  • Morphogenetic modular robots where modular robots adapt their configuration autonomously using morphogenetic principles;
  • Developmental approaches to the design of the body plan of robots, such as sensors and actuators, as well as the design of the controller, e.g., a neural controller using a generative coding gene regulatory network model

Making a Ramen Food with Robotics Arm

09-Aug-09

Here the Robotic arm which used to make a ramen (one of japanese food)… the movement is so great… Robotics is now support the restaurant.. :)

News: Medical Micro-robots Made As Small As Bacteria

20-Apr-09

Micro robots built by researchers for medical purpose. Here the complete news:

medical micro robotArtificial bacterial flagella are about half as long as the thickness of a human hair. They can swim at a speed of up to one body length per second. This means that they already resemble their natural role models very closely.

They look like spirals with tiny heads, and screw through the liquid like miniature corkscrews. When moving, they resemble rather ungainly bacteria with long whip-like tails. They can only be observed under a microscope because, at a total length of 25 to 60

RobuLAB, new robot to assist elderly at home

20-Apr-09

RobuLAB

This news comes from ehealtheurope.net. I believe others robots will soon be created to make human life easier…

French robotics specialist Robosoft and SRI International have demonstrated a new service robot designed to assist the elderly at home.

The RobuLAB, is able to navigate, follow and assist people moving from room to room using SRI Karto navigation software.

Vex Robotics Tutorial

08-Dec-08

Vex Robotics Design System

Vex Robotics Design System is a robotic kit intended to introduce students as well as adults to the world of robotics. The Vex Robotics Design System is centered around the Vex Starter Kit (which retails for about USD $500). This kit comes with the Vex “brain” (a microcontroller), a hobby-grade remote control, various sensors (2 bumper sensor and 2 limiter switches), three electric motors and a servo, wheels (4 small, 2 medium all purpose, and 2 large high traction tires), gears, and structural parts. Additional sensors (ultrasonic, line tracking, optical shaft encoder, bumper switches, limit switches, and light sensors), wheels ( small and large omni-directional wheels, small, medium, and large regulars), tank treads, motors, servos, gears (regular and advanced), chain and sprocket sets, extra transmitter and receivers, programming kit (easy C) extra metal and rechargeable battery power packs,can all be purchased separately.

AgBot: A Revolutionary robot created in lab

26-Nov-08

An interesting news come from http://www.lsureveille.com/1.931045. Great news,
the future of robotics
is in front of our eyes…

AgBot

The Robotics Research Laboratory, tucked away in a corner of Coates Hall, tends to go unnoticed by most University students.

But out of this remote nook, Dr. S.S. Iyengar and two computer science graduate students hope to bring national recognition to the University through a new robot they have been working on for the past year and a half.

Iyengar, computer science department chair, Bharat Narahari and Jong Hoon Kim are making great strides in the robotics community by building a robot with technology that hasn

Sharp GP2D12 Analog Distance Sensor

10-Jul-08

Free Image Hosting

Download Sharp GP2D12 Analog Distance Sensor Manual and Tutorial
SharpGP2D12Snrs.pdf

AVR Line Following Robot

19-Feb-08

Image002 AVR Line Following Robot

Block Diagram

The robot uses IR sensors to sense the line, an array of 8 IR LEDs (Tx) and sensors (Rx), facing the ground has been used in this setup. The output of the sensors is an analog signal which depends on the amount of light reflected back, this analog signal is given to the comparator to produce 0s and 1s which are then fed to the

Interfacing Microcontroller with PC Keyboard

18-Feb-08

Why would you want to interface the Keyboard? The IBM keyboard can be a cheap alternative to a keyboard on a Microprocessor development system. Or maybe you want a remote terminal, just couple it with a LCD Module.

Maybe you have a RS-232 Barcode Scanner or other input devices, which you want to use with existing software which only allows you to key in numbers or letters. You could design yourself a little box to convert RS-232 into a Keyboard Transmission, making it transparent to the software.

An interfacing example is given showing the keyboard’s protocols in action. This interfacing example uses a 89s51 MCU to decode an IBM AT keyboard and output the ASCII equivalent of the key pressed at 9600 BPS.

Note that this page only deals with AT Keyboards. If you have any XT keyboards, you wish to interface, consider placing them in a museum. We will not deal with this type of keyboard in this document. XT Keyboards use a different protocol compared to the AT, thus code contained on this page will be incompatible.

PC Keyboard Theory

The IBM keyboard you most probably have sitting in front of you, sends scan codes to your computer. The scan codes tell your Keyboard Bios, what keys you have pressed or released. Take for example the ‘A’ Key. The ‘A’ key has a scan code of 1C (hex). When you press the ‘A’ key, your keyboard will send 1C down it’s serial line. If you are still holding it down, for longer than it’s typematic delay, another 1C will be sent. This keeps occurring until another key has been pressed, or if the ‘A’ key has been released.