Skip to content
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

Edited movebase.launch to include "with_social_layer" to surport social navigation layers #61

Closed
wants to merge 1 commit into from
Closed
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
3 changes: 2 additions & 1 deletion strands_movebase/launch/movebase.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<arg name="with_no_go_map" default="false"/>
<arg name="with_mux" default="false"/>
<arg name="no_go_map"/>

<arg name="with_social_layer" default="false"/>
<arg name="z_stair_threshold" default="0.12"/>
<arg name="z_obstacle_threshold" default="0.15"/>

Expand Down Expand Up @@ -60,6 +60,7 @@
<arg name="machine" value="$(arg machine)"/>
<arg name="user" value="$(arg user)"/>
<arg name="with_mux" value="$(arg with_mux)"/>
<arg name="with_social_layer" value="$(arg with_social_layer)"/>
</include>
<!-- But when there is a chest_xtion, we first need to launch all the chest_xtion obstacle-avoiding
stuff on the pc the chest_xtion is connected to, as well as our own move_base. -->
Expand Down