#include <pose_estimation_markermap_parameters.h>
Public Member Functions | |
| int | getPoseEstimatorType () |
| bool | getPublishMarkers () |
| bool | getPublishTf () |
| PoseEstimationMarkerMapParameters () | |
| void | setPoseEstimatorType (int type) |
| void | setPublishMarkers (bool b) |
| void | setPublishTf (bool b) |
| ~PoseEstimationMarkerMapParameters () | |
Private Attributes | |
| int | pose_estimator_type_ |
| bool | publish_markers_ |
| bool | publish_tf_ |
Definition at line 35 of file pose_estimation_markermap_parameters.h.
| PoseEstimationMarkerMapParameters::PoseEstimationMarkerMapParameters | ( | ) |
Definition at line 34 of file pose_estimation_markermap_parameters.cpp.
| PoseEstimationMarkerMapParameters::~PoseEstimationMarkerMapParameters | ( | ) |
Definition at line 40 of file pose_estimation_markermap_parameters.cpp.
| int PoseEstimationMarkerMapParameters::getPoseEstimatorType | ( | ) |
Definition at line 42 of file pose_estimation_markermap_parameters.cpp.
| bool PoseEstimationMarkerMapParameters::getPublishMarkers | ( | ) |
Definition at line 50 of file pose_estimation_markermap_parameters.cpp.
| bool PoseEstimationMarkerMapParameters::getPublishTf | ( | ) |
Definition at line 46 of file pose_estimation_markermap_parameters.cpp.
| void PoseEstimationMarkerMapParameters::setPoseEstimatorType | ( | int | type | ) |
Definition at line 54 of file pose_estimation_markermap_parameters.cpp.
| void PoseEstimationMarkerMapParameters::setPublishMarkers | ( | bool | b | ) |
Definition at line 62 of file pose_estimation_markermap_parameters.cpp.
| void PoseEstimationMarkerMapParameters::setPublishTf | ( | bool | b | ) |
Definition at line 58 of file pose_estimation_markermap_parameters.cpp.
|
private |
Definition at line 49 of file pose_estimation_markermap_parameters.h.
|
private |
Definition at line 51 of file pose_estimation_markermap_parameters.h.
|
private |
Definition at line 50 of file pose_estimation_markermap_parameters.h.