Explorar el Código

Removed unnecessary distance controller in bt

Signed-off-by: Piotr Jaroszek <[email protected]>
Piotr Jaroszek hace 2 años
padre
commit
df81b5867e
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      kraken_nav/launch/config/bt.xml

+ 1 - 3
kraken_nav/launch/config/bt.xml

@@ -1,9 +1,7 @@
 <root main_tree_to_execute="MainTree">
   <BehaviorTree ID="MainTree">
     <PipelineSequence name="NavigateWithReplanning">
-      <DistanceController distance="10000000.0">
-        <ComputePathToPose goal="{goal}" path="{path}" planner_id="GridBased"/>
-      </DistanceController>
+      <ComputePathToPose goal="{goal}" path="{path}" planner_id="GridBased"/>
       <FollowPath path="{path}"  controller_id="FollowPath"/>
     </PipelineSequence>
   </BehaviorTree>