Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 673 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 673 Bytes

Autoware Node

Abbreviations

  • AN: Autoware Node

Overview

AN is an autoware.core package designed to provide a base class for all future nodes in the system. It also inherits all lifecycle control capabilities of the base class LifecycleNode

Usage

Check the autoware_test_node package for an example of how to use autoware::Node.

Design

Lifecycle

AN inherits from ROS 2 rclcpp_lifecycle::LifecycleNode and has all the basic functions of it.