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>

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>