Skip to content

Commit

Permalink
Increase collision tolerance by increasing KE height (#973)
Browse files Browse the repository at this point in the history
* reduce factor for allie and dtr when driving over hallway threshold

Signed-off-by: Ian Chen <ichen@osrfoundation.org>

* revert ke factor, update ke height

Signed-off-by: Ian Chen <ichen@osrfoundation.org>
  • Loading branch information
iche033 authored Jul 9, 2021
1 parent 03b9410 commit 6ef390c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subt_ign/launch/cloudsim_sim.ign
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
name="subt::GameLogicPlugin">
<world_name><%= $worldName %></world_name>
<ros><%= $ros %></ros>
<ke_height>0.078</ke_height>
<ke_height>0.24</ke_height>

<duration_seconds><%= $durationSec %></duration_seconds>

Expand Down
2 changes: 1 addition & 1 deletion subt_ign/launch/competition.ign
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
<!-- The collection of artifacts to locate -->
<world_name><%= $worldName %></world_name>
<ros>false</ros>
<ke_height>0.078</ke_height>
<ke_height>0.24</ke_height>

<duration_seconds><%= $durationSec %></duration_seconds>

Expand Down

0 comments on commit 6ef390c

Please sign in to comment.