YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
INavigation2DRPCd Class Reference

#include <navigation2D_nws_yarp/INavigation2DServerImpl.h>

+ Inheritance diagram for INavigation2DRPCd:

Public Member Functions

void setInterfaces (yarp::dev::Nav2D::INavigation2DTargetActions *iNav_target, yarp::dev::Nav2D::INavigation2DControlActions *iNav_ctrl, yarp::dev::Nav2D::INavigation2DVelocityActions *iNav_vel)
 
std::mutex * getMutex ()
 
bool stop_navigation_RPC () override
 
bool resume_navigation_RPC () override
 
bool suspend_navigation_RPC (double time_s) override
 
bool recompute_current_navigation_path_RPC () override
 
return_get_navigation_status get_navigation_status_RPC () override
 
return_get_current_nav_waypoint get_current_nav_waypoint_RPC () override
 
return_get_all_nav_waypoints get_all_navigation_waypoints_RPC (yarp::dev::Nav2D::TrajectoryTypeEnum trajectory_type) override
 
return_get_current_nav_map get_current_navigation_map_RPC (yarp::dev::Nav2D::NavigationMapTypeEnum map_type) override
 
bool goto_target_by_absolute_location_RPC (const yarp::dev::Nav2D::Map2DLocation &loc) override
 
bool goto_target_by_relative_location1_RPC (double x, double y) override
 
bool goto_target_by_relative_location2_RPC (double x, double y, double theta) override
 
return_get_abs_loc_of_curr_target get_absolute_location_of_current_target_RPC () override
 
return_get_rel_loc_of_curr_target get_relative_location_of_current_target_RPC () override
 
bool goto_target_by_absolute_location_and_set_name_RPC (const yarp::dev::Nav2D::Map2DLocation &loc, const std::string &name) override
 
bool apply_velocity_command_RPC (double x_vel, double y_vel, double theta_vel, double timeout) override
 
return_get_last_velocity_command get_last_velocity_command_RPC () override
 
return_get_name_of_current_target get_name_of_current_target_RPC () override
 
- Public Member Functions inherited from INavigation2DMsgs
 INavigation2DMsgs ()
 
virtual std::vector< std::string > help (const std::string &functionName="--all")
 
bool read (yarp::os::ConnectionReader &connection) override
 Read this object from a network connection.
 
- Public Member Functions inherited from yarp::os::Wire
yarp::os::WireLinkyarp ()
 Get YARP state associated with this object.
 
const yarp::os::WireLinkyarp () const
 Get YARP state associated with this object (const version).
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor.
 
virtual Type getReadType () const
 

Detailed Description

Definition at line 24 of file INavigation2DServerImpl.h.

Member Function Documentation

◆ apply_velocity_command_RPC()

bool INavigation2DRPCd::apply_velocity_command_RPC ( double  x_vel,
double  y_vel,
double  theta_vel,
double  timeout 
)
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 279 of file INavigation2DServerImpl.cpp.

◆ get_absolute_location_of_current_target_RPC()

return_get_abs_loc_of_curr_target INavigation2DRPCd::get_absolute_location_of_current_target_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 232 of file INavigation2DServerImpl.cpp.

◆ get_all_navigation_waypoints_RPC()

return_get_all_nav_waypoints INavigation2DRPCd::get_all_navigation_waypoints_RPC ( yarp::dev::Nav2D::TrajectoryTypeEnum  trajectory_type)
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 128 of file INavigation2DServerImpl.cpp.

◆ get_current_nav_waypoint_RPC()

return_get_current_nav_waypoint INavigation2DRPCd::get_current_nav_waypoint_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 106 of file INavigation2DServerImpl.cpp.

◆ get_current_navigation_map_RPC()

return_get_current_nav_map INavigation2DRPCd::get_current_navigation_map_RPC ( yarp::dev::Nav2D::NavigationMapTypeEnum  map_type)
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 150 of file INavigation2DServerImpl.cpp.

◆ get_last_velocity_command_RPC()

return_get_last_velocity_command INavigation2DRPCd::get_last_velocity_command_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 292 of file INavigation2DServerImpl.cpp.

◆ get_name_of_current_target_RPC()

return_get_name_of_current_target INavigation2DRPCd::get_name_of_current_target_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 317 of file INavigation2DServerImpl.cpp.

◆ get_navigation_status_RPC()

return_get_navigation_status INavigation2DRPCd::get_navigation_status_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 84 of file INavigation2DServerImpl.cpp.

◆ get_relative_location_of_current_target_RPC()

return_get_rel_loc_of_curr_target INavigation2DRPCd::get_relative_location_of_current_target_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 254 of file INavigation2DServerImpl.cpp.

◆ getMutex()

std::mutex * INavigation2DRPCd::getMutex ( )
inline

Definition at line 39 of file INavigation2DServerImpl.h.

◆ goto_target_by_absolute_location_and_set_name_RPC()

bool INavigation2DRPCd::goto_target_by_absolute_location_and_set_name_RPC ( const yarp::dev::Nav2D::Map2DLocation loc,
const std::string &  name 
)
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 217 of file INavigation2DServerImpl.cpp.

◆ goto_target_by_absolute_location_RPC()

bool INavigation2DRPCd::goto_target_by_absolute_location_RPC ( const yarp::dev::Nav2D::Map2DLocation loc)
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 175 of file INavigation2DServerImpl.cpp.

◆ goto_target_by_relative_location1_RPC()

bool INavigation2DRPCd::goto_target_by_relative_location1_RPC ( double  x,
double  y 
)
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 189 of file INavigation2DServerImpl.cpp.

◆ goto_target_by_relative_location2_RPC()

bool INavigation2DRPCd::goto_target_by_relative_location2_RPC ( double  x,
double  y,
double  theta 
)
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 203 of file INavigation2DServerImpl.cpp.

◆ recompute_current_navigation_path_RPC()

bool INavigation2DRPCd::recompute_current_navigation_path_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 71 of file INavigation2DServerImpl.cpp.

◆ resume_navigation_RPC()

bool INavigation2DRPCd::resume_navigation_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 45 of file INavigation2DServerImpl.cpp.

◆ setInterfaces()

Definition at line 23 of file INavigation2DServerImpl.cpp.

◆ stop_navigation_RPC()

bool INavigation2DRPCd::stop_navigation_RPC ( )
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 31 of file INavigation2DServerImpl.cpp.

◆ suspend_navigation_RPC()

bool INavigation2DRPCd::suspend_navigation_RPC ( double  time_s)
overridevirtual

Reimplemented from INavigation2DMsgs.

Definition at line 58 of file INavigation2DServerImpl.cpp.


The documentation for this class was generated from the following files: