How do you add re-usable sub-models to a larger model
I'm trying to model a simple quadruped robot, and the legs contain four segments. Since the legs are identical, instead of duplicating the leg SDF inside the main model SDF file, is there some way I can model the leg once in a separate SDF file and "include" it four times in the SDF file for the "complete" robot?