Artur RH
Results
1
comments of
Artur RH
Hi @chrissunny94, make sure you add **#define ROSSERIAL_ARDUINO_TCP** before including the file "ros.h". Like this: ``` #define ROSSERIAL_ARDUINO_TCP #include "ros.h" IPAddress server(192, 168, 0, 100); const uint16_t serverPort = 11411;...