I saw this was released on the ROS buildfarm but never succeeded to build due to the missing darknet submodule.
This can be solved in various ways (from the nicest to the riskiest):
release darknet as a standalone ros package, that allows to get rid of the submodule issue and also to remove the darknet package completely the day it gets packaged as an official deb
Clone and init the submodule in CMake. Still unclear to me if this works well with bloom or not: https://github.com/ros-infrastructure/bloom/issues/217
con: This means downloading and compiling 3rd party code at build time
Hi @mbjelonic,
Cool package :+1:
I saw this was released on the ROS buildfarm but never succeeded to build due to the missing darknet submodule. This can be solved in various ways (from the nicest to the riskiest):
darknet
package completely the day it gets packaged as an official deb