Robotics: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
Below are the candidate projects that will receive the Raspberry Pi, this list might change in the future:
Below are the candidate projects that will receive the Raspberry Pi, this list might change in the future:


* Monitoring I/O real-time robot's system by "Jorge Acosta":http://wiki.qt.io/User:Jgeact  
* Monitoring I/O real-time robot's system by "Jorge Acosta":http://wiki.qt.io/User:Jgeact  
* Mill Machine by "Enrico Miglino":http://wiki.qt.io/User:Alicemirror  
* Mill Machine by "Enrico Miglino":http://wiki.qt.io/User:Alicemirror  
* Kiosk-like interface for user interaction and GPIO interfacing by "Nicholas Kell":http://wiki.qt.io/User:Monkeyknight  
* Kiosk-like interface for user interaction and GPIO interfacing by "Nicholas Kell":http://wiki.qt.io/User:Monkeyknight  
* Robot controlling and monitoring device using touchscreen interface by "Carver Deacon":http://wiki.qt.io/User:Carverdeacon  
* Robot controlling and monitoring device using touchscreen interface by "Carver Deacon":http://wiki.qt.io/User:Carverdeacon  
* Arduino IDE for Raspberry Pi by "Ujwal Shrestha":http://wiki.qt.io/User:Ujwal2  
* Arduino IDE for Raspberry Pi by "Ujwal Shrestha":http://wiki.qt.io/User:Ujwal2  
* Qt-ROS port by "Fredb52":http://wiki.qt.io/User:Fredb52  
* Qt-ROS port by "Fredb52":http://wiki.qt.io/User:Fredb52  
* Flying Robot by "Tuomas Kulve":http://wiki.qt.io/User:Kulve  
* Flying Robot by "Tuomas Kulve":http://wiki.qt.io/User:Kulve  
* Monte Carlo Localization (Particle Filter) by "Patricia González":http://wiki.qt.io/User:Clandestinahds  
* Monte Carlo Localization (Particle Filter) by "Patricia González":http://wiki.qt.io/User:Clandestinahds  
* Humanoid Robot Control by "Miguel Landa":http://wiki.qt.io/User:Eroland  
* Humanoid Robot Control by "Miguel Landa":http://wiki.qt.io/User:Eroland  
* Autonomous assistive robotic interface system by "Tarek Taha":http://wiki.qt.io/User:blackcoder  
* Autonomous assistive robotic interface system by "Tarek Taha":http://wiki.qt.io/User:blackcoder  
* Fuzzy controller for water level and flow control by "Samim Konjicija":http://wiki.qt.io/User:Samimk  
* Fuzzy controller for water level and flow control by "Samim Konjicija":http://wiki.qt.io/User:Samimk  
* Light-weight front-end interface for an anthropomorphic flute playing robot by "Klaus Petersen":http://wiki.qt.io/User:Trilion99  
* Light-weight front-end interface for an anthropomorphic flute playing robot by "Klaus Petersen":http://wiki.qt.io/User:Trilion99  
* Ground Control Station application for Autonomous Rove by "Rosia Nicolae":http://wiki.qt.io/User:Rosia.nicolae  
* Ground Control Station application for Autonomous Rove by "Rosia Nicolae":http://wiki.qt.io/User:Rosia.nicolae  
* Portable Robot Controller by "Nicola Corna":http://wiki.qt.io/User:Korna  
* Portable Robot Controller by "Nicola Corna":http://wiki.qt.io/User:Korna  
* Home Service Robot by "Lee Sangdon":http://wiki.qt.io/User:Qqsunqq  
* Home Service Robot by "Lee Sangdon":http://wiki.qt.io/User:Qqsunqq  
* IMU Hardware Expansion board by "Rkekki":http://wiki.qt.io/User:Rkekki  
* IMU Hardware Expansion board by "Rkekki":http://wiki.qt.io/User:Rkekki  


== Components ==
== Components ==


Regardless of the nature of the robotics application targeted by the above projects, certain components can be used among different projects to accelerate the progress and to avoid having to "re-invent the wheel". Below are few suggested components that can be used among the projects.
Regardless of the nature of the robotics application targeted by the above projects, certain components can be used among different projects to accelerate the progress and to avoid having to "re-invent the wheel". Below are few suggested components that can be used among the projects.


=== I/O Interfacing ===
=== I/O Interfacing ===
Line 36: Line 36:
=== Sensors Interfacing ===
=== Sensors Interfacing ===


