The next ROS 2 Rust Meeting will be 2025-06-09T14:00:00Z
The meeting room will be at https://meet.google.com/rxr-pvcv-hmu
In the unlikely event that the room needs to change, we will update this thread with the new info!
ROS Resources: ROS Homepage | Media and Trademarks | Documentation | ROS Index | How to Get Help | Q&A Help Site | Discussion Forum | Service Status |
The next ROS 2 Rust Meeting will be 2025-06-09T14:00:00Z
The meeting room will be at https://meet.google.com/rxr-pvcv-hmu
In the unlikely event that the room needs to change, we will update this thread with the new info!
Hi,
Will the meetings be recorded or summary documented?
Would like to see what we are doing now and if there is anything interesting or can be helped with.
Regards.
I can try and give a summary of what we went over, sure! If I miss anything important (or misstate something), I’m sure @grey or @esteve can correct me.
Biggest takeaways:
.Unwrap()
everywhere in your code. In theory. Again, we apologize, we don’t normally like to do two breaking changes in a row, but we felt it would be better to get the Async Workers out and in the hands of the community rather than wait an indeterminate amount of time for the other changes to be designed/refined/implemented/pushed.And I think that’s everything? Please let me know if I’ve missed something! In the meantime, I hope the community likes the Workers paradigm - I personally think it’s a pretty neat solution to multithreading in ROS 2 Rust nodes, so I’m excited to see what the community creates with it!