Skip to content
Snippets Groups Projects
Commit a0614da5 authored by Tommy Persson's avatar Tommy Persson
Browse files

Remove use of gazebo_msgs.

parent 95300aa7
Branches main
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ class Turtle(Node): ...@@ -134,7 +134,7 @@ class Turtle(Node):
um = UpdateModel() um = UpdateModel()
um.name = "turtle0" um.name = "turtle0"
um.frame_id = "world" um.frame_id = "world"
um.tyoe = "turtle4" um.type = "turtle4"
um.x = self.x um.x = self.x
um.y = self.y um.y = self.y
um.z = self.z um.z = self.z
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment