hatem-darweesh / autoware.ai.openplanner

The workspace for directly downloading and installing Autoware.AI versions with the latest OpenPlanner 2.5 updates
Apache License 2.0
39 stars 7 forks source link

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

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:

Research Papers