Skip to content

Commit

Permalink
put xml version tag first in .xacro files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nibanovic committed May 28, 2024
1 parent f0b78b1 commit d1bc722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions templates/moveit/robot.srdf.xacro
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2024, Stogl Robotics Consulting UG (haftungsbeschränkt)
Expand All @@ -15,8 +16,6 @@ limitations under the License.
Source of this file are templates in https://github.com/StoglRobotics/ros_team_workspace repository.
-->

<?xml version="1.0" encoding="UTF-8"?>
<robot xmlns:xacro="http://wiki.ros.org/xacro" name="$ROBOT_NAME$">

<xacro:arg name="prefix" default="" />
Expand Down
3 changes: 1 addition & 2 deletions templates/moveit/robot_macro.srdf.xacro
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2024, Stogl Robotics Consulting UG (haftungsbeschränkt)
Expand All @@ -15,8 +16,6 @@ limitations under the License.
Source of this file are templates in https://github.com/StoglRobotics/ros_team_workspace repository.
-->

<?xml version="1.0" encoding="UTF-8"?>
<robot xmlns:xacro="http://wiki.ros.org/xacro">
<xacro:macro name="$ROBOT_NAME$_srdf" params="prefix">
<!--GROUPS - Representation of a set of joints and links. This can be useful for specifying DOF to plan for, defining arms, end effectors, etc-->
Expand Down

0 comments on commit d1bc722

Please sign in to comment.