Is it possible to use roslaunch without starting roscore?
Here is the setup
I have an application running on a Jetson nano which is started with roslaunch. I am running ROS-Melodic on that computer and I consider it as the ROS_MASTER_URI. As the application is using roslaunch, roscore is started as well.
On my laptop I want to start another application which is using roslaunch as well, and this is the beginning of my problem, because per default roslaunch starts a roscore on the local machine.
Is it possible to prevent the start of roscore with roslaunch?
Thank you for your help