Skip to content

Commit 2876051

Browse files
committed
chore: comment out launch configuration in DetectorA.node.yaml
- Commented out the launch section in DetectorA.node.yaml to prevent execution during testing or development. - This change aims to streamline the configuration and avoid potential conflicts during node initialization.
1 parent 2838579 commit 2876051

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

autoware_system_design_examples/design/node/perception/DetectorA.node.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ package:
66
name: autoware_perception_dummy_nodes
77
provider: dummy
88

9-
launch:
10-
plugin: autoware::perception_dummy_nodes::DetectorA
11-
executable: detector_a_node
12-
node_output: screen
13-
use_container: true
14-
container_name: pointcloud_container
9+
# launch:
10+
# plugin: autoware::perception_dummy_nodes::DetectorA
11+
# executable: detector_a_node
12+
# node_output: screen
13+
# use_container: true
14+
# container_name: pointcloud_container
1515

1616
# interfaces
1717
inputs:

autoware_system_design_examples/design/node/perception/TrafficLightRecognitionDummy.node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
autoware_system_design_format: 0.3.0
22

3-
name: TrafficLightRecognitionDummy.node
3+
name: TrafficLightRecognitionDummyww.node
44

55
package:
66
name: autoware_system_dummy_modules

0 commit comments

Comments
 (0)