Add benchmark to documentation
This commit is contained in:
parent
99ef016f2e
commit
5067b9109e
|
@ -1,6 +1,10 @@
|
||||||
CARLA Benchmark
|
CARLA Benchmark
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
!!! important
|
||||||
|
Benchmark code is currently in beta and can be found only in the
|
||||||
|
`benchmark_branch`.
|
||||||
|
|
||||||
Running the Benchmark
|
Running the Benchmark
|
||||||
---------------------
|
---------------------
|
||||||
|
|
|
@ -8,6 +8,7 @@ CARLA Documentation
|
||||||
* [CARLA settings](carla_settings.md)
|
* [CARLA settings](carla_settings.md)
|
||||||
* [Measurements](measurements.md)
|
* [Measurements](measurements.md)
|
||||||
* [Cameras and sensors](cameras_and_sensors.md)
|
* [Cameras and sensors](cameras_and_sensors.md)
|
||||||
|
* [Benchmark](benchmark.md)
|
||||||
* [F.A.Q.](faq.md)
|
* [F.A.Q.](faq.md)
|
||||||
* [Troubleshooting](troubleshooting.md)
|
* [Troubleshooting](troubleshooting.md)
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ pages:
|
||||||
- 'CARLA Settings': 'carla_settings.md'
|
- 'CARLA Settings': 'carla_settings.md'
|
||||||
- 'Measurements': 'measurements.md'
|
- 'Measurements': 'measurements.md'
|
||||||
- 'Cameras and sensors': 'cameras_and_sensors.md'
|
- 'Cameras and sensors': 'cameras_and_sensors.md'
|
||||||
|
- 'Benchmark': 'benchmark.md'
|
||||||
- 'F.A.Q.': 'faq.md'
|
- 'F.A.Q.': 'faq.md'
|
||||||
- 'Troubleshooting': 'troubleshooting.md'
|
- 'Troubleshooting': 'troubleshooting.md'
|
||||||
- Building from source:
|
- Building from source:
|
||||||
|
|
Loading…
Reference in New Issue