Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.36 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.36 KB

Differential drive wheeled mobile robot

This repository contains packages for Autonomous Carrier Robot.

N|Solid

Hardware components:

  1. NUC with ubuntu 20
  2. Hoverboard driver (my reference firmware code and hardware: https://github.com/EFeru/hoverboard-firmware-hack-FOC)
  3. Intel RealSense 455 (firmware version: D400_Series_FW_5_13_0_55)
  4. LiDAR A1

Requirement:

  1. ROS2 Foxy
  1. YOLOv8

Features

  • Human following Robot
  • Waypoint robot with A* Algorithm and Dynamic Window Approach algorithm

Installation

$ cd ~/robotta_ws/src
$ git clone https://github.com/AlfretzNehemia/robotta_ws.git
$ pip3 install -r robotta_vision/requirements.txt
$ cd ~/robotta_ws
$ rosdep install --from-paths src --ignore-src -r -y
$ colcon build

Documentation and Demo (Indonesian language)

https://www.youtube.com/watch?v=R6Tya-4AOAE&t=3s

Find a bug?

If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!