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

Use xacro.load_yaml

parent 4163e4bd
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<root xmlns:xacro="http://ros.org/wiki/xacro">
<xacro:macro name="iri_velodyne_gazebo" params="name config">
<xacro:property name="M_PI" value="3.1415926535897931" />
<xacro:property name="properties" value="${load_yaml(config)}"/>
<xacro:property name="properties" value="${xacro.load_yaml(config)}"/>
<!-- Gazebo requires the velodyne_gazebo_plugins package -->
<gazebo reference="${name}">
......
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