Skip to content

Commit

Permalink
delete environment name (autowarefoundation#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-ohta authored Sep 29, 2021
1 parent 5853dff commit ad5fd1f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<launch>
<arg name="environment_name" default="$(env ENVIRONMENT_NAME default)" />

<include file="$(find-pkg-share ndt_scan_matcher)/launch/ndt_scan_matcher.launch.xml">
<arg name="input_map_points_topic" value="/map/pointcloud_map"/>
Expand All @@ -12,7 +11,7 @@
<arg name="output_pose_with_covariance_topic" value="/localization/pose_estimator/pose_with_covariance"/>
<arg name="output_diagnostics_topic" value="/localization/diagnostics"/>

<arg name="param_file" value="$(find-pkg-share localization_launch)/config/$(var environment_name)/ndt_scan_matcher.param.yaml" />
<arg name="param_file" value="$(find-pkg-share localization_launch)/config/ndt_scan_matcher.param.yaml" />
</include>

</launch>
1 change: 0 additions & 1 deletion localization_launch/launch/util/util.launch.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<launch>
<arg name="environment_name" default="$(env ENVIRONMENT_NAME default)" />

<!-- Topics -->
<arg name="input_sensor_points_topic" default="/sensing/lidar/top/rectified/pointcloud" description="input topic name for raw pointcloud"/>
Expand Down

0 comments on commit ad5fd1f

Please sign in to comment.