Basic-simulator: CLI & Debugging + Updated Vehicle config example authored by Jean Meurice's avatar Jean Meurice
...@@ -4,9 +4,11 @@ ...@@ -4,9 +4,11 @@
- [Introduction to MontiSim](/user-docs/Introcution-to-MontiSim) - [Introduction to MontiSim](/user-docs/Introcution-to-MontiSim)
- [The basic-simulator](/user-docs/The-basic_simulator) - [The basic-simulator](/user-docs/The-basic_simulator)
- [Simulation Configuration](/user-docs/Simulation-Configuration) - [Simulation Configuration (TODO)](/user-docs/Simulation-Configuration)
- [Vehicle Configuration](/user-docs/Vehicle-Configuration) - [Vehicle Configuration (TODO Update)](/user-docs/Vehicle-Configuration)
- [Autopilot Configuration](/user-docs/Autopilot-Configuration)
- [Example Vehicle Configuration (JSON)](/user-docs/Vehicle-JSON-example) - [Example Vehicle Configuration (JSON)](/user-docs/Vehicle-JSON-example)
- TODO Network example
- Autopilots/EMAM2CPP - Autopilots/EMAM2CPP
# Tutorials # Tutorials
...@@ -22,21 +24,24 @@ ...@@ -22,21 +24,24 @@
## Commons ## Commons
- [Utils](/dev-docs/utils) - [Utils Class Graph](/dev-docs/commons/Utils-Graph-Representation)
- [DataType system](/dev-docs/commons/DataType-System) - [DataType system](/dev-docs/commons/DataType-System)
- [JSON Serializer (TODO)](/dev-docs/commons/Json-Serializer)
## Simulation ## Simulation
- [Sub-Projects](/dev-docs/Sub-Projects) - [Sub-Projects](/dev-docs/Sub-Projects)
- [Structure Overview (graphic)](/dev-docs/Structure-Overview) - [Structure Overview (graphic) (TODO Update)](/dev-docs/Structure-Overview)
- [Properties-Concept](/dev-docs/Properties-Concept) - [Properties-Concept](/dev-docs/Properties-Concept)
- [EE-System](/dev-docs/vehicle/EE-System) - [EE-System (TODO Update)](/dev-docs/vehicle/EE-System)
- [Vehicle Properties and Structure](/dev-docs/vehicle/Vehicle-Properties-and-Structure) - [Vehicle Properties and Structure (TODO)](/dev-docs/vehicle/Vehicle-Properties-and-Structure)
- [Environment](/dev-docs/Environment) - [Environment](/dev-docs/Environment)
- [The Simulator Class](/dev-docs/Simulator-Class) - [The Simulator Class (TODO)](/dev-docs/Simulator-Class)
- [EE-Components Development](/dev-docs/vehicle/EEComponents-Development) - [EE-Components Development (TODO)](/dev-docs/vehicle/EEComponents-Development)
- [EE-Components and Message reference](/dev-docs/vehicle/EEComponents-and-Message-reference) - [EE-Components and Message reference (TODO)](/dev-docs/vehicle/EEComponents-and-Message-reference)
- [Debug Visualization](/dev-docs/Debug-Visualization) - [Debug Visualization (TODO)](/dev-docs/Debug-Visualization)
- [Vehicle Task](/dev-docs/Task) - [Vehicle Task (TODO)](/dev-docs/Task)
## HardwareEmulator ## HardwareEmulator
- TODO
\ No newline at end of file