Skip to content

hatem-darweesh/op_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d7ebe52 · Mar 8, 2022

History

11 Commits
Jan 24, 2022
Mar 8, 2022
Jan 24, 2022
Jan 24, 2022
Jan 24, 2022
Jan 24, 2022
Mar 8, 2022
Mar 8, 2022
Jan 24, 2022
Mar 8, 2022

Repository files navigation

op_agent - OpenPlanner Agent for CARLA Simulator

Additional missing data:

  • PointCloud .pcd Maps
  • Yolo weights files

Environment setup (bashrc):

export CARLA_ROOT=/home/user/carla-0.9.13/CARLA_0.9.13_RSS
export SCENARIO_RUNNER_ROOT=/home/user/carla-0.9.13/scenario_runner
export LEADERBOARD_ROOT=/home/user/carla-0.9.13/op_bridge
export TEAM_CODE_ROOT=/home/user/carla-0.9.13/op_agent
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/util
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/agents
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/dist/carla-0.9.13-py2.7-linux-x86_64.egg

How to run the agent:

Using three .sh options from op_bridge project:

  • Environment Explore
  • Scenario runner
  • Route based scenario with CARLA leaderboard style

About

OpenPlanner Agent for CARLA Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages