Skip to content

Commit b659403

Browse files
committed
Removed export path step
1 parent 4d5f3da commit b659403

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/carla_waypoint.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,12 @@
22

33
The [CARLA Waypoint Publisher](https://github.com/carla-simulator/ros-bridge/tree/master/carla_waypoint_publisher) makes waypoint calculations available to the ROS context and provides services to query CARLA waypoints. To find out more about waypoints, see the CARLA [documentation](https://carla.readthedocs.io/en/latest/core_map/#navigation-in-carla).
44

5-
- [__Before you begin__](#before-you-begin)
65
- [__Run the Waypoint Publisher__](#run-the-waypoint-publisher)
76
- [Set a goal](#set-a-goal)
87
- [__Using the Waypoint Publisher__](#using-the-waypoint-publisher)
98
- [__ROS API__](#ros-api)
109
- [Publications](#publications)
1110
- [Services](#services)
12-
---
13-
14-
## Before you begin
15-
16-
The Waypoint Publisher requires some functionality of the Python API that is not included in the Python `.egg` file. To include this functionality, extend your Python path with the following command:
17-
18-
```sh
19-
export PYTHONPATH=$PYTHONPATH:<path-to-carla>/PythonAPI/carla/dist/carla-<carla_version_and_arch>.egg:<path-to-carla>/PythonAPI/carla/
20-
```
2111

2212
---
2313

0 commit comments

Comments
 (0)