#include <ros/ros.h>
#include <ros/callback_queue.h>
#include <blackboard/remote.h>
#include <interfaces/SkillerInterface.h>
#include <utils/time/time.h>
#include <actionlib/server/simple_action_server.h>
#include <fawkes_msgs/ExecSkillAction.h>
#include <fawkes_msgs/ExecSkillGoal.h>
#include <fawkes_msgs/ExecSkillActionGoal.h>
#include <fawkes_msgs/SkillStatus.h>
#include <memory>
#include <mutex>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
#define GET_PRIV_PARAM |
( |
|
P | ) |
|
Value:{ \
exit(-1); \
} \
}
ROSCPP_DECL const std::string & getName()
ROSCPP_DECL bool get(const std::string &key, std::string &s)
Definition at line 39 of file fawkes_skiller_node.cpp.
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |