Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ipa-fmw/cob_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-fmw committed May 9, 2012
2 parents 7e75c57 + 2dcfacf commit ec34cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ set(ROSPACK_MAKEDIST true)
# variables.
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)

rosbuild_make_distribution(0.4.4)
rosbuild_make_distribution(0.4.5)
4 changes: 2 additions & 2 deletions cob_undercarriage_ctrl/ros/src/cob_undercarriage_ctrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ void NodeClass::UpdateOdometry()
geometry_msgs::TransformStamped odom_tf;
// compose header
odom_tf.header.stamp = joint_state_odom_stamp_;
odom_tf.header.frame_id = "/wheelodom";
odom_tf.header.frame_id = "/odom_combined";
odom_tf.child_frame_id = "/base_footprint";
// compose data container
odom_tf.transform.translation.x = x_rob_m_;
Expand Down Expand Up @@ -697,7 +697,7 @@ void NodeClass::UpdateOdometry()
}

// publish the transform (for debugging, conflicts with robot-pose-ekf)
// tf_broadcast_odometry_.sendTransform(odom_tf);
tf_broadcast_odometry_.sendTransform(odom_tf);

// publish odometry msg
topic_pub_odometry_.publish(odom_top);
Expand Down

0 comments on commit ec34cf2

Please sign in to comment.