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
I added a line if (!lwnxCmdWriteUInt16(Serial, 109, 45)) { return 1; } to set the parameter. But this seems to have no effect on the laserScan message that is being published by this package. Is the forward Offset parameter on the sf40 lidar not supported? My device came with a standard value of 45, for which we correct on the go currently.
The text was updated successfully, but these errors were encountered:
I added a line
if (!lwnxCmdWriteUInt16(Serial, 109, 45)) { return 1; }
to set the parameter. But this seems to have no effect on the laserScan message that is being published by this package. Is the forward Offset parameter on the sf40 lidar not supported? My device came with a standard value of 45, for which we correct on the go currently.The text was updated successfully, but these errors were encountered: