Skip to content

Commit d17d393

Browse files
committed
Correct the robot name
1 parent d9f14fc commit d17d393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mycobot_description/urdf/mycobot/mycobot.gazebo.xacro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="firefighter" >
2+
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="mycobot" >
33

44
<xacro:arg name="robot_namespace" default="" />
55

mycobot_description/urdf/mycobot/mycobot.urdf.xacro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="firefighter" >
2+
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="mycobot" >
33

44
<xacro:include filename="$(find mycobot_description)/urdf/common.xacro" />
55

0 commit comments

Comments
 (0)