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