bharath5673 / yolobot

ROS2 Yolobot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS2 yolobot

yolobot_ws

sudo apt install ros-humble-gazebo-ros
sudo apt-get install ros-humble-gazebo-msgs
sudo apt-get install ros-humble-gazebo-plugins

pip install yolov5


### steps for setting up
git clone https://github.com/bharath5673/yolobot.git
cd yolobot
colcon build
cd ..



Screenshot from 2023-01-28 17-31-40

### step for roslaunch
source /opt/ros/humble/setup.bash
source yolobot/install/setup.bash

ros2 launch yolobot_gazebo yolobot_launch.py


Screenshot from 2023-01-28 16-55-02

on new terminal

### step for yolobot detetcion 
source /opt/ros/humble/setup.bash
source yolobot/install/setup.bash

python3 yolobot/src/yolobot_recognition/yolobot_recognition/ros_recognition_yolo.py

 

About

ROS2 Yolobot


Languages

Language:Python 83.7%Language:CMake 16.3%