File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
# op_agent - OpenPlanner Agent for CARLA Simulator
2
2
3
3
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 ) :
5
5
- PointCloud .pcd Maps
6
6
- Yolo weights files
7
7
8
8
9
- Environment setup (bashrc):
9
+ ### Environment setup (bashrc):
10
10
```
11
11
export CARLA_ROOT=/home/user/carla-0.9.13/CARLA_0.9.13_RSS
12
12
export SCENARIO_RUNNER_ROOT=/home/user/carla-0.9.13/scenario_runner
@@ -19,12 +19,7 @@ export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/agents
19
19
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/dist/carla-0.9.13-py2.7-linux-x86_64.egg
20
20
```
21
21
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:
28
23
Using three .sh options from op_bridge project:
29
24
- Environment Explore
30
25
- Scenario runner
You can’t perform that action at this time.
0 commit comments