$search
Classes | |
| struct | Init |
| struct | InitRequest_ |
| struct | InitResponse_ |
| struct | MovingEdge_ |
| struct | MovingEdgeSite_ |
| struct | MovingEdgeSites_ |
| class | Tracker |
| class | TrackerClient |
| class | TrackerClientNodelet |
| class | TrackerNodelet |
| class | TrackerViewer |
| Monitors the tracking result provided by the tracking node. More... | |
| class | TrackerViewerNodelet |
Typedefs | |
| typedef ::visp_tracker::InitRequest_ < std::allocator< void > > | InitRequest |
| typedef boost::shared_ptr < ::visp_tracker::InitRequest const > | InitRequestConstPtr |
| typedef boost::shared_ptr < ::visp_tracker::InitRequest > | InitRequestPtr |
| typedef ::visp_tracker::InitResponse_ < std::allocator< void > > | InitResponse |
| typedef boost::shared_ptr < ::visp_tracker::InitResponse const > | InitResponseConstPtr |
| typedef boost::shared_ptr < ::visp_tracker::InitResponse > | InitResponsePtr |
| typedef ::visp_tracker::MovingEdge_ < std::allocator< void > > | MovingEdge |
| typedef boost::shared_ptr < ::visp_tracker::MovingEdge const > | MovingEdgeConstPtr |
| typedef boost::shared_ptr < ::visp_tracker::MovingEdge > | MovingEdgePtr |
| typedef ::visp_tracker::MovingEdgeSite_ < std::allocator< void > > | MovingEdgeSite |
| typedef boost::shared_ptr < ::visp_tracker::MovingEdgeSite const > | MovingEdgeSiteConstPtr |
| typedef boost::shared_ptr < ::visp_tracker::MovingEdgeSite > | MovingEdgeSitePtr |
| typedef ::visp_tracker::MovingEdgeSites_ < std::allocator< void > > | MovingEdgeSites |
| typedef boost::shared_ptr < ::visp_tracker::MovingEdgeSites const > | MovingEdgeSitesConstPtr |
| typedef boost::shared_ptr < ::visp_tracker::MovingEdgeSites > | MovingEdgeSitesPtr |
Functions | |
| std::string | camera_velocity_topic ("camera_velocity") |
| std::string | default_model_path ("package://visp_tracker/models") |
| std::string | default_tracker_name ("tracker_mbt") |
| std::string | init_service ("init_tracker") |
| std::string | model_description_param ("model_description") |
| std::string | moving_edge_sites_topic ("moving_edge_sites") |
| std::string | object_position_covariance_topic ("object_position_covariance") |
| std::string | object_position_topic ("object_position") |
| template<typename ContainerAllocator > | |
| std::ostream & | operator<< (std::ostream &s, const ::visp_tracker::MovingEdgeSites_< ContainerAllocator > &v) |
| template<typename ContainerAllocator > | |
| std::ostream & | operator<< (std::ostream &s, const ::visp_tracker::MovingEdgeSite_< ContainerAllocator > &v) |
| template<typename ContainerAllocator > | |
| std::ostream & | operator<< (std::ostream &s, const ::visp_tracker::MovingEdge_< ContainerAllocator > &v) |
Variables | |
| std::string | camera_velocity_topic |
| std::string | default_model_path |
| std::string | default_tracker_name |
| std::string | init_service |
| std::string | model_description_param |
| std::string | moving_edge_sites_topic |
| std::string | object_position_covariance_topic |
| std::string | object_position_topic |
| typedef ::visp_tracker::InitRequest_<std::allocator<void> > visp_tracker::InitRequest |
| typedef boost::shared_ptr< ::visp_tracker::InitRequest const> visp_tracker::InitRequestConstPtr |
| typedef boost::shared_ptr< ::visp_tracker::InitRequest> visp_tracker::InitRequestPtr |
| typedef ::visp_tracker::InitResponse_<std::allocator<void> > visp_tracker::InitResponse |
| typedef boost::shared_ptr< ::visp_tracker::InitResponse const> visp_tracker::InitResponseConstPtr |
| typedef boost::shared_ptr< ::visp_tracker::InitResponse> visp_tracker::InitResponsePtr |
| typedef ::visp_tracker::MovingEdge_<std::allocator<void> > visp_tracker::MovingEdge |
Definition at line 257 of file MovingEdge.h.
| typedef boost::shared_ptr< ::visp_tracker::MovingEdge const> visp_tracker::MovingEdgeConstPtr |
Definition at line 260 of file MovingEdge.h.
| typedef boost::shared_ptr< ::visp_tracker::MovingEdge> visp_tracker::MovingEdgePtr |
Definition at line 259 of file MovingEdge.h.
| typedef ::visp_tracker::MovingEdgeSite_<std::allocator<void> > visp_tracker::MovingEdgeSite |
Definition at line 111 of file MovingEdgeSite.h.
| typedef boost::shared_ptr< ::visp_tracker::MovingEdgeSite const> visp_tracker::MovingEdgeSiteConstPtr |
Definition at line 114 of file MovingEdgeSite.h.
| typedef boost::shared_ptr< ::visp_tracker::MovingEdgeSite> visp_tracker::MovingEdgeSitePtr |
Definition at line 113 of file MovingEdgeSite.h.
| typedef ::visp_tracker::MovingEdgeSites_<std::allocator<void> > visp_tracker::MovingEdgeSites |
Definition at line 138 of file MovingEdgeSites.h.
| typedef boost::shared_ptr< ::visp_tracker::MovingEdgeSites const> visp_tracker::MovingEdgeSitesConstPtr |
Definition at line 141 of file MovingEdgeSites.h.
| typedef boost::shared_ptr< ::visp_tracker::MovingEdgeSites> visp_tracker::MovingEdgeSitesPtr |
Definition at line 140 of file MovingEdgeSites.h.
| std::string visp_tracker::camera_velocity_topic | ( | "camera_velocity" | ) |
| std::string visp_tracker::default_model_path | ( | "package://visp_tracker/models" | ) |
| std::string visp_tracker::default_tracker_name | ( | "tracker_mbt" | ) |
| std::string visp_tracker::init_service | ( | "init_tracker" | ) |
| std::string visp_tracker::model_description_param | ( | "model_description" | ) |
| std::string visp_tracker::moving_edge_sites_topic | ( | "moving_edge_sites" | ) |
| std::string visp_tracker::object_position_covariance_topic | ( | "object_position_covariance" | ) |
| std::string visp_tracker::object_position_topic | ( | "object_position" | ) |
| std::ostream& visp_tracker::operator<< | ( | std::ostream & | s, | |
| const ::visp_tracker::MovingEdgeSites_< ContainerAllocator > & | v | |||
| ) | [inline] |
Definition at line 145 of file MovingEdgeSites.h.
| std::ostream& visp_tracker::operator<< | ( | std::ostream & | s, | |
| const ::visp_tracker::MovingEdgeSite_< ContainerAllocator > & | v | |||
| ) | [inline] |
Definition at line 118 of file MovingEdgeSite.h.
| std::ostream& visp_tracker::operator<< | ( | std::ostream & | s, | |
| const ::visp_tracker::MovingEdge_< ContainerAllocator > & | v | |||
| ) | [inline] |
Definition at line 264 of file MovingEdge.h.
| std::string visp_tracker::camera_velocity_topic |
| std::string visp_tracker::default_model_path |
| std::string visp_tracker::default_tracker_name |
| std::string visp_tracker::init_service |
| std::string visp_tracker::model_description_param |
| std::string visp_tracker::moving_edge_sites_topic |
| std::string visp_tracker::object_position_covariance_topic |
| std::string visp_tracker::object_position_topic |