Skip to content

Commit

Permalink
Fix navigation parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey committed Sep 24, 2024
1 parent e4218cb commit 704d140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmf_fleet_adapter/src/rmf_fleet_adapter/agv/Adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,10 @@ std::shared_ptr<EasyFullControl> Adapter::add_easy_fleet(
tf_dict,
config.strict_lanes(),
config.default_responsive_wait(),
config.use_parking_reservation_system(),
config.default_max_merge_waypoint_distance(),
config.default_max_merge_lane_distance(),
config.default_min_lane_length(),
config.use_parking_reservation_system());
config.default_min_lane_length());
}

//==============================================================================
Expand Down

0 comments on commit 704d140

Please sign in to comment.