1 2 3 4 5 6
<?xml version="1.0"?> <robot name="test_robot" xmlns:xacro="http://www.ros.org/wiki/xacro"> <property name="x" value="1"/> <property name="y" value="${x}"/> <point coord="${y}"/> </robot>