Before, darknet_cv was the package that launched darknet_ros, but since we have changed to nodelets, darknet_cv was just holding configs and weights for darknet. This PR renames the package to darknet_config to better reflect that, and also adds a launch file "configure_darknet.launch" which sets all the params for darknet_ros. The idea is to move the configuration out of the higher level launch files.
Before, darknet_cv was the package that launched darknet_ros, but since we have changed to nodelets, darknet_cv was just holding configs and weights for darknet. This PR renames the package to darknet_config to better reflect that, and also adds a launch file "configure_darknet.launch" which sets all the params for darknet_ros. The idea is to move the configuration out of the higher level launch files.