Closed felixvd closed 6 years ago
This adds a prefix, parent and origin parameter to the URDF macro.
The prefix is necessary for multiple cameras to exist in gazebo. Otherwise their names would collide.
The parent and origin parameters are a standard way to define these kinds of macros, and result in a much easier to read robot definition file.
Works fine. Thanks for contributing :+1:
This adds a prefix, parent and origin parameter to the URDF macro.
The prefix is necessary for multiple cameras to exist in gazebo. Otherwise their names would collide.
The parent and origin parameters are a standard way to define these kinds of macros, and result in a much easier to read robot definition file.