scanse / sweep-ros

Scanse Sweep ROS Driver and Node
MIT License
68 stars 62 forks source link

sweep2scan.launch causes off-by-1 in slam_karto #15

Open sevenbitbyte opened 7 years ago

sevenbitbyte commented 7 years ago

When I run slam_karto using laser scans provided by the default sweep2scan.launch it causes an off-by-1 error in slam_karto. I found adding 0.0001 radians to angle_min resolves the issue. I'm not sure if this is a bug in sweep-ros, pointcloud_to_laserscan, or slam_karto.

Will update as I dig in more