From af898acda1c7dba28013d956c15206410473b95c Mon Sep 17 00:00:00 2001
From: Tommy Persson <tommy.persson@liu.se>
Date: Thu, 11 May 2023 18:14:08 +0200
Subject: [PATCH] Fix speelling

---
 msg/UpdateModel.msg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msg/UpdateModel.msg b/msg/UpdateModel.msg
index a09b9fa..d593696 100644
--- a/msg/UpdateModel.msg
+++ b/msg/UpdateModel.msg
@@ -1,6 +1,6 @@
 string name         # Name of model
 string frame_id     # world, geo
-string type         # m300, human, human_child
+string type         # m100, human, human_child
 float64 x           # x, east, or longitude
 float64 y           # y, north, or latitude
 float64 z           # z, up, or altitude above ellipsoid in meter (egm96)
-- 
GitLab