Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
homer_mapping
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
robbie
homer_mapping
Merge requests
!9
Qfix/no mask map
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Qfix/no mask map
qfix/no_mask_map
into
master
Overview
2
Commits
2
Changes
1
1 unresolved thread
Hide all comments
Merged
Ghost User
requested to merge
qfix/no_mask_map
into
master
7 years ago
Overview
2
Commits
2
Changes
1
1 unresolved thread
Hide all comments
Expand
was making problems with creating new maps while following
0
0
Merge request reports
Viewing commit
04b9d826
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
04b9d826
less haraciri
· 04b9d826
Projekt Robbie
authored
7 years ago
homer_navigation/config/homer_navigation.yaml
+
2
−
2
Options
@@ -28,9 +28,9 @@
/homer_navigation/max_move_speed
:
0.9
# m/s max move speed the navigation can send
### caution factors values near 0 mean high caution values greater values mean less caution
### if any factor equals 0 the robot can't follow paths !!
/homer_navigation/map_speed_factor
:
1.0
# factor for the max speed calculation of the obstacleDistancemap
/homer_navigation/map_speed_factor
:
0.8
# factor for the max speed calculation of the obstacleDistancemap
/homer_navigation/waypoint_speed_factor
:
1.7
# factor for the max speed calculation with the distance to the next Waypoint
/homer_navigation/obstacle_speed_factor
:
0.
9
# factor for the max speed calculation with the last laser max movement distance
/homer_navigation/obstacle_speed_factor
:
0.
8
# factor for the max speed calculation with the last laser max movement distance
/homer_navigation/target_distance_speed_factor
:
1.3
# factor for the max speed calculation with the distance to target
/homer_navigation/callback_error_duration
:
0.3
# s max duration between pose and laser callbacks before error handling is executed
Loading