I added a new gradle task: extractROSInterfaces. It runs whenever compileJava task runs, so basically on any gradle operation. This will extract the ros1 and ros2 messages into <repo parent dir>/ihmc_interfaces. I added ihmc_interfaces to the .gitignore so this won't get commited.
I added a new gradle task:
extractROSInterfaces
. It runs whenevercompileJava
task runs, so basically on any gradle operation. This will extract the ros1 and ros2 messages into<repo parent dir>/ihmc_interfaces
. I addedihmc_interfaces
to the .gitignore so this won't get commited.The extracted tree looks like this