Sam Privett

Results 40 comments of Sam Privett

> I got failure building on builtin_interfaces. Can you share this failure and maybe your workspace folder structure? I have not seen this error myself

I am not seeing the original problem, but the second problem you describe, > I tried later, more libs like libstatistics_collector didn't get rust subdir built. I do see. I...

We can generate rust code for idl and msg files thanks to the [rosidl_generator_rs](https://github.com/ros2-rust/ros2_rust/tree/main/rosidl_generator_rs) and [rosidl_runtime_rs](https://github.com/ros2-rust/ros2_rust/tree/main/rosidl_runtime_rs) packages in this repo. In the [rclrs_example_msgs](https://github.com/ros2-rust/ros2_rust/tree/main/rclrs_example_msgs) package, we define a few .msg files...

Specifically I assume you're using ros2_rust? Is this a problem you're seeing where only the nodes using ros2_rust can't write to ROS bags or is this a general ROS 2...

Found again, https://github.com/ros2-rust/ros2_rust/actions/runs/13328039205/job/37225589834?pr=443

Sure thing Julia, here you go ``` sam@orange:~$ rustup --version rustup 1.27.1 (54dd3d00f 2024-04-24) info: This is the version for the rustup toolchain manager, not the rustc compiler. info: The...

Well I think the point of this issue is that we claim that Rust 1.75 is our minimum supported version, but our latest released version of rclrs to crates.io doesn't...

This ended up taking longer to write than I expected, so I did my best to structure it clearly. Hopefully it’s not too much of a wall of text! 😁...

Hey @Blast545, thanks for spending time on this and bringing some fresh air to what feels like a stale problem :) I believe the big discovery in your approach is...

@esteve I believe this is essentially an implementation of the thought you had back in https://github.com/ros2-rust/ros2_rust/issues/394. We could also use feature flags instead of embedding metadata in the generated crates...