ROS detection Arduino
Is it possible to get an Arduino to do its tasks until ROS is connected? Once ROS is connected change its tasks. I am unable to find any way to detect ROS connection. I have seen similar questions where people are trying to figure out if ROS is connected. The common method seems to be using "ros/master" and "rosgraph", neither are usable in Arduino.
Is there a way to get Arduino to detect ROS without the above-mentioned methods? Thanks