Interfacing the Raspberry Pi with various sensors similar but not limited to:<br />* - Sonars<br />* - Lasers (range finders)<br />* - IMU units (Inertial Measurement Units)<br />* - GPS<br />* - Acceleration<br />* - Gyroscopes<br />* - Digital compasses<br />* - Temperature sensors<br />* - Encoders<br />* - Cameras<br />* - Microphones
Interfacing the Raspberry Pi with various sensors similar but not limited to:
* - Sonars
* - Lasers (range finders)
* - IMU units (Inertial Measurement Units)
* - GPS
* - Acceleration
* - Gyroscopes
* - Digital compasses
* - Temperature sensors
* - Encoders
* - Cameras
* - Microphones


=== Arduino Interfacing ===
=== Arduino Interfacing ===


The flexibility and power of the Raspberry Pi board can be increased by interfacing it with [http://www.arduino.cc/ Arduino] boards and shields. This interface can be used using USB/Serial ports or via the &quot;Ethernet&amp;quot;:http://arduino.cc/en/Main/ArduinoEthernetShield or &quot;Wireless&amp;quot;:http://arduino.cc/en/Main/ArduinoWirelessShield shields.
The flexibility and power of the Raspberry Pi board can be increased by interfacing it with [http://www.arduino.cc/ Arduino] boards and shields. This interface can be used using USB/Serial ports or via the "Ethernet":http://arduino.cc/en/Main/ArduinoEthernetShield or "Wireless":http://arduino.cc/en/Main/ArduinoWirelessShield shields.


=== Motor Controllers ===
=== Motor Controllers ===
Line 48: Line 59:
=== Software Components ===
=== Software Components ===


Software components used to control certain aspects of the robots or provide intelligence can also developed in collaboration. Priority should be given to port well known robotic platforms like &quot;PlayerStage&amp;quot;:http://playerstage.sourceforge.net/ and &quot;ROS&amp;quot;:http://www.ros.org/wiki/ to Raspberry PI to allow the usage of well developed and maintained algorithmic solutions by worldwide robotic researchers and developers.
Software components used to control certain aspects of the robots or provide intelligence can also developed in collaboration. Priority should be given to port well known robotic platforms like "PlayerStage":http://playerstage.sourceforge.net/ and "ROS":http://www.ros.org/wiki/ to Raspberry PI to allow the usage of well developed and maintained algorithmic solutions by worldwide robotic researchers and developers.

Revision as of 10:13, 25 February 2015

h1. QtonPi Robotics Group

Aim

The aim of this robotics group is to utilize the Raspberry Pi hardware and the Qt software to create innovative and useful robotics and automation applications that can benefit the community and accelerate the adaption of Qt and Raspberry Pi in real world applications.

Projects

Below are the candidate projects that will receive the Raspberry Pi, this list might change in the future:

Components

Regardless of the nature of the robotics application targeted by the above projects, certain components can be used among different projects to accelerate the progress and to avoid having to "re-invent the wheel". Below are few suggested components that can be used among the projects.

I/O Interfacing

This involves using the GPIO port on the Raspberry Pi to interface with electronic circuitry in order to read or write digital or analog data.

Sensors Interfacing

Interfacing the Raspberry Pi with various sensors similar but not limited to:

  • - Sonars
  • - Lasers (range finders)
  • - IMU units (Inertial Measurement Units)
  • - GPS
  • - Acceleration
  • - Gyroscopes
  • - Digital compasses
  • - Temperature sensors
  • - Encoders
  • - Cameras
  • - Microphones

Arduino Interfacing

The flexibility and power of the Raspberry Pi board can be increased by interfacing it with Arduino boards and shields. This interface can be used using USB/Serial ports or via the "Ethernet":http://arduino.cc/en/Main/ArduinoEthernetShield or "Wireless":http://arduino.cc/en/Main/ArduinoWirelessShield shields.

Motor Controllers

Majority of robotics application involve moving and controlling various motors and stages. Time can be saved if motor control components can be shared across projects. This include feedback software algorithms (PID, Fuzzy logic control …) and hardware components like motor drivers and boards.

Software Components

Software components used to control certain aspects of the robots or provide intelligence can also developed in collaboration. Priority should be given to port well known robotic platforms like "PlayerStage":http://playerstage.sourceforge.net/ and "ROS":http://www.ros.org/wiki/ to Raspberry PI to allow the usage of well developed and maintained algorithmic solutions by worldwide robotic researchers and developers.