Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_rosnav
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
labrobotica
ros
robots
ana
iri_ana_rosnav
Commits
5728be37
Commit
5728be37
authored
5 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Removed some old local and global configuration files.
parent
0021fba5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
params/dwa/planner_params.yaml
+0
-53
0 additions, 53 deletions
params/dwa/planner_params.yaml
params/global/planner_params.yaml
+0
-22
0 additions, 22 deletions
params/global/planner_params.yaml
with
0 additions
and
75 deletions
params/dwa/planner_params.yaml
deleted
100644 → 0
+
0
−
53
View file @
0021fba5
base_local_planner
:
"
dwa_local_planner/DWAPlannerROS"
latch_xy_goal_tolerance
:
true
DWAPlannerROS
:
# robot configuration parameters
max_trans_vel
:
0.5
min_trans_vel
:
0.1
max_vel_x
:
0.5
min_vel_x
:
-0.5
max_vel_y
:
0.0
min_vel_y
:
0.0
max_rot_vel
:
2.0
min_rot_vel
:
0.0
acc_lim_theta
:
1.0
acc_lim_x
:
1.0
acc_lim_y
:
0.0
acc_limit_trans
:
1.0
rot_stopped_vel
:
0.1
trans_stopped_vel
:
0.1
# goal tolerance parameters
xy_goal_tolerance
:
0.1
yaw_goal_tolerance
:
0.1
# Forward simulation parameters
sim_time
:
2.5
sim_granularity
:
0.1
angular_sim_granularity
:
0.1
vx_samples
:
21
vy_samples
:
1
vth_samples
:
20
controller_frequency
:
20.0
# defines the sim_period
# Trajectory scoring parameters
path_distance_bias
:
32.0
goal_distance_bias
:
32.0
occdist_scale
:
0.01
twirling_scale
:
0.0
stop_time_buffer
:
0.2
forward_point_distance
:
0.325
scaling_speed
:
0.25
max_scaling_factor
:
0.2
# Oscillation prevention parameters
oscillation_reset_dist
:
0.05
oscillation_reset_angle
:
0.2
# global plan parameters
prune_plan
:
true
#not in dynamic reconfigure
publish_traj_pc
:
false
publish_cost_grid_pc
:
false
This diff is collapsed.
Click to expand it.
params/global/planner_params.yaml
deleted
100644 → 0
+
0
−
22
View file @
0021fba5
base_global_planner
:
"
global_planner/GlobalPlanner"
GlobalPlanner
:
#default
allow_unknown
:
false
default_tolerance
:
0.0
publish_potential
:
false
publish_scale
:
100
old_navfn_behavior
:
false
planner_costmap_publish_frequency
:
0.0
#planner to use
use_dijkstra
:
true
use_quadratic
:
true
use_grid_path
:
false
# planner parameters
lethal_cost
:
253
neutral_cost
:
50
cost_factor
:
3.0
planner_window_x
:
0.0
planner_window_y
:
0.0
# orientation fileter
orientation_mode
:
0
orientation_window_size
:
1
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