Skip to content

Commit

Permalink
fix(autoware_node): fix spell-check error
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Panferov <[email protected]>
  • Loading branch information
lexavtanke committed Mar 29, 2024
1 parent 1c1e0be commit e7eb03e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class AutowareNode : public rclcpp_lifecycle::LifecycleNode
Create subscription to provided topic with topic_name and monitors period of received messages.
If desired period is violated the Autoware Node informs the Autoware Control Center.
\param[topic_name] The name of the monitored topic.
\param[hz] The desired heartrate of the topic.
\param[hz] The desired message frequency of the topic.
\param[qos] The desired QoS for the topic.
*/
// cspell:ignore strat
Expand Down

0 comments on commit e7eb03e

Please sign in to comment.