rosserial arduino communication
Hello everyone,
I've subscribed to ros topic using rosserial in arduino. Now if I want to print arduino variables using example serial.printin(variable) inside arduino serial terminal, I cant do it, since ros subscriber already using serial communication.
Is there any better way to print the values so it helps me to verify the output?