From 2b76f76c4e0b91d0173713cdc2d9a448502d50c2 Mon Sep 17 00:00:00 2001 From: sergiopaniego Date: Fri, 11 Oct 2024 16:22:11 +0200 Subject: [PATCH] Update installation instructions --- _pages/install/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/install/install.md b/_pages/install/install.md index f5a56025..b2e5b2e3 100644 --- a/_pages/install/install.md +++ b/_pages/install/install.md @@ -194,7 +194,7 @@ python -m pip install -r /opt/carla-simulator/PythonAPI/examples/requirements.tx 4. Add variables to PYTHONPATH following the simulator installation instructions and ROS bridge installation instructions. ``` source ~/carla-ros-bridge/catkin_ws/devel/setup.bash - export CARLA_ROOT=/carla_simulator/ + export CARLA_ROOT=/carla/ export PYTHONPATH=$PYTHONPATH:$CARLA_ROOT/PythonAPI/carla export PYTHONPATH=$PYTHONPATH:$CARLA_ROOT/PythonAPI/carla/dist/carla-0.9.15-py3.7-linux-x86_64.egg export OBJECT_PATH=/behavior_metrics/configs/CARLA/CARLA_launch_files/CARLA_object_files/parked_car_objects.json