Skip to content

Commit

Permalink
fix(autoware_control_center): fix spell-check errors
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 d53e4c2 commit 76ceb9d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AutowareControlCenter : public rclcpp_lifecycle::LifecycleNode
*/
rclcpp::Service<autoware_control_center_msgs::srv::AutowareNodeRegister>::SharedPtr srv_register_;
/*!
Service for deregistering an Autoware Node from the Autoware Contol Service.
Service for de-registering an Autoware Node from the Autoware Control Service.
*/
rclcpp::Service<autoware_control_center_msgs::srv::AutowareNodeDeregister>::SharedPtr
srv_deregister_;
Expand Down Expand Up @@ -132,7 +132,7 @@ class AutowareControlCenter : public rclcpp_lifecycle::LifecycleNode

/*!
Callback for the autoware error node service.
It reseives status message from Autoware node and store information to the node_status_map_.
It receives status message from Autoware node and store information to the node_status_map_.
*/
void autoware_node_error(
const autoware_control_center_msgs::srv::AutowareNodeError::Request::SharedPtr request,
Expand Down Expand Up @@ -163,7 +163,7 @@ class AutowareControlCenter : public rclcpp_lifecycle::LifecycleNode
void liveliness_callback(rclcpp::QOSLivelinessChangedInfo & event, const std::string & node_name);

/*!
Update node_status_map_ info for the node with node name then heartbeat message is reseived.
Update node_status_map_ info for the node with node name then heartbeat message is received.
\param[node_name] The name of the node which info should be updated.
*/
void heartbeat_callback(
Expand Down

0 comments on commit 76ceb9d

Please sign in to comment.