ros / xacro

Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions.

Home Page:http://www.ros.org/wiki/xacro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xacro_add_file_check

DLu opened this issue · comments

It would be great if there was a xacro equivalent of roslaunch_add_file_check that could be used as a unit test to

  • Ensure that the xacro built with no errors
  • Ensure linked/included files existed and are properly depended on

There is a cmake function available for this, isn't it:

## xacro_add_xacro_file(<input> [<output>] [LEGACY] [REMAP <arg> <arg> ...]
## [OUTPUT <variable>] DEPENDS <arg> <arg>)
##
## Creates a command to run xacro on <input> like so:
## xacro [--legacy] -o <output> <input> [<remap args>]

Closing due to inactivity.