clean up in nav2 launch
authorHenrique Scharlau Coelho <henriquescharlaucoelho@gmail.com>
Sun, 3 Dec 2023 20:08:11 +0000 (17:08 -0300)
committerHenrique Scharlau Coelho <henriquescharlaucoelho@gmail.com>
Sun, 3 Dec 2023 20:08:11 +0000 (17:08 -0300)
twil_2dnav/launch/nav2_navigator.launch.xml

index 732d64c..9a3e8be 100644 (file)
         <param name="use_sim_time" value="$(var use_sim_time)"/>
         <param from="$(find-pkg-share twil_2dnav)/config/behavior_params.yaml"/>
         <param name="robot_base_frame" value="twil_origin"/>
-        <remap from="cmd_vel" to="$(var controller)/command"/>
-        <!-- porque tem dois cmd_vel(aqui e no nav2_controller)?? -->
     </node>
 
 
     <node pkg="nav2_bt_navigator" exec="bt_navigator" name="bt_navigator">
         <param name="use_sim_time" value="$(var use_sim_time)"/>
         <param from="$(find-pkg-share twil_2dnav)/config/bt_navigator_params.yaml"/>
-        <!-- <remap from="odom" to="$(var controller)/odom"/> -->
     </node>
 
     <node pkg="robot_localization" exec="ekf_node" name="ekf_filter_node">