The problem of baud rate when using sicktoolbox_wrapper!
Hi, I am having a problem of baud rate with sick lms200 laser when using sicktoolbox_wrapper. I am using ubuntu 10.04 and ROS electric. I followed the tutorial on http://www.ros.org/wiki/sicktoolbox_wrapper/Tutorials/UsingTheSicklms
When I set the baud rate to be 38400: rosparam set sicklms/baud 38400.The laser works well,but there is a waring:
A scan was probably missed.
However,when I set the baud rate to be 500000,the laser can't work ,of course ,the baud of laser is 500k.The error is as follow:
Attempting to set requested baud rate... A Timeout Occurred! 2 tries remaining A Timeout Occurred! 1 tries remaining A Timeout Occurred - SickLIDAR::_sendMessageAndGetReply: Attempted max number of tries w/o success! Failed to set requested baud rate... Attempting to detect LMS baud rate... Checking 19200bps... A Timeout Occurred! 2 tries remaining A Timeout Occurred! 1 tries remaining A Timeout Occurred - SickLIDAR::_sendMessageAndGetReply: Attempted max number of tries w/o success! Checking 38400bps... A Timeout Occurred! 2 tries remaining A Timeout Occurred! 1 tries remaining A Timeout Occurred - SickLIDAR::_sendMessageAndGetReply: Attempted max number of tries w/o success! Checking 500Kbps... A Timeout Occurred! 2 tries remaining A Timeout Occurred! 1 tries remaining A Timeout Occurred - SickLIDAR::_sendMessageAndGetReply: Attempted max number of tries w/o success! ERROR: I/O exception - SickLMS::Initialize: failed to detect baud rate! [ERROR] [1346919668.935157216]: Initialize failed! are you using the correct device path?
Is someone using the sicklms200 with the baud rate of 500k well? Maybe you can give me some advices! Thanks in advance!