How to use CATKIN_IGNORE file correctly
Hello everyone
I have a catkin_ws that is composed of all the node for my project. I am working with a UAV. So some of the nodes (such as rqt_pluggins and other GCS nodes) doesn't need to be compiled on the UAV computer. My question is this, how to tell catkin make to ignore those package automaticly (yes I am aware of the command catkin_make -DCATKIN_BLACKLIST_PACKAGES="foo;bar" but it is not very usefull if i want to ignore 2 or more nodes)
Best regards,