hbrobotics / ros_arduino_bridge

ROS + Arduino = Robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in execute_ack

miquelmassot opened this issue · comments

Line 214 in

needs to be indented to increase attempts inside the while loop. Otherwise, it will infinitely be looping if the Arduino times out, replies an empty string or "Invalid command".