Skip to content

Commit d7ebe52

Browse files
Update README.md
1 parent 929816c commit d7ebe52

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# op_agent - OpenPlanner Agent for CARLA Simulator
22

33

4-
Additional missing [data](https://drive.google.com/drive/folders/1Or0CMS08AW8XvJtzzR8TfhqdY9MMUBpS?usp=sharing):
4+
### Additional missing [data](https://drive.google.com/drive/folders/1Or0CMS08AW8XvJtzzR8TfhqdY9MMUBpS?usp=sharing):
55
- PointCloud .pcd Maps
66
- Yolo weights files
77

88

9-
Environment setup (bashrc):
9+
### Environment setup (bashrc):
1010
```
1111
export CARLA_ROOT=/home/user/carla-0.9.13/CARLA_0.9.13_RSS
1212
export SCENARIO_RUNNER_ROOT=/home/user/carla-0.9.13/scenario_runner
@@ -19,12 +19,7 @@ export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/agents
1919
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/dist/carla-0.9.13-py2.7-linux-x86_64.egg
2020
```
2121

22-
How to configure the agent's parameters (Autoware & OpenPlanner parameters):
23-
- Check .launch files inside "autoware_launch" folder.
24-
- Edit op_global_planner.launch "enableExploreMode" to enable or disable random global path generation.
25-
- For the route based scenarios, "external_waypoints_topic" must be set in "bridge2autoware.launch" to /carla/ego_vehicle/waypoints
26-
27-
How to run the agent:
22+
### How to run the agent:
2823
Using three .sh options from op_bridge project:
2924
- Environment Explore
3025
- Scenario runner

0 commit comments

Comments
 (0)