Skip to content

Commit

Permalink
fixed style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Dec 30, 2024
1 parent e25d058 commit b5e33fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/devices/rpLidar4/tests/yri.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<robot name="R1SN003" build="1" portprefix="cer" xmlns:xi="http://www.w3.org/2001/XInclude">
<devices>
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="laser_device" type="rpLidar4">

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="laser_device" type="rpLidar4">
<group name="GENERAL">
<param name="name"> rpLidar4 </param>
<param name="serial_baudrate"> 1000000 </param>
<param name="serial_port"> /dev/ttyUSB0 </param>
<param name="sample_buffer_life"> 1 </param>
</group>
<group name="SENSOR">
<group name="SENSOR">
<param name="max_distance"> 30.0 </param>
<param name="min_distance"> 0.1 </param>
<param name="max_angle"> 360 </param>
Expand All @@ -21,9 +21,9 @@
</group>
<group name="RPLIDAR">
<param name="scan_mode"> DenseBoost </param>
</group>
</group>
</device>


<device xmlns:xi="http://www.w3.org/2001/XInclude" name="laser_wrapper_yarp" type="rangefinder2D_nws_yarp">
<param name="period"> 0.01 </param>
Expand All @@ -35,7 +35,7 @@
</action>
<action phase="shutdown" level="15" type="detach" />
</device>

<!--<device xmlns:xi="http://www.w3.org/2001/XInclude" name="laser_wrapper_ros" type="rangefinder2D_nws_ros">
<param name="period"> 0.01 </param>
<param name ="node_name"> /cer-laser </param>
Expand All @@ -48,7 +48,7 @@
</action>
<action phase="shutdown" level="15" type="detach" />
</device> -->

<!--<device xmlns:xi="http://www.w3.org/2001/XInclude" name="laser_wrapper_ros" type="rangefinder2D_nws_ros2">
<param name="period"> 0.01 </param>
<param name ="node_name"> /cer-laser </param>
Expand All @@ -61,6 +61,6 @@
</action>
<action phase="shutdown" level="15" type="detach" />
</device> -->

</devices>
</robot>
</robot>
Empty file modified tests/misc/check_license.pl
100644 → 100755
Empty file.
Empty file modified tests/misc/check_style.pl
100644 → 100755
Empty file.

0 comments on commit b5e33fd

Please sign in to comment.