Skip to content

Commit 91068ec

Browse files
authored
fix: align ros_domain_id default value with group_vars (#78)
- Change ros_domain_id default from 0 to 1 in ros2 role - This ensures consistency with group_vars/all.yaml setting - Prevents confusion between default value and actual used value
1 parent c74f2ea commit 91068ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# ROS 2 configuration defaults
2-
ros_domain_id: 0
2+
ros_domain_id: 1

0 commit comments

Comments
 (0)