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
RetractDummy.cpp
1
#include <sarafun_bt_nodes_test/RetractDummy.h>
2
3
namespace
sarafun {
4
bool
TestRetract::parseGoal
(
const
sarafun_msgs::RetractKeyframeGoalConstPtr &goal) {
5
ROS_INFO(
"%s got goal idx: %d"
,
action_name_
.c_str(), goal->idx);
6
return
true
;
7
}
8
}
9
10
int
main(
int
argc,
char
**argv) {
11
ros::init(argc, argv,
"retract_action_test"
);
12
sarafun::TestRetract
action(ros::this_node::getName(),
13
"/sarafun/bt_nodes_test/retract"
);
14
ros::spin();
15
return
-1;
16
}
sarafun::TestRetract::parseGoal
bool parseGoal(const sarafun_msgs::RetractKeyframeGoalConstPtr &goal)
Definition:
RetractDummy.cpp:4
sarafun::TestServer< sarafun_msgs::RetractKeyframeAction, sarafun_msgs::RetractKeyframeGoalConstPtr, sarafun_msgs::RetractKeyframeFeedback, sarafun_msgs::RetractKeyframeResult >::action_name_
std::string action_name_
Definition:
sarafun_test_server.h:27
sarafun::TestRetract
Definition:
RetractDummy.h:9
Generated on Fri Feb 17 2017 11:14:54 for Sarafun Behavior Trees package by
1.8.6