Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 14, 2024
1 parent 1745e06 commit d16e74b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/autoware_node/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Autoware Node

## Overview

<!-- cspell:ignore registrate -->

Autoware Node is an Autoware.Core package designed to provide a base class for all future nodes in the system. It provides ability to registrate node to _Autoware_control_center_ (ACC), report node state, publish heartbeat and subscribe to monitored topics. It also inheritates all lifecycle control capabilities of the base class [LifecycleNode](https://docs.ros2.org/latest/api/rclcpp_lifecycle/classrclcpp__lifecycle_1_1LifecycleNode.html)

Check warning on line 7 in common/autoware_node/README.md

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (inheritates)

## Usage

You can use _autoware_node_ as a base class for any node in Autoware.Core system. There is an example package _test_node_ which shows how _autoware_node_ communicate with ACC and other _autoware_nodes_. You can check it for more information.

## Design

<!-- cspell:ignore  ROS2 -->

_Autoware_node_ inherits from  ROS2 [_lifecycle_node_](https://design.ros2.org/articles/node_lifecycle.html) and has all basic functions of it.

Below are the main add-ons and how they work.
Expand Down

0 comments on commit d16e74b

Please sign in to comment.