Creating N links using a For Loop in Xacro
I wonder if it is possible to construct a for loop to build N wheels sub-assemblies for a mobile robot in a xacro.urdf file.
I have already created an URDF using Xacro for the mobile robot and the wheel sub-assembly but I need to generate N wheels on each side of the mobile robot.
Any ideas, turnarounds or out-of-the-box solutions?
Thanks,