Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix_nav2_param #75

Merged
merged 10 commits into from
Nov 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions orange_navigation/config/navigation2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ amcl:
laser_model_type: "likelihood_field"
set_initial_pose: True
initial_pose: {x: 0.0, y: 0.0, z: 0.0, yaw: 0.0}
max_beams: 100
max_particles: 500
max_beams: 300
max_particles: 1500
min_particles: 500
odom_frame_id: "odom"
pf_err: 0.05
Expand Down Expand Up @@ -125,7 +125,7 @@ controller_server:
stateful: True
plugin: "nav2_controller::SimpleGoalChecker"
xy_goal_tolerance: 0.25
yaw_goal_tolerance: 0.25
yaw_goal_tolerance: 0.50

FollowPath:
plugin: "dwb_core::DWBLocalPlanner"
Expand Down Expand Up @@ -169,7 +169,7 @@ controller_server:
GoalDist.scale: 24.0
ObstacleFootprint.scale: 32.0
RotateToGoal.scale: 32.0
RotateToGoal.slowing_factor: 5.0
RotateToGoal.slowing_factor: -1.0
RotateToGoal.lookahead_time: -1.0

controller_server_rclcpp_node:
Expand Down
Loading