Skip to content

Commit

Permalink
Resolve xacro error (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-hachi authored Jun 26, 2024
1 parent f09f384 commit 369c1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eagleye_util/tf/urdf/sensors.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xacro="http://ros.org/wiki/xacro">

<xacro:arg name="config_dir" default="$(find eagleye_tf)"/>
<xacro:property name="calibration" value="${load_yaml('$(arg config_dir)/sensors_tf.yaml')}"/>
<xacro:property name="calibration" value="${xacro.load_yaml('$(arg config_dir)/sensors_tf.yaml')}"/>
<xacro:property name="size" value="1" />

<!-- base_link -->
Expand Down

0 comments on commit 369c1db

Please sign in to comment.