This repository contains packages for Autonomous Carrier Robot.
- NUC with ubuntu 20
- Hoverboard driver (my reference firmware code and hardware: https://github.com/EFeru/hoverboard-firmware-hack-FOC)
- Intel RealSense 455 (firmware version: D400_Series_FW_5_13_0_55)
- LiDAR A1
- ROS2 Foxy
- realsense_ros: https://github.com/IntelRealSense/realsense-ros/tree/ros2-legacy)
- Nav2 stack: https://github.com/ros-planning/navigation2/tree/foxy-devel
- ros2_control: https://github.com/ros-controls/ros2_control/tree/foxy
- YOLOv8
- Human following Robot
- Waypoint robot with A* Algorithm and Dynamic Window Approach algorithm
$ 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
https://www.youtube.com/watch?v=R6Tya-4AOAE&t=3s
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!