Ros-Simulation/README.md

33 строки
1.3 KiB
Markdown
Исходник Обычный вид История

2018-11-09 01:17:56 +03:00
# Introduction
2018-09-06 06:38:31 +03:00
2018-11-09 01:17:56 +03:00
The ROS Simulator is an orchestration system created to simulate autonomous robots in a virtual world at high scale. This README outlines the tools and the steps required to modify, build, and deploy the project.
2018-09-06 06:38:31 +03:00
2018-11-09 01:17:56 +03:00
For instructions for how to set up your simulation locally or on an Azure cluster, please refer to our docs:
2018-09-06 06:38:31 +03:00
2018-11-09 01:17:56 +03:00
## About the Project
2018-09-06 06:38:31 +03:00
2018-11-09 01:17:56 +03:00
* [Architecture](docs/Architecture.md)
## Setting up Simulation
* [Environment Setup](docs/EnvironmentSetup.md)
* [Container Management](docs/ContainerManagement.md)
* [Creating the Cluster with ACS Engine (recommended)](docs/ClusterCreation_ACS-Engine.md)
* [Creating the Cluster with AKS (if needed)](docs/ClusterCreation_AKS.md)
* [Scaling the Cluster](docs/ClusterScaling.md)
## Running Simulation
* [Run Simulation End to End](docs/RunSimulationEndToEnd.md)
* [Validation and Troubleshooting](docs/ValidateAndTroubleshoot.md)
* [View Visualization](docs/SimulationVisualization.md)
## CI/CD
* [Continuous Integration and Continuous Delivery Pipeline with ACS Engine](docs/ContinuousIntegrationDelivery_ACS_Engine.md)
* [Continuous Integration and Continuous Delivery Pipeline with AKS](docs/ContinuousIntegrationDelivery_AKS.md)
## Run on Local Machine (Not Recommended)
* [Local Cluster Setup and Testing](docs/LocalSetupAndTesting.md)