Skip to content

Commit

Permalink
Added Serial message to inform of the ip address of the ROS serial se…
Browse files Browse the repository at this point in the history
…rver the device tries to connect to.
  • Loading branch information
Reinbert committed Nov 28, 2018
1 parent 72a62f5 commit d977ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ros_diffdrive_robot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void setup()
setupWiFi();

// Connect to rosserial socket server and init node. (Using default port of 11411)
Serial.printf("Connecting to ROS serial server at %s\n", server.toString().c_str());
node.getHardware()->setConnection(server);
node.initNode();
node.subscribe(sub);
Expand Down

0 comments on commit d977ecf

Please sign in to comment.