$search

observers::AdjacentRight Class Reference

Adjacent right observer class. More...

#include <adjacent_right.h>

Inheritance diagram for observers::AdjacentRight:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AdjacentRight (art_observers::ObserversConfig &config)
virtual art_msgs::Observation update (const art_msgs::ArtLanes &local_map, const art_msgs::ArtLanes &obstacles, MapPose pose_)
 Updates the observation_ msg.
 ~AdjacentRight ()

Private Attributes

std::vector< float > distance_
MedianFilter distance_filter_
ros::Time prev_update_
MeanFilter velocity_filter_

Detailed Description

Adjacent right observer class.

Definition at line 29 of file adjacent_right.h.


Constructor & Destructor Documentation

observers::AdjacentRight::AdjacentRight ( art_observers::ObserversConfig config  ) 

Definition at line 23 of file adjacent_right.cc.

observers::AdjacentRight::~AdjacentRight (  ) 

Definition at line 32 of file adjacent_right.cc.


Member Function Documentation

art_msgs::Observation observers::AdjacentRight::update ( const art_msgs::ArtLanes local_map,
const art_msgs::ArtLanes obstacles,
MapPose  pose_ 
) [virtual]

Updates the observation_ msg.

Note:
Calculations are made from the nearest point of the adjacent right lane.

Implements observers::Observer.

Definition at line 42 of file adjacent_right.cc.


Member Data Documentation

std::vector<float> observers::AdjacentRight::distance_ [private]

Definition at line 43 of file adjacent_right.h.

Definition at line 45 of file adjacent_right.h.

Definition at line 48 of file adjacent_right.h.

Definition at line 46 of file adjacent_right.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends Defines


art_observers
Author(s): Michael Quinlan, Jack O'Quin, Corbyn Salisbury
autogenerated on Fri Mar 1 14:13:59 2013