Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Feb 15, 2024
1 parent 79efd42 commit 06c0547
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions aip_xx1_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<group>
<push-ros-namespace namespace="top"/>
<include file="$(find-pkg-share common_sensor_launch)/launch/velodyne_VLS128.launch.xml">
<!-- <arg name="max_range" value="250.0"/> -->
<arg name="sensor_frame" value="hesai_top"/>
<arg name="sensor_ip" value="192.168.1.201"/>
<arg name="host_ip" value="$(var host_ip)"/>
Expand All @@ -29,7 +28,7 @@
<group>
<push-ros-namespace namespace="front_left"/>

Check warning on line 29 in aip_xx1_launch/launch/lidar.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (launchxml)
<include file="$(find-pkg-share common_sensor_launch)/launch/hesai_XT32.launchxml">
<!-- <arg name="max_range" value="5.0"/> -->
<arg name="max_range" value="5.0"/>
<arg name="sensor_frame" value="hesai_front_left"/>
<arg name="sensor_ip" value="192.168.2.21"/>
<arg name="host_ip" value="$(var host_ip)"/>
Expand All @@ -46,7 +45,7 @@
<group>
<push-ros-namespace namespace="front_right"/>
<include file="$(find-pkg-share common_sensor_launch)/launch/hesai_XT32.launch.xml">
<!-- <arg name="max_range" value="5.0"/> -->
<arg name="max_range" value="5.0"/>
<arg name="sensor_frame" value="hesai_front_right"/>
<arg name="sensor_ip" value="192.168.2.22"/>
<arg name="host_ip" value="$(var host_ip)"/>
Expand All @@ -63,7 +62,7 @@
<group>
<push-ros-namespace namespace="side_left"/>

Check warning on line 63 in aip_xx1_launch/launch/lidar.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (launchxml)
<include file="$(find-pkg-share common_sensor_launch)/launch/hesai_XT32.launchxml">
<!-- <arg name="max_range" value="5.0"/> -->
<arg name="max_range" value="5.0"/>
<arg name="sensor_frame" value="hesai_left"/>
<arg name="sensor_ip" value="192.168.2.23"/>
<arg name="host_ip" value="$(var host_ip)"/>
Expand All @@ -80,7 +79,7 @@
<group>
<push-ros-namespace namespace="side_right"/>
<include file="$(find-pkg-share common_sensor_launch)/launch/hesai_XT32.launch.xml">
<!-- <arg name="max_range" value="5.0"/> -->
<arg name="max_range" value="5.0"/>
<arg name="sensor_frame" value="hesai_right"/>
<arg name="sensor_ip" value="192.168.2.24"/>
<arg name="host_ip" value="$(var host_ip)"/>
Expand Down

0 comments on commit 06c0547

Please sign in to comment.