Skip to content

Commit

Permalink
fixed sign on min_roughness
Browse files Browse the repository at this point in the history
  • Loading branch information
Toverbye authored Nov 29, 2021
1 parent 0be46b8 commit 636c7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/gvom_node.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<param name="~negative_obstacle_threshold" value="0.5" />
<param name="~density_threshold" value="50" />
<param name="~slope_obsacle_threshold" value="0.3" />
<param name="~min_roughness" value="10" />
<param name="~min_roughness" value="-10" />
<param name="~max_roughness" value="0" />
<param name="~robot_height" value="2.0" />
<param name="~robot_radius" value="4.0" />
Expand Down

0 comments on commit 636c7de

Please sign in to comment.