forked from dhled/universal_robot
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ur_description] add robot_model parameter to ur.xacro and use that
by using the main ur.xacro file we revert bypassing the macro specialization as introduced in 9d02cca.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I don't think this line is needed.
$(arg model)
on line 2 is unaffected by this line (the invoker of this file has to specify it), and AFAIK no statements below make use of thisxacro:arg