Update protobufs

This commit is contained in:
Ben Meadors
2023-08-21 14:56:26 -05:00
parent ce3065b37d
commit 52cc825b3e
9 changed files with 102 additions and 85 deletions

View File

@@ -190,6 +190,8 @@ class Node:
)
elif config_name == "neighbor_info":
p.set_module_config.neighbor_info.CopyFrom(self.moduleConfig.neighbor_info)
elif config_name == "detection_sensor":
p.set_module_config.detection_sensor.CopyFrom(self.moduleConfig.detection_sensor)
else:
our_exit(f"Error: No valid config with name {config_name}")