Migration Guides: Jazzy to Kilted
This list summarizes important changes between Jazzy (previous) and Kilted (current) releases, where changes to user code might be necessary.
RealtimeBox
RealtimeBoxis deprecated. Update your code to userealtime_thread_safe_box.hppheader, and class nameRealtimeThreadSafeBoxinstead. (#318, #342).RealtimePublisheris updated with a newtry_publishAPI. Update your code with a local message variable and calltry_publishwith that variable. The old API is deprecated and will be removed in a future release. (#323).