hatem-darweesh / autoware.ai.openplanner

The workspace for directly downloading and installing Autoware.AI versions with the latest OpenPlanner 2.5 updates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenPlanner 2.5

The workspace for directly downloading and installing Autoware.AI versions with the latest OpenPlanner 2.5 updates

Videos and Tutorials for OpenPlanner. YouTube

Installation and build with specific Autoware relase and OpenPlanner updates.

Autoware.AI help and Installation Guide, Autoware.AI

  • Follow the main dependecies installation
  • For How to build, follow the following instructions below

System dependencies for Ubuntu 18.04 / Melodic

$ sudo apt update
$ sudo apt install -y python-catkin-pkg python-rosdep ros-$ROS_DISTRO-catkin
$ sudo apt install -y python3-pip python3-colcon-common-extensions python3-setuptools python3-vcstool
$ pip3 install -U setuptools
$ git clone https://github.com/hatem-darweesh/autoware.ai.openplanner.git
$ cd autoware.ai.openplanner
$ mkdir -p src

For Autoware.AI 1.13.0 Release + the latest OpenPlanner development:

$ vcs import src < openplanner.1.13.repos

For Autoware.AI (latest-master) 1.15.0 Release + the latest OpenPlanner development:

$ vcs import src < openplanner.1.15.repos

Install dependecies using rosdep:

$ rosdep update
$ rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO

Build using colcon or catkin:

$ catkin_make -DCMAKE_BUILD_TYPE=Release

or

$ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release

Important Note:

Cuda 11.1 and cudnn 8 is required for building op_tlr. This node is a custome traffic light detector for CARLA Simulator. Just remove the node to avoide any build issue.

Utilities files:

  • op.rviz config file for visualizing OpenPlanner topics
  • setup_op_repo_branch.sh file to automatically switch to OpenPlanner.1.13 or OpenPlanner.1.15 from original Autoware.AI
  • pull_from_branch.sh pulls all repo updates from certain branch for (common, core_planning, core_perception, utilities)

Research Papers

About

The workspace for directly downloading and installing Autoware.AI versions with the latest OpenPlanner 2.5 updates

License:Apache License 2.0


Languages

Language:Shell 100.0%