Robert Serrano Kobylyansky
Robert Serrano Kobylyansky
The 2024 edition of Rust was released this February. https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html Building a package via colcon with the 2024 edition fails. Following the ros2_rust tutorial https://github.com/ros2-rust/ros2_rust/blob/main/docs/writing-your-first-rclrs-node.md I get the following error....
The code generator adds unsafe to functions that use pointers, but not fixed size buffers. This results in `error CS0214: Pointers and fixed size buffers may only be used in...
It is very common to use ./build/ as the build directory with CMake. Adding it to gitignore.