From 32181ebd8469d5765176236cad3794a02a1967c5 Mon Sep 17 00:00:00 2001 From: sergi-e Date: Fri, 17 Jul 2020 11:22:20 +0200 Subject: [PATCH] Minor fixes --- Docs/index.md | 4 ++-- Docs/tuto_D_generate_colliders.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/index.md b/Docs/index.md index 4d315f948..7cb5ee601 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -145,10 +145,10 @@ CARLA forum — Develop a new sensor to be used in CARLA. [__Make a release__](tuto_D_make_release.md) — For developers who want to publish a release. - [__Generate pedestrian navigation__](tuto_D_generate_pedestrian_navigation.md) - — Obtain the information needed for walkers to move around. [__Generate detailed colliders__](tuto_D_generate_colliders.md) — Created detailed colliders for vehicles. + [__Generate pedestrian navigation__](tuto_D_generate_pedestrian_navigation.md) + — Obtain the information needed for walkers to move around.

## Contributing diff --git a/Docs/tuto_D_generate_colliders.md b/Docs/tuto_D_generate_colliders.md index 16ec8af23..06d5663b3 100644 --- a/Docs/tuto_D_generate_colliders.md +++ b/Docs/tuto_D_generate_colliders.md @@ -119,7 +119,7 @@ __Step 8.__ *(in UE)* — Create constraints that connect the different joints a --- -That is all there is so far, regarding the different map customization tools available in CARLA. +That is a wrap on how to change the default colliders for vehicles in CARLA. Open CARLA and mess around for a while. If there are any doubts, feel free to post these in the forum.