omron icon indicating copy to clipboard operation
omron copied to clipboard

OS32C Buffer Eror

Open mk548 opened this issue 4 years ago • 3 comments

After some work with the sensor I get an error about the buffer. I am directly connected to the sensor via ethernet. ROS version is melodic. the error output and my launch file are as in the images

<launch> <arg name="host_1" default="192.168.2.223" /> <node pkg="omron_os32c_driver" type="omron_os32c_node" name="omron_os32c_node_1"> <param name="host" value="$(arg host_1)" /> <param name="frame_id" value="scan1" /> <param name="start_angle" value="2.2899" /> <param name="end_angle" value="-2.2899" /> <param name="publish_intensities" value="true" /> <param name="topic" value="scan1" /> </node> </launch>

WhatsApp Image 2021-01-27 at 17 19 31

mk548 avatar Jan 27 '21 19:01 mk548

Hello, I have the same issue. Do you have an idea ? Did you solve the proble ?

Thanks.

ValATG avatar Mar 04 '21 12:03 ValATG

This is a known issue. No fix has been implemented just yet.

reinzor avatar Mar 04 '21 14:03 reinzor

@mk548 Are you using the solution from issue #12 (assigning multiple IP addresses to one NIC) when you see this error? We began seeing this issue when we moved from having two separate physical interfaces to multiple IP addresses on one interface. Data is still being produced, but experiences intermittent drops.

mitchallain avatar Aug 23 '21 14:08 mitchallain