Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
darwin_robot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
humanoides
darwin_robot
Commits
8cfccc99
Commit
8cfccc99
authored
7 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Tuned some navigation parameters to improve the robot motion.
parent
70a098b7
No related branches found
No related tags found
1 merge request
!8
Kinetic migration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
darwin_nav/config/dwa_local_planner_params.yaml
+5
-5
5 additions, 5 deletions
darwin_nav/config/dwa_local_planner_params.yaml
with
5 additions
and
5 deletions
darwin_nav/config/dwa_local_planner_params.yaml
+
5
−
5
View file @
8cfccc99
...
...
@@ -5,14 +5,14 @@ DWAPlannerROS:
min_trans_vel
:
0.01
max_vel_x
:
0.1
min_vel_x
:
-0.1
max_vel_y
:
0.
0
min_vel_y
:
0.
0
max_vel_y
:
0.
1
min_vel_y
:
-
0.
1
max_rot_vel
:
0.4
min_rot_vel
:
0.1
sim_time
:
10
sim_granularity
:
0.025
angular_sim_granularity
:
0.1
angular_sim_granularity
:
0.
0
1
path_distance_bias
:
32.0
goal_distance_bias
:
24.0
...
...
@@ -38,7 +38,7 @@ DWAPlannerROS:
rot_stopped_vel
:
0.01
trans_stopped_vel
:
0.01
xy_goal_tolerance
:
0.
05
xy_goal_tolerance
:
0.
1
yaw_goal_tolerance
:
0.05
#not in dynamic reconfigure
...
...
@@ -46,7 +46,7 @@ DWAPlannerROS:
publish_cost_grid_pc
:
false
#true, useful to play with goal/path_distance_bias parameters
#move_base namespace
latch_xy_goal_tolerance
:
true
#false
latch_xy_goal_tolerance
:
true
#false
#prune_plan: true
#use_dwa: true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment