You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During migration of the diagnostics aggregator to ROS 2, the addDiagnostics feature was kicked out. This was mainly done due to its dependency on bond.
Former documentation of this feature was: "Service request callback for addition of diagnostics. Creates a bond between the calling node and the aggregator, and loads information about new diagnostics into added_analyzers_, keeping track of the formed bond in bonds_."
Re-introduce this feature, but check if heartbeat can be handled with rmw mechanisms instead of bond.
The text was updated successfully, but these errors were encountered:
During migration of the diagnostics aggregator to ROS 2, the addDiagnostics feature was kicked out. This was mainly done due to its dependency on bond.
Former documentation of this feature was: "Service request callback for addition of diagnostics. Creates a bond between the calling node and the aggregator, and loads information about new diagnostics into
added_analyzers_
, keeping track of the formed bond inbonds_
."Re-introduce this feature, but check if heartbeat can be handled with rmw mechanisms instead of bond.
The text was updated successfully, but these errors were encountered: