Skip to content
Snippets Groups Projects
Commit 6af8f40c authored by Emil Harlan's avatar Emil Harlan
Browse files

a

parent bcb8aa0f
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,6 @@ class NavigationNode(Node):
# Setze das Ziel
goal_pose = msg
goal_pose.header.stamp = self.navigator.get_clock().now().to_msg()
self.nav2_commander.set_goal_pose(msg.pose)
self.navigator.goToPose(goal_pose)
while not self.navigator.isTaskComplete():
......
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