disable ros topics
I am running some ros nodes like camera, audio and joy publisher in one ros network. And it is creating lots of lag and latency because it looks like since all other unneccessary topics are also passed from same network it is eating the bandwidth.
So how can i make only certial ros topics to be passed from the network so that the passed topics will have more real time feature?