Description
Hello!
Sorry if this is a dumb question, but what's going on with rosidl_generator_rs? I've been working creating a bridge for the Blue Robotics Flight Controller (API is written in Rust) for some time now, and while I have a working version using standard message types, I'd really like to implement custom message types to avoid issues with string parsing down the road. However, whenever I try to include rosidl_generator_rs for type support functionality, it can't find the crate and the build fails. Tried following the instructions at the end of the building.md by sourcing the install directory, but no dice. Digging into ~/workspace/install/rosidl_generator_rs/share/rosidl_generator_rs, I can see it's missing the /rust directory (which I was looking for to hard code the path into the Cargo.toml in my custom_msgs directory).
Tl;dr: what's going on with rosidl_generator_rs? Am I just dumb? The basic pub/sub example works for me just fine. If anyone can offer any advice/wisdom, I'd really appreciate it.