Skip to content
Snippets Groups Projects
Commit 58467053 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Solved some minor bugs to the change in node names.

parent 15aeb149
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ void ActionClientAlgNode::mainNodeThread(void)
/* [service callbacks] */
/* [action callbacks] */
void ActionClientAlgNode::motionDone(const actionlib::SimpleClientGoalState& state, const humanoid_msgs::humanoid_motionResultConstPtr& result)
void ActionClientAlgNode::motionDone(const actionlib::SimpleClientGoalState& state, const humanoid_common_msgs::humanoid_motionResultConstPtr& result)
{
alg_.lock();
if( state.toString().compare("SUCCEEDED") == 0 )
......@@ -63,7 +63,7 @@ void ActionClientAlgNode::motionActive()
alg_.unlock();
}
void ActionClientAlgNode::motionFeedback(const humanoid_msgs::humanoid_motionFeedbackConstPtr& feedback)
void ActionClientAlgNode::motionFeedback(const humanoid_common_msgs::humanoid_motionFeedbackConstPtr& feedback)
{
alg_.lock();
//ROS_INFO("ActionClientAlgNode::motionFeedback: Got Feedback!");
......
......@@ -40,6 +40,8 @@
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>catkin</buildtool_depend>
<run_depend>action_client</run_depend>
<run_depend>humanoid_common_msgs</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
......
---
darwin_msgs/walk_params params
humanoid_common_msgs/walk_params params
darwin_msgs/walk_params params
humanoid_common_msgs/walk_params params
---
bool ret
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment