|
ad_rss
|
Calculates the trajectory sets of a pedestrian. More...
#include <ad/rss/unstructured/TrajectoryPedestrian.hpp>
Public Member Functions | |
| bool | calculateTrajectorySets (core::RelativeObjectState const &vehicleState, ::ad::geometry::Polygon &brakePolygon, ::ad::geometry::Polygon &continueForwardPolygon) |
| Calculate the trajectory sets for braking and continue forward behavior. More... | |
Static Public Attributes | |
| static const physics::Distance | maxRadius |
| The maximum radius before assuming forward movement. | |
| static const physics::Angle | circleStepWidth |
| Step width while calculating points on circle. | |
Calculates the trajectory sets of a pedestrian.
| bool ad::rss::unstructured::TrajectoryPedestrian::calculateTrajectorySets | ( | core::RelativeObjectState const & | vehicleState, |
| ::ad::geometry::Polygon & | brakePolygon, | ||
| ::ad::geometry::Polygon & | continueForwardPolygon | ||
| ) |
Calculate the trajectory sets for braking and continue forward behavior.
| [in] | vehicleState | current state of the pedestrian |
| [out] | brakePolygon | the trajectory set for braking behavior |
| [out] | continueForwardPolygon | the trajectory set for continue-forward behavior |