ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Solved

Debugged the sicktoolbox. The program was hanging at the open() system call for /dev/ttyUSB0 in SickLMS.cc (line number 2319). Added O_NDELAY flag to the second parameter in open() system call and added a sleep(30) system call after open(). Recompiled the sicktoolbox and things started working.