JSON scenario reference WIP authored by Jean Meurice's avatar Jean Meurice
...@@ -6,21 +6,22 @@ ...@@ -6,21 +6,22 @@
- [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 (TODO)](/user-docs/Simulation-Configuration) - [JSON-scenarios reference](/user-docs/JSON-scenarios-reference)
- [Vehicle Configuration](/user-docs/Vehicle-Configuration) - [Simulation Configuration](/user-docs/json-scenario-reference/Simulation-Configuration)
- [TaskProperties](/user-docs/properties/TaskProperties) - [Vehicle Configuration](/user-docs/json-scenario-reference/Vehicle-Configuration)
- [Body and Wheel Properties](/user-docs/properties/Body-and-Wheel-Properties) - [TaskProperties](/user-docs/json-scenario-reference/TaskProperties)
- [PowerTrainProperties](/user-docs/properties/PowerTrainProperties) - [Body and Wheel Properties](/user-docs/json-scenario-reference/Body-and-Wheel-Properties)
- [BusProperties](/user-docs/properties/BusProperties) - [PowerTrainProperties](/user-docs/json-scenario-reference/PowerTrainProperties)
- [Sensor and Actuator Properties](/user-docs/properties/Sensor-and-Actuator-Properties) - [BusProperties](/user-docs/json-scenario-reference/BusProperties)
- [Bridge, Navigation and SimpleCommunicationGateway Properties](/user-docs/properties/Bridge,-Navigation-and-SimpleCommunicationGateway-Properties) (*EE-components*) - [Sensor and Actuator Properties](/user-docs/json-scenario-reference/Sensor-and-Actuator-Properties)
- [TestAutopilot and JavaAutopilot Properties](/user-docs/properties/TestAutopilot-and-JavaAutopilot-Properties) (*EE-components*) - [Bridge, Navigation and SimpleCommunicationGateway Properties](/user-docs/json-scenario-reference/Bridge,-Navigation-and-SimpleCommunicationGateway-Properties) (*EE-components*)
- [ComputerProperties](/user-docs/properties/ComputerProperties) - [TestAutopilot and JavaAutopilot Properties](/user-docs/json-scenario-reference/TestAutopilot-and-JavaAutopilot-Properties) (*EE-components*)
- [Example Vehicle Configuration (JSON)](/user-docs/Vehicle-JSON-example) - [ComputerProperties](/user-docs/json-scenario-reference/ComputerProperties)
- [Example Vehicle Configuration (JSON)](/user-docs/json-scenario-reference/Vehicle-JSON-example)
- TODO Network example - TODO Network example
- [Autopilot Configuration](/user-docs/Autopilot-Configuration) - [Autopilot Configuration](/user-docs/Autopilot-Configuration)
# Tutorials # Tutorials (TODO)
- Git, Maven - Git, Maven
- Scripts - Scripts
...@@ -55,3 +56,4 @@ ...@@ -55,3 +56,4 @@
- [Vehicle Task (TODO)](/dev-docs/Task) - [Vehicle Task (TODO)](/dev-docs/Task)
- HardwareEmulator Project - HardwareEmulator Project
- [Hardware-Emulator Server](/dev-docs/hardware_emulator/Hardware-Emulator-Server) - [Hardware-Emulator Server](/dev-docs/hardware_emulator/Hardware-Emulator-Server)
- [Debugging the Basic Simulator](/dev-docs/Debugging-the-Basic-Simulator)