Merge branch 'master' into actions

This commit is contained in:
Martin Dahl 2021-05-10 14:44:22 +02:00
commit bbfaf8141a
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ fn main() {
for p in ament_prefix_var.split(":") {
builder = builder.clang_arg(format!("-I{}/include", p));
}
let paths = ament_prefix_var.split(":").map(|i| Path::new(i)).collect::<Vec<_>>();
let msgs = common::get_ros_msgs(&paths);
common::parse_msgs(&msgs)