Autoware Actuation Module - ARM Safety Island
Overview
This repository contains the Autoware Actuation Module for the ARM Safety Island.
Workflow
Main Components
Component |
Version |
---|---|
Zephyr RTOS |
|
CycloneDDS |
|
Autoware |
|
Autoware.Universe |
|
Autoware.msgs |
Autoware Components
Component |
Description |
---|---|
autoware_msgs |
Autoware Messages |
autoware_osqp_interface |
OSQP Interface |
autoware_universe_utils |
Universe Utils |
autoware_motion_utils |
Motion Utils |
autoware_interpolation |
Interpolation Utils |
autoware_vehicle_info_utils |
Vehicle Info Utils |
autoware_trajectory_follower_base |
Trajectory Follower Base |
autoware_mpc_lateral_controller |
MPC Lateral Controller |
autoware_pid_longitudinal_controller |
PID Longitudinal Controller |
autoware_trajectory_follower_node |
Trajectory Follower Node |
ROS RCL Utils to Zephyr Migration
RCL Component |
Zephyr Target |
---|---|
RCL Logging |
Custom Logger |
RCL Node |
POSIX Threads |
RCL Timers |
Software Timers |
RCL Publisher |
CycloneDDS |
RCL Subscriber |
CycloneDDS |