Skip to content
Snippets Groups Projects
Commit 49e2713c authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Use xacro.load_yaml

parent e29ab266
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<!--<xacro:include filename="$(find iri_dynamixel_pan_tilt_description)/urdf/pan_tilt.xacro" /> <!--<xacro:include filename="$(find iri_dynamixel_pan_tilt_description)/urdf/pan_tilt.xacro" />
<xacro:property name="pan_tilt_xacro_conf" value="$(find iri_ana_description)/config/ana_pan_tilt_xacro.yaml"/> <xacro:property name="pan_tilt_xacro_conf" value="$(find iri_ana_description)/config/ana_pan_tilt_xacro.yaml"/>
<xacro:property name="pan_tilt_xacro_properties" value="${load_yaml(pan_tilt_xacro_conf)}"/>--> <xacro:property name="pan_tilt_xacro_properties" value="${xacro.load_yaml(pan_tilt_xacro_conf)}"/>-->
<xacro:macro name="sensors" params="name parent"> <xacro:macro name="sensors" params="name parent">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment