#include "bwi_kr_execution/ExecutePlanAction.h"#include <actionlib/client/simple_action_client.h>#include <ros/ros.h>#include "bwi_virtour/GoToLocation.h"#include "bwi_virtour/GoBesideLocation.h"#include "bwi_virtour/Authenticate.h"#include "bwi_virtour/Rotate.h"
Go to the source code of this file.
Typedefs | |
| typedef actionlib::SimpleActionClient < bwi_kr_execution::ExecutePlanAction > | Client |
Functions | |
| bool | goBesideLocation (bwi_virtour::GoBesideLocation::Request &req, bwi_virtour::GoBesideLocation::Response &res) |
| bool | goToLocation (bwi_virtour::GoToLocation::Request &req, bwi_virtour::GoToLocation::Response &res) |
| int | main (int argc, char **argv) |
Variables | |
| Client * | client |
| typedef actionlib::SimpleActionClient<bwi_kr_execution::ExecutePlanAction> Client |
Definition at line 9 of file go_to_location_service.cpp.
| bool goBesideLocation | ( | bwi_virtour::GoBesideLocation::Request & | req, |
| bwi_virtour::GoBesideLocation::Response & | res | ||
| ) |
Definition at line 15 of file go_to_location_service.cpp.
| bool goToLocation | ( | bwi_virtour::GoToLocation::Request & | req, |
| bwi_virtour::GoToLocation::Response & | res | ||
| ) |
Definition at line 68 of file go_to_location_service.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 122 of file go_to_location_service.cpp.
Definition at line 11 of file go_to_location_service.cpp.