Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
heleidsn committed Oct 8, 2022
1 parent a5fdf70 commit e6e4780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/custom_rosconsole.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
log4j.logger.ros.local_planner=INFO
log4j.logger.ros.local_planner=ERROR
8 changes: 2 additions & 6 deletions launch/start_simulator.launch
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@
<group ns="$(arg ns)">
<include file="$(find mavros)/launch/node.launch">
<arg name="pluginlists_yaml" value="$(find mavros)/launch/px4_pluginlists.yaml" />
<!-- <arg name="config_yaml" value="$(find px4_avoidance_airsim)/config/px4_config_local_planner.yaml" /> -->
<arg name="config_yaml" value="$(find px4_avoidance_airsim)/config/px4_config_fast_planner.yaml" />
<arg name="config_yaml" value="$(find px4_avoidance_airsim)/config/px4_config_local_planner.yaml" />
<!-- <arg name="config_yaml" value="$(find px4_avoidance_airsim)/config/px4_config_fast_planner.yaml" /> -->
<arg name="fcu_url" value="$(arg fcu_url)" />
<arg name="gcs_url" value="$(arg gcs_url)" />
<arg name="tgt_system" value="$(arg tgt_system)" />
<arg name="tgt_component" value="$(arg tgt_component)" />
</include>
</group>





</launch>

0 comments on commit e6e4780

Please sign in to comment.