June 2018
Intermediate to advanced
484 pages
11h 36m
English
To begin with xacro, we have to specify a namespace so that the file is parsed properly, as shown in the following code snippet:
<?xml version="1.0"?> <robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="mobile">
We must remember that the file must have an xacro extension in place of URDF:
<xacro:property name="length_wheel" value="0.05" /> <xacro:property name="radius_wheel" value="0.05" />