Skip to content

Commit

Permalink
Fix aip_xx1's pointcloud_preprocessor.launch.py (autowarefoundation#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored and 1222-takeshi committed Dec 10, 2021
1 parent a127b4b commit d27e60b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def launch_setup(context, *args, **kwargs):
'input_topics': ['/sensing/lidar/top/outlier_filtered/pointcloud',
'/sensing/lidar/left/outlier_filtered/pointcloud',
'/sensing/lidar/right/outlier_filtered/pointcloud'],
'output_frame': 'base_link',
'output_frame': LaunchConfiguration('base_frame'),
'use_sim_time': EnvironmentVariable(name='AW_ROS2_USE_SIM_TIME', default_value='False'),
}]
)
Expand All @@ -75,7 +75,7 @@ def launch_setup(context, *args, **kwargs):
('output', 'concatenated/pointcloud'),
],
parameters=[{
'output_frame': 'base_link',
'output_frame': LaunchConfiguration('base_frame'),
'min_z': vehicle_info['min_height_offset'],
'max_z': vehicle_info['max_height_offset'],
'use_sim_time': EnvironmentVariable(name='AW_ROS2_USE_SIM_TIME', default_value='False'),
Expand Down

0 comments on commit d27e60b

Please sign in to comment.