Skip to content

Commit

Permalink
Standardize time units per REP-103 (ros-navigation#2106)
Browse files Browse the repository at this point in the history
* Standardize time units per REP-103

* bond_timeout type
  • Loading branch information
simutisernestas authored Dec 7, 2020
1 parent 8050c8c commit 3f21ae7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions nav2_bringup/bringup/params/nav2_multirobot_params_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ map_server:
ros__parameters:
use_sim_time: True
yaml_filename: "turtlebot3_world.yaml"
save_map_timeout: 5.0

planner_server:
ros__parameters:
Expand Down
1 change: 1 addition & 0 deletions nav2_bringup/bringup/params/nav2_multirobot_params_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ map_server:
ros__parameters:
use_sim_time: True
yaml_filename: "turtlebot3_world.yaml"
save_map_timeout: 5.0

planner_server:
ros__parameters:
Expand Down
2 changes: 1 addition & 1 deletion nav2_bringup/bringup/params/nav2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ map_server:
map_saver:
ros__parameters:
use_sim_time: True
save_map_timeout: 5000
save_map_timeout: 5.0
free_thresh_default: 0.25
occupied_thresh_default: 0.65
map_subscribe_transient_local: True
Expand Down

0 comments on commit 3f21ae7

Please sign in to comment.