Autoware.Auto
motion::planning::recordreplay_planner Namespace Reference

Classes

class  RecordReplayPlanner
 A class for recording trajectories and replaying them as plans. More...
 

Typedefs

using State = autoware_auto_msgs::msg::VehicleKinematicState
 
using Heading = decltype(decltype(State::state)::heading)
 

Enumerations

enum  RecordReplayState { RecordReplayState::IDLE, RecordReplayState::RECORDING, RecordReplayState::REPLAYING }
 

Typedef Documentation

◆ Heading

using motion::planning::recordreplay_planner::Heading = typedef decltype(decltype(State::state)::heading)

◆ State

using motion::planning::recordreplay_planner::State = typedef autoware_auto_msgs::msg::VehicleKinematicState

Enumeration Type Documentation

◆ RecordReplayState

Enumerator
IDLE 
RECORDING 
REPLAYING