New Dev-docs structure, Simulation Methods, EESystem I authored by Jean Meurice's avatar Jean Meurice
......@@ -30,30 +30,38 @@
# Developer Documentation
- [Introduction + Overview](/dev-docs/Introduction-+-Overview)
- Concepts
- [DataType system](/dev-docs/commons/DataType-System)
- [Properties-Concept](/dev-docs/Properties-Concept)
- E/E:
- [EE-System (TODO Update)](/dev-docs/vehicle/EE-System)
- [EE-Components Development (TODO)](/dev-docs/vehicle/EEComponents-Development)
- [EE-Components and Message reference (TODO)](/dev-docs/vehicle/EEComponents-and-Message-reference)
- Simulation-Autopilot interaction:
- [Simulation to Autopilot communication](/dev-docs/concepts/Simulation-to-Autopilot-communication)
- [Library Interface](/dev-docs/concepts/Library-Interface)
- [TCP protocol](/dev-docs/concepts/TCP-protocol)
- Commons Project
- [Vectors, Matrices and Math](/dev-docs/commons/Vectors,-Matrices-and-Math)
- [Utils Class Graph](/dev-docs/commons/Utils-Graph-Representation)
- [JSON Serializer (TODO)](/dev-docs/commons/Json-Serializer)
- Simulation Project
- [Sub-Projects](/dev-docs/Sub-Projects)
- Simulation
- [Properties Concept](/dev-docs/simulation/Properties-Concept)
- [Initialization Overview](/dev-docs/simulation/Initialization-Overview)
- [Structure Overview (graphic) (TODO Update)](/dev-docs/Structure-Overview)
- [Vehicle Properties and Structure (TODO)](/dev-docs/vehicle/Vehicle-Properties-and-Structure)
- [Environment](/dev-docs/Environment)
- [The Simulator Class (TODO)](/dev-docs/Simulator-Class)
- [Debug Visualization (TODO)](/dev-docs/Debug-Visualization)
- [Vehicle Task (TODO)](/dev-docs/Task)
- HardwareEmulator Project
- [Simulation Methods](/dev-docs/simulation/Simulation-Methods)
- Simulator class and simulation data
- EE-System
- [EE-System](/dev-docs/eesystem/EE-System)
- components...
- Component Development
- Message Reference
- Autopilots
- [Simulation to Autopilot communication](/dev-docs/autopilots/Simulation-to-Autopilot-communication)
- [Library Interface](/dev-docs/autopilots/Library-Interface)
- [TCP protocol](/dev-docs/autopilots/TCP-protocol)
- World & Geometry
- OSM loading
- [World Geometry](/dev-docs/world_geometry/World-Geometry)
- Vehicles
- Vehicles overview
- Tasks
- PhysicalValues
- PowerTrain
- [Collision Detection](/dev-docs/vehicles/Collision-Detection)
- Rigidbody physics
- hardware-emulator
- [Hardware-Emulator Server](/dev-docs/hardware_emulator/Hardware-Emulator-Server)
- [Debugging the Basic Simulator](/dev-docs/Debugging-the-Basic-Simulator)
- Visualizations
- debug-viewer
- basic-simulator
- [Debugging the Basic Simulator](/dev-docs/visualizations/Debugging-the-Basic-Simulator)
- General/Commons
- Commons Overview
- [DataType system](/dev-docs/commons/DataType-System)
- [Vectors, Matrices and Math](/dev-docs/commons/Vectors,-Matrices-and-Math)
- [JSON Serializer](/dev-docs/commons/Json-Serializer)