selfdriving
Public Attributes | List of all members
mpp::TargetApproachInput Struct Reference

#include <mpp/interfaces/TargetApproachController.h>

Public Attributes

const_ref_t< VehicleLocalizationStatevls
 
const_ref_t< VehicleOdometryStatevos
 
mrpt::kinematics::CVehicleVelCmd::TVelCmdParams speedLimits
 
Waypoint target
 
std::optional< Waypointprevious
 
const_ref_t< TrajectoriesAndRobotShapeptgsAndShape
 
ObstacleSource::Ptr localSensedObstacleSource
 
VehicleMotionInterface::Ptr vehicleMotionInterface
 

Member Data Documentation

◆ localSensedObstacleSource

ObstacleSource::Ptr mpp::TargetApproachInput::localSensedObstacleSource

◆ previous

std::optional<Waypoint> mpp::TargetApproachInput::previous

◆ ptgsAndShape

const_ref_t<TrajectoriesAndRobotShape> mpp::TargetApproachInput::ptgsAndShape

◆ speedLimits

mrpt::kinematics::CVehicleVelCmd::TVelCmdParams mpp::TargetApproachInput::speedLimits

◆ target

Waypoint mpp::TargetApproachInput::target

◆ vehicleMotionInterface

VehicleMotionInterface::Ptr mpp::TargetApproachInput::vehicleMotionInterface

◆ vls

const_ref_t<VehicleLocalizationState> mpp::TargetApproachInput::vls

◆ vos

const_ref_t<VehicleOdometryState> mpp::TargetApproachInput::vos

The documentation for this struct was generated from the following file: