Removed references to CarSim being in beta stage (#4501)
This commit is contained in:
parent
32465c3ba8
commit
74ea12357d
|
@ -100,7 +100,7 @@ CARLA forum</a>
|
|||
[__Control walker skeletons__](tuto_G_control_walker_skeletons.md) — Animate walkers using skeletons.
|
||||
[__Generate maps with OpenStreetMap__](tuto_G_openstreetmap.md) — Use OpenStreetMap to generate maps for use in simulations.
|
||||
[__Retrieve simulation data__](tuto_G_retrieve_data.md) — A step by step guide to properly gather data using the recorder.
|
||||
[__CarSim Integration (Beta)__](tuto_G_carsim_integration.md) — Tutorial on how to run a simulation using the CarSim vehicle dynamics engine.
|
||||
[__CarSim Integration__](tuto_G_carsim_integration.md) — Tutorial on how to run a simulation using the CarSim vehicle dynamics engine.
|
||||
[__RLlib Integration__](tuto_G_rllib_integration.md) — Find out how to run your own experiment using the RLlib library.
|
||||
[__Chrono Integration__](tuto_G_chrono.md) — Use the Chrono integration to simulation physics
|
||||
[__Build Unreal Engine and CARLA in Docker__](build_docker_unreal.md) — Build Unreal Engine and CARLA in Docker
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
# CarSim Integration (Beta)
|
||||
# CarSim Integration
|
||||
|
||||
CARLA's integration with CarSim allows vehicle controls in CARLA to be forwarded to CarSim. CarSim will do all required physics calculations of the vehicle and return the new state to CARLA.
|
||||
|
||||
This page shows you how to generate a `.sim` file, explains how vehicle dimensions relate between CARLA and CarSim and how to run a simulation on CARLA using the CarSim integration.
|
||||
|
||||
!!! Warning
|
||||
This feature is in beta release. This means that development of the feature is ongoing and some aspects of the feature may not work as expected. If you come across any problems feel free to open an issue on [GitHub](https://github.com/carla-simulator/carla).
|
||||
|
||||
* [__Before you begin__](#before-you-begin)
|
||||
* [__Set up CarSim__](#set-up-carsim)
|
||||
* [__Generate the .sim file__](#generate-the-sim-file)
|
||||
|
|
|
@ -71,7 +71,7 @@ nav:
|
|||
- 'Control walker skeletons': "tuto_G_control_walker_skeletons.md"
|
||||
- 'Generate maps with OpenStreetMap': 'tuto_G_openstreetmap.md'
|
||||
- 'Retrieve simulation data': "tuto_G_retrieve_data.md"
|
||||
- 'CarSim Integration (Beta)': "tuto_G_carsim_integration.md"
|
||||
- 'CarSim Integration': "tuto_G_carsim_integration.md"
|
||||
- 'RLlib Integration': "tuto_G_rllib_integration.md"
|
||||
- 'Chrono Integration': 'tuto_G_chrono.md'
|
||||
- 'Build Unreal and CARLA in Docker': 'build_docker_unreal.md'
|
||||
|
|
Loading…
Reference in New Issue