Class PathFollowerNode

Inheritance Relationships

Base Type

Class Documentation

class PathFollowerNode : public MissionController

ROS2 node that implements the Pure Pursuit algorithm for controlling a vehicle along a raceline.

Public Functions

PathFollowerNode(control_structs::NodeConfig &config, control_structs::ControlState &state, control_structs::RosInterfaces &ros, control_structs::PathFollowerParameters &pathf)

Constructor for the PathFollowerNode. Initializes parameters, subscriptions, and publishers.