Skip to content

Commit

Permalink
Fix URDF parameters so the source CI passes with the axis cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Dec 16, 2024
1 parent bacc928 commit a3b8bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<robot xmlns:xacro="http://wiki.ros.org/xacro">
<xacro:macro name="axis_dome_fixed" params="prefix parent topic stand_height:=0.062 *origin">
<xacro:macro name="axis_dome_fixed" params="prefix parent stand_height:=0.062 *origin">
<link name="${prefix}_base_link">
<inertial>
<origin xyz="0 0 0" rpy="0 0 0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<robot xmlns:xacro="http://wiki.ros.org/xacro">
<xacro:macro name="axis_dome_ptz" params="prefix parent topic stand_height:=0.062 *origin">
<xacro:macro name="axis_dome_ptz" params="prefix parent stand_height:=0.062 *origin">
<link name="${prefix}_base_link">
<inertial>
<origin xyz="0 0 0" rpy="0 0 0" />
Expand Down

0 comments on commit a3b8bb4

Please sign in to comment.