Skip to content

This project aims to build an autonomous delivery robot that automatically delivers packages to the target location. It will be able to analyze and find its way to the target using its GPS location. On its way to the target, it will use the lidar sensor to check the surroundings and avoid any obstacles that are in its way. To be able to deliver …

License

Notifications You must be signed in to change notification settings

CMPE195-Group-28-Auto-Delivery-Robot/Auto_Deli_Robot

Repository files navigation

Auto_Deli_Robot

Project Demo

You can check out our Full Project Demo Video on Youtube. You can also watch this Quick Demo Video which is a replay of one of our test run

Robot Image


Setup Workspace

First Install All Essential Package

  1. Install Python 3 sudo apt install python3
  2. Install ROS Medodic follow this guide https://wiki.ros.org/melodic/Installation/Ubuntu
  3. Install the required Component
    1. If set up on local machine (Must be Ubuntu 18.04 Environment)

         cd <path to Auto_Deli_Robot>/Auto_Deli_Robot
         sudo ./Developer_Packages.sh
    2. If set up on Robot

         cd <path to Auto_Deli_Robot>/Auto_Deli_Robot
         sudo ./Robot_Packages.sh

Build ROS WorkSpace

  1. Bulid Project catkin_make
  2. source the setup.bash so ROS can regonize paskage in the workspace source devel/setup.bash If you don't want to run this line everytime you can add
   echo "source <path to the Auto_Deli_Robot>/Auto_Deli_Robot/devel/setup.bash" >> ~/.bashrc

Project Wiki


Some Dependence of the Project

About

This project aims to build an autonomous delivery robot that automatically delivers packages to the target location. It will be able to analyze and find its way to the target using its GPS location. On its way to the target, it will use the lidar sensor to check the surroundings and avoid any obstacles that are in its way. To be able to deliver …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published