Skip to content

Comment unused laser_model arguments #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: melodic-devel
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ari_2dnav_gazebo/launch/navigation.launch
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<include file="$(find ari_2dnav)/launch/state_machine.launch">
<arg name="state" value="$(arg state)"/>
<arg name="public_sim" value="$(arg public_sim)"/>
<arg name="laser_model" value="$(arg laser_model)"/>
<!-- <arg name="laser_model" value="$(arg laser_model)"/> -->
</include>

<!-- Planning -->
Expand All @@ -53,7 +53,7 @@

<!-- Laser filter (empty for public sim) -->
<node if="$(eval str(laser_model) != 'False')" name="laser_filter" pkg="laser_filters" type="scan_to_scan_filter_chain">
<rosparam file="$(find ari_laser_sensors)/config/$(arg laser_model)_filter.yaml" command="load"/>
<rosparam file="$(find ari_laser_sensors)/config/$(arg laser_model)_filter.yaml" command="load"/>
<remap from="scan" to="scan_raw"/>
<remap from="scan_filtered" to="scan"/>
</node>
Expand Down