Fix word
This commit is contained in:
parent
31e971beef
commit
60adb3f665
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ sequenceDiagram
|
||||||
Note over rmw: copies available message to msg if there is one
|
Note over rmw: copies available message to msg if there is one
|
||||||
opt RCL_RET_OK == ret
|
opt RCL_RET_OK == ret
|
||||||
Executor->>Subscription: handle_message(msg)
|
Executor->>Subscription: handle_message(msg)
|
||||||
Note over Subscription: casts msgs to its actual type
|
Note over Subscription: casts msg to its actual type
|
||||||
Subscription->>AnySubscriptionCallback: dispatch(typed_msg)
|
Subscription->>AnySubscriptionCallback: dispatch(typed_msg)
|
||||||
AnySubscriptionCallback->>tracetools: TP(rclcpp_subscription_callback_start, this, is_intra_process)
|
AnySubscriptionCallback->>tracetools: TP(rclcpp_subscription_callback_start, this, is_intra_process)
|
||||||
Note over AnySubscriptionCallback: std::function::operator(...)
|
Note over AnySubscriptionCallback: std::function::operator(...)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue