Difference between revisions of "ROS Learnings"

From wikidb
Jump to: navigation, search
(Tracking)
Line 1: Line 1:
 +
= Interesting Problems =
 +
 
== Publish and Subscribe Architecture ==
 
== Publish and Subscribe Architecture ==
 
* [http://en.wikipedia.org/wiki/Publish_and_subscribe Publish and Subscribe Pattern] Wikipedia Overview
 
:: Publish–subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers. Instead, published messages are characterized into classes, without knowledge of what, if any, subscribers there may be. Similarly, subscribers express interest in one or more classes, and only receive messages that are of interest, without knowledge of what, if any, publishers there are.
 
  
 
* Managing Latencies
 
* Managing Latencies
 +
 +
== Other Architectures ==
 +
 +
* Erann Gat - Three-Layer Architectures
  
 
== OS ==
 
== OS ==
  
* Performance on Real Times Systems
+
* Performance in Real Times Systems
  
== Sensor Noise ==
+
== Sensor ==
 +
 
 +
* Sensor noise
  
 
== Tracking ==
 
== Tracking ==
 +
 +
* Handling Errors
  
 
== Power Management ==
 
== Power Management ==
 +
 +
= Useful Technologies =
 +
 +
* VFH - Vector Field Histogram
 +
* PID - Proportional Integral Derivative
 +
* OpenCV Filters

Revision as of 10:32, 6 June 2012

Interesting Problems

Publish and Subscribe Architecture

  • Managing Latencies

Other Architectures

  • Erann Gat - Three-Layer Architectures

OS

  • Performance in Real Times Systems

Sensor

  • Sensor noise

Tracking

  • Handling Errors

Power Management

Useful Technologies

  • VFH - Vector Field Histogram
  • PID - Proportional Integral Derivative
  • OpenCV Filters