Fixes undeclared type `RCUTILS_LOG_SEVERITY` on foxy.
This commit is contained in:
parent
71bbeac8b8
commit
0756436868
|
|
@ -82,6 +82,7 @@ fn gen_bindings(out_file: &Path) {
|
|||
.allowlist_type("rcutils_.*")
|
||||
.allowlist_type("rmw_.*")
|
||||
.allowlist_type("rosidl_.*")
|
||||
.allowlist_type("RCUTILS_.*")
|
||||
.allowlist_var("RCL_.*")
|
||||
.allowlist_var("RCUTILS_.*")
|
||||
.allowlist_var("RMW_.*")
|
||||
|
|
|
|||
Loading…
Reference in New Issue