You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I get "Unable to get laser output range. Retrying" when i change resolution to 0.25 and frequency 25 through SOPAS.
Can i solve it? Also, it does not read the angle range that i stored previously in SOPAS. So i use laser filters.
Thank you
The text was updated successfully, but these errors were encountered:
That's the result of a check at https://github.com/clearpathrobotics/LMS1xx/blob/master/src/LMS1xx_node.cpp#L71 - I'm not sure why Clearpath hardcoded this to only allow 50 Hz laser configurations. Changing this will allow you to use a 25 Hz laser - but I'm not sure if there's anything else hardcoded to assume a 50 Hz laser configuration yet.
I've had no issues with it reading the angle range stored in SOPAS - HOWEVER the range is only read on startup of the node. If you change anything in SOPAS while the node is running, you need to stop the ROS node and restart it.
Any update on this issue. I am also struggling with this. With 50Hz 0.5 resolution the lidar works fine. But I would like to have 25Hz, 0.25 resolution to get more data points for finer maps. Can you report whether changing the values in SOPAS and changing the parameter frequency 5000 to 2500 would make it work or not?
Thanks
Hello!
I get "Unable to get laser output range. Retrying" when i change resolution to 0.25 and frequency 25 through SOPAS.
Can i solve it? Also, it does not read the angle range that i stored previously in SOPAS. So i use laser filters.
Thank you
The text was updated successfully, but these errors were encountered: