- ubuntu 18.04
- ros-melodic
- python 2.7
- pytorch 1.4
For the dependence of other libraries, please visit the requirements.txt
Download the weights file and put it under model
directory.
wget http://pjreddie.com/media/files/yolov3.weights
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws
catkin_make
source devel/setup.bash
cd src/
git clone https://github.com/SummerOf15/multi-robot-control.git
cd ~/catkin_ws
catkin_make
source devel/setup.bash
rosrun yolo yolo_ros.py
- /husky/front_cam/camera/image (you can modify it in
yolo_ros.py
)
- /result (you can modify it in
yolo_ros.py
)