Skip to content
Snippets Groups Projects
Commit 29c5d35d authored by Daniel Stonier's avatar Daniel Stonier
Browse files

fix single artifact message generation when there is dependencies.

parent 918b6547
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
*/
try {
project.catkin.tree.pkgs['%(project_name)s'].generateMessageArtifact(project)
project.catkin.tree.pkgs['%(project_name)s'].generateUnofficialMessageArtifact(project)
} catch (NullPointerException e) {
println("Couldn't find %(project_name)s on the ROS_PACKAGE_PATH")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment