mats-robotics / yolov5_ros

A complete ROS interface for running YOLOv5 inference
GNU General Public License v3.0
220 stars 64 forks source link

Bugfix/launchfile argument #6

Closed bolomcs50 closed 2 years ago

bolomcs50 commented 2 years ago

In bot launch files, the argument "weights" was defined at the top but not passed to the node when it was started, instead the argument was hardcoded into the file. This should fix it.