-
Notifications
You must be signed in to change notification settings - Fork 392
2024 02 06 Eclipse iceoryx developer meetup
Mathias Kraus edited this page Feb 6, 2024
·
2 revisions
Date: 2024/02/06
Time: 17:00 CET
- Mathias Kraus, ekxide
- Christian Eltzschig, Apex.AI
- Niclas Larsén
- Graham Palmer
- General introduction, 10 min
- Look at the open tasks from previous meetings, 10 min, Mathias
- Adding the new meeting date to the ROS 2 calendar
- Update iceoryx.io to inform about the new Rust implementation - maybe also register iceoryx.rs - how to restructure iceoryx.io for the new Rust implementation
- What's the state of the iceoryx1 v3.0 release and what needs to be done to bring it over the finish line, 20 min, Mathias
- How to move forward with iceoryx1, 20 min, Mathias
- General discussion
- nothing done yet
- needs to be discussed in the next meeting or we need to meet next week again
- also moved to next meeting
- Improvements
- would be nice to have access to the thread of the listener
- a WaitSet with a separate thread would be an option
- access the fill state of the queue, e.g. 80% full or notifications that messages are dropped
- the subscriber has a
hasMissedData
method which tells if there was an overflow and data is lost
- the subscriber has a
- take-modify-publish pipeline
- forwarding/routing of samples with filtering
- would be nice to have access to the thread of the listener
- Move C-binding to separate repo?
- #2030