Skip to content

Commit 7d72b73

Browse files
authored
Refactored amcl code for modularization of motion models(main branch) (ros-navigation#2642)
* Delete nav2_amcl directory * Add files via upload * Remove "." * Update CHANGELOG.rst * Remove redundant code from CMakelists.txt * Reverted amcl_node.cpp * Cleaned up differential_motion_model.cpp * Update plugins.xml Removed redundant code,to make both the models under one library. * Cleaned up omni_motion_model.cpp * Cleaned up motion_model.cpp * Delete CHANGELOG.rst * Update CMakeLists.txt * Update motion_model.hpp * Add header files via upload * Update amcl_node.cpp * Update differential_motion_model.cpp * Update omni_motion_model.cpp * Update CMakeLists.txt * Update differential_motion_model.hpp * Update motion_model.hpp * Update omni_motion_model.hpp * Update amcl_node.cpp * Update differential_motion_model.cpp * Update motion_model.cpp * Update omni_motion_model.cpp * Update differential_motion_model.cpp * Update differential_motion_model.hpp * Update motion_model.hpp * Update omni_motion_model.hpp * Update differential_motion_model.cpp * Update motion_model.cpp * Update omni_motion_model.cpp * Update differential_motion_model.hpp * Update motion_model.hpp * Update omni_motion_model.hpp * Update motion_model.cpp * Update motion_model.cpp * Update nav2_params.yaml * Update CMakeLists.txt * Update nav2_multirobot_params_2.yaml * Update nav2_multirobot_params_1.yaml * Update speed_global_params.yaml * Update speed_local_params.yaml * Update keepout_params.yaml
1 parent 571ee2b commit 7d72b73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎nav2_bringup/params/nav2_multirobot_params_1.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ amcl:
2626
recovery_alpha_fast: 0.0
2727
recovery_alpha_slow: 0.0
2828
resample_interval: 1
29-
robot_model_type: "differential"
29+
robot_model_type: "nav2_amcl::DifferentialMotionModel"
3030
save_pose_rate: 0.5
3131
sigma_hit: 0.2
3232
tf_broadcast: true
@@ -286,4 +286,4 @@ waypoint_follower:
286286
wait_at_waypoint:
287287
plugin: "nav2_waypoint_follower::WaitAtWaypoint"
288288
enabled: True
289-
waypoint_pause_duration: 200
289+
waypoint_pause_duration: 200

‎nav2_bringup/params/nav2_multirobot_params_2.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ amcl:
2626
recovery_alpha_fast: 0.0
2727
recovery_alpha_slow: 0.0
2828
resample_interval: 1
29-
robot_model_type: "differential"
29+
robot_model_type: "nav2_amcl::DifferentialMotionModel"
3030
save_pose_rate: 0.5
3131
sigma_hit: 0.2
3232
tf_broadcast: true
@@ -286,4 +286,4 @@ waypoint_follower:
286286
wait_at_waypoint:
287287
plugin: "nav2_waypoint_follower::WaitAtWaypoint"
288288
enabled: True
289-
waypoint_pause_duration: 200
289+
waypoint_pause_duration: 200

‎nav2_bringup/params/nav2_params.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ amcl:
2626
recovery_alpha_fast: 0.0
2727
recovery_alpha_slow: 0.0
2828
resample_interval: 1
29-
robot_model_type: "differential"
29+
robot_model_type: "nav2_amcl::DifferentialMotionModel"
3030
save_pose_rate: 0.5
3131
sigma_hit: 0.2
3232
tf_broadcast: true

0 commit comments

Comments
 (0)