diff --git a/control_launch/config/vehicle_cmd_gate/vehicle_cmd_gate.yaml b/control_launch/config/vehicle_cmd_gate/vehicle_cmd_gate.yaml
new file mode 100644
index 000000000..0a9a3e151
--- /dev/null
+++ b/control_launch/config/vehicle_cmd_gate/vehicle_cmd_gate.yaml
@@ -0,0 +1,9 @@
+update_rate: 10
+system_emergency_heartbeat_timeout: 0.5
+external_emergency_stop_heartbeat_timeout: 0.0
+
+vel_lim: 25.0
+lon_acc_lim: 5.0
+lon_jerk_lim: 5.0
+lat_acc_lim: 5.0
+lat_jerk_lim: 5.0
diff --git a/control_launch/launch/control.launch b/control_launch/launch/control.launch
index 2a4000982..5a3f91252 100644
--- a/control_launch/launch/control.launch
+++ b/control_launch/launch/control.launch
@@ -8,6 +8,7 @@
+
@@ -43,6 +44,9 @@
+
+
+
diff --git a/system_launch/config/diagnostic_aggregator/control.yaml b/system_launch/config/diagnostic_aggregator/control.yaml
index 7c519c849..00af404ae 100644
--- a/system_launch/config/diagnostic_aggregator/control.yaml
+++ b/system_launch/config/diagnostic_aggregator/control.yaml
@@ -4,7 +4,7 @@ analyzers:
command_gate:
type: diagnostic_aggregator/GenericAnalyzer
path: command_gate
- contains: ": command_gate"
+ contains: "vehicle_cmd_gate: heartbeat"
timeout: 1.0
num_items: 0