Skip to content

Commit

Permalink
Do not publish tf world->map
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Feb 22, 2024
1 parent 6b495b2 commit 223cac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvsim_node_src/mvsim_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ void MVSimNode::notifyROSWorldIsUpdated()
}

// Publish the static transform /world -> /map
sendStaticTF("world", "map", tfIdentity_, myNow());
// sendStaticTF("world", "map", tfIdentity_, myNow());
}

#if PACKAGE_ROS_VERSION == 1
Expand Down

0 comments on commit 223cac3

Please sign in to comment.