#include <yarp/dev/INavigation2D.h>
Definition at line 93 of file INavigation2D.h.
◆ ~INavigation2DTargetActions()
virtual yarp::dev::Nav2D::INavigation2DTargetActions::~INavigation2DTargetActions |
( |
| ) |
|
|
inlinevirtual |
◆ followPath()
Ask the robot to navigate through a set of locations defined in the world reference frame.
- Parameters
-
path | the locations to be reached |
- Returns
- true/false
Implemented in Navigation2D_nwc_yarp, and FakeNavigation.
◆ getAbsoluteLocationOfCurrentTarget()
Gets the last navigation target in the world reference frame.
- Parameters
-
loc | the location of the robot |
- Returns
- true/false
Implemented in Navigation2D_nwc_yarp, and FakeNavigation.
◆ getRelativeLocationOfCurrentTarget()
virtual bool yarp::dev::Nav2D::INavigation2DTargetActions::getRelativeLocationOfCurrentTarget |
( |
double & |
x, |
|
|
double & |
y, |
|
|
double & |
theta |
|
) |
| |
|
pure virtual |
◆ gotoTargetByAbsoluteLocation()
Ask the robot to reach a position defined in the world reference frame.
- Parameters
-
loc | the location to be reached |
- Returns
- true/false
Implemented in FakeNavigation, and Navigation2D_nwc_yarp.
◆ gotoTargetByRelativeLocation() [1/2]
virtual bool yarp::dev::Nav2D::INavigation2DTargetActions::gotoTargetByRelativeLocation |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
pure virtual |
Ask the robot to reach a position defined in the robot reference frame.
The final orientation of the goal is unspecified.
- Parameters
-
- Returns
- true/false
Implemented in FakeNavigation, and Navigation2D_nwc_yarp.
◆ gotoTargetByRelativeLocation() [2/2]
virtual bool yarp::dev::Nav2D::INavigation2DTargetActions::gotoTargetByRelativeLocation |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
theta |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: