ros2_rust
ros2_rust copied to clipboard
Better error handling and better Comments
A lot of error handling in the code is solved via if-queries, although you could also do it via match cases match cases are more idiomatic. There are still parts of the code that I don't quite understand. I have tried to comment everything I understand as much as possible.