From db881ef88b008258b8f043159693ea9cbee98046 Mon Sep 17 00:00:00 2001 From: Wonsuk Lee Date: Wed, 15 Jan 2025 08:15:40 +0900 Subject: [PATCH] Fixed Protobuf schema file loading issue Signed-off-by: Wonsuk Lee --- spec/VISSv3.0_PayloadEncoding.html | 2 +- spec/resources/{vissv3.0.proto => vissv3.0.proto.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename spec/resources/{vissv3.0.proto => vissv3.0.proto.txt} (100%) diff --git a/spec/VISSv3.0_PayloadEncoding.html b/spec/VISSv3.0_PayloadEncoding.html index 055a77e..e332712 100644 --- a/spec/VISSv3.0_PayloadEncoding.html +++ b/spec/VISSv3.0_PayloadEncoding.html @@ -186,7 +186,7 @@

Protobuf Schema Definition


-                
+                
               
Protobuf schema file for VISS version 3.0
diff --git a/spec/resources/vissv3.0.proto b/spec/resources/vissv3.0.proto.txt similarity index 100% rename from spec/resources/vissv3.0.proto rename to spec/resources/vissv3.0.proto.txt