igvc-software
igvc-software copied to clipboard
Vision launch file uses global namespace in parameter server
trafficstars
The vision launch file in igvc_perception puts all of its parameters at the global level rather than namespaced within in the node. The parameters should be under the node tag and then a private node handle should be created and used inside cnn.py
AC: Parameters put inside the namespace of the node instead of globally