Adjacent right observer class. More...
#include <adjacent_right.h>

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_ | 
Adjacent right observer class.
Definition at line 29 of file adjacent_right.h.
Definition at line 23 of file adjacent_right.cc.
Definition at line 32 of file adjacent_right.cc.
| art_msgs::Observation observers::AdjacentRight::update | ( | const art_msgs::ArtLanes & | local_map, | 
| const art_msgs::ArtLanes & | obstacles, | ||
| MapPose | pose_ | ||
| ) |  [virtual] | 
        
Updates the observation_ msg.
Implements observers::Observer.
Definition at line 42 of file adjacent_right.cc.
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.