File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,12 @@ pub trait IntoPrimitiveOptions<'a>: Sized {
82
82
self . qos ( QoSProfile :: services_default ( ) )
83
83
}
84
84
85
- /// Use the system-defined default quality of service profile. This profile
86
- /// is determined by the underlying RMW implementation, so you cannot rely
87
- /// on this profile being consistent or appropriate for your needs.
85
+ /// Use the system-defined default quality of service profile. Topics and
86
+ /// services created with this default do not use the recommended ROS
87
+ /// defaults; they will instead use the default as defined by the underlying
88
+ /// RMW implementation (rmw_fastrtps, rmw_connextdds, etc). These defaults
89
+ /// may not always be appropriate for every use-case, and may be different
90
+ /// depending on which RMW implementation you are using, so use caution!
88
91
fn system_qos ( self ) -> PrimitiveOptions < ' a > {
89
92
self . qos ( QoSProfile :: system_default ( ) )
90
93
}
You can’t perform that action at this time.
0 commit comments