Sarafun Behavior Trees package
1
Behavior trees for the SARAFun project
Main Page
Data Structures
All
Data Structures
Namespaces
Functions
Variables
Enumerations
Enumerator
demo_action_implementations
sarafun_manipulation
src
ApproachDummy.cpp
1
#include <sarafun_manipulation/ApproachDummy.h>
2
3
namespace
sarafun {
4
bool
TestApproach::parseGoal
(
5
const
sarafun_manipulation::ApproachGoalConstPtr &goal) {
6
return
true
;
7
}
8
}
9
10
int
main(
int
argc,
char
**argv) {
11
ros::init(argc, argv,
"approach_action_test"
);
12
sarafun::TestApproach
action(ros::this_node::getName(),
13
"/sarafun/manipulation/approach"
);
14
ros::spin();
15
return
-1;
16
}
sarafun::TestApproach
Definition:
ApproachDummy.h:9
sarafun::TestApproach::parseGoal
bool parseGoal(const sarafun_manipulation::ApproachGoalConstPtr &goal)
Definition:
ApproachDummy.cpp:4
Generated on Fri Feb 17 2017 11:14:54 for Sarafun Behavior Trees package by
1.8.6