Difference between revisions of "Main Page"

From ConceptCar
Jump to: navigation, search
Line 8: Line 8:
  
 
The corresponding SVN can be accessed [[Svn|this way]]. This should be a gathering point for all documentation.
 
The corresponding SVN can be accessed [[Svn|this way]]. This should be a gathering point for all documentation.
 +
 +
1. Concept Car Architecture
 +
  1.1. Mechanical Elements
 +
      1.1.1. Engine
 +
      1.1.2. Radio Control
 +
      1.1.3. Steering System
 +
  1.2. Electrical System
 +
      1.2.1. CAN Bus
 +
      1.2.2. Sensors
 +
      1.2.3. Electrical Control Units
 +
              1.2.3.1. ECUs implementing Sensorboards and Actorboard
 +
              1.2.3.2. ECU implementing Controlboard
 +
              1.2.3.3. Emergency Safe-State Board
 +
 +
2. Application development and deployment
 +
  2.1. Platform Independent Application Development
 +
      2.1.1. Simulink models
 +
              2.1.1.1. Software Application Code Generation
 +
  2.2. Platform Specific Code Generation
 +
  2.3. Application Deployment
 +
      2.3.1. Flashing the ARM7 board
 +
      2.3.2. Deployment
 +
      2.3.3. Monitoring execution
 +
 +
3. Adding resources to the Concept Car
 +
 +
4. Bibliography
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
-------------------------------------------------------------------------------------------------------------------
 +
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 +
 +
== Getting started ==
 +
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
 +
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
 +
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]

Revision as of 11:56, 16 October 2009

WELCOME

So here it is established, the Concept Car's wiki.

The Concept Car, presented in Figure 1.1, is an experimental embedded system. It is a research platform based on a remote control car and several resources allowing deployment of different classes of applications.

This wiki describes the Concept Car, its structure, components, software and hardware architecture and functionalities and presents in a detailed way how to develop and deploy applications for the car.

The corresponding SVN can be accessed this way. This should be a gathering point for all documentation.

1. Concept Car Architecture

 1.1. Mechanical Elements
      1.1.1. Engine
      1.1.2. Radio Control
      1.1.3. Steering System
 1.2. Electrical System
      1.2.1. CAN Bus
      1.2.2. Sensors
      1.2.3. Electrical Control Units
             1.2.3.1. ECUs implementing Sensorboards and Actorboard
             1.2.3.2. ECU implementing Controlboard
             1.2.3.3. Emergency Safe-State Board

2. Application development and deployment

 2.1. Platform Independent Application Development
      2.1.1. Simulink models
             2.1.1.1. Software Application Code Generation
 2.2. Platform Specific Code Generation
 2.3. Application Deployment
      2.3.1. Flashing the ARM7 board
      2.3.2. Deployment
      2.3.3. Monitoring execution

3. Adding resources to the Concept Car

4. Bibliography






Consult the User's Guide for information on using the wiki software.

Getting started