Added new robot descriptions for Robotoid
This commit is contained in:
@@ -51,7 +51,7 @@ mg::PlannerNode::PlannerNode() : Node("planner"), astar_(this) {
|
||||
|
||||
glm::ivec2 mg::PlannerNode::get_pos() {
|
||||
try {
|
||||
auto tmsg = tf_buf_->lookupTransform("odom", "base-link", tf2::TimePointZero);
|
||||
auto tmsg = tf_buf_->lookupTransform("odom", "base_footprint", tf2::TimePointZero);
|
||||
|
||||
tf2::Transform t;
|
||||
tf2::convert(tmsg.transform, t);
|
||||
|
||||
Reference in New Issue
Block a user