Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 4953ca9

Browse files
committed
fix nebula node container
Signed-off-by: vividf <[email protected]>
1 parent bfe2260 commit 4953ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_sensor_launch/launch/nebula_node_container.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def create_parameter_dict(*args):
189189
)
190190

191191
# Ring Outlier Filter is the last component in the pipeline, so control the output frame here
192-
if LaunchConfiguration("output_as_sensor_frame").perform(context):
192+
if LaunchConfiguration("output_as_sensor_frame").perform(context).lower() == "true":
193193
ring_outlier_filter_parameters = {"output_frame": LaunchConfiguration("frame_id")}
194194
else:
195195
ring_outlier_filter_parameters = {

0 commit comments

Comments
 (0)