|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_ILOCALIZATION2D_H
10 #define YARP_DEV_ILOCALIZATION2D_H
139 #endif // YARP_DEV_ILOCALIZATION2D_H
virtual ~ILocalization2D()
Destructor.
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_CURRENT_POS
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_LOCALIZER_POSES
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_ABS_TARGET
constexpr yarp::conf::vocab32_t VOCAB_NAV_LOCATION
@ localization_status_not_yet_localized
ILocalization2D interface.
constexpr yarp::conf::vocab32_t VOCAB_NAV_DELETE_X
contains the definition of a Matrix type
constexpr yarp::conf::vocab32_t VOCAB_NAV_CLEAR_X
constexpr yarp::conf::vocab32_t VOCAB_NAV_RENAME_X
constexpr yarp::conf::vocab32_t VOCAB_NAV_VELOCITY_CMD
@ localization_status_error
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_LIST_X
constexpr yarp::conf::vocab32_t VOCAB_NAV_GOTOABS
virtual bool getEstimatedOdometry(yarp::dev::OdometryData &odom)=0
Gets the estimated odometry the robot, including its velocity expressed in the world and in the local...
@ localization_status_localized_ok
virtual bool startLocalizationService()=0
Starts the localization service.
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_NAVIGATION_STATUS
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_REL_TARGET
constexpr yarp::conf::vocab32_t VOCAB_NAV_AREA
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_LOCALIZER_STATUS
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_X
constexpr yarp::conf::vocab32_t VOCAB_NAV_LOCALIZATION_START
contains the definition of a Map2DLocation type
constexpr yarp::conf::vocab32_t VOCAB_NAV_SET_INITIAL_POSCOV
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_CURRENT_POSCOV
virtual bool stopLocalizationService()=0
Stops the localization service.
constexpr yarp::conf::vocab32_t VOCAB_NAV_GET_NAME_TARGET
virtual bool getCurrentPosition(yarp::dev::Nav2D::Map2DLocation &loc, yarp::sig::Matrix &cov)=0
Gets the current position of the robot w.r.t world reference frame, plus the covariance.
virtual bool setInitialPose(const yarp::dev::Nav2D::Map2DLocation &loc)=0
Sets the initial pose for the localization algorithm which estimates the current position of the robo...
virtual bool getLocalizationStatus(LocalizationStatusEnum &status)=0
Gets the current status of the localization task.
constexpr yarp::conf::vocab32_t VOCAB_NAV_PATH
constexpr yarp::conf::vocab32_t VOCAB_NAV_STORE_X
The main, catch-all namespace for YARP.
constexpr yarp::conf::vocab32_t VOCAB_NAV_RECOMPUTE_PATH
constexpr yarp::conf::vocab32_t VOCAB_NAV_GOTOREL
virtual bool setInitialPose(const yarp::dev::Nav2D::Map2DLocation &loc, const yarp::sig::Matrix &cov)=0
Sets the initial pose for the localization algorithm which estimates the current position of the robo...
virtual bool getCurrentPosition(yarp::dev::Nav2D::Map2DLocation &loc)=0
Gets the current position of the robot w.r.t world reference frame.
constexpr yarp::conf::vocab32_t VOCAB_NAV_LOCALIZATION_STOP
virtual bool getEstimatedPoses(std::vector< yarp::dev::Nav2D::Map2DLocation > &poses)=0
Gets a set of pose estimates computed by the localization algorithm.
constexpr yarp::conf::vocab32_t VOCAB_INAVIGATION
constexpr yarp::conf::vocab32_t VOCAB_NAV_SET_INITIAL_POS