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
!7
Fix/drunken navigation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix/drunken navigation
fix/drunken_navigation
into
master
Overview
0
Commits
6
Changes
3
Merged
Ghost User
requested to merge
fix/drunken_navigation
into
master
7 years ago
Overview
0
Commits
6
Changes
3
Expand
0
0
Merge request reports
Viewing commit
21096185
Prev
Next
Show latest version
3 files
+
51
−
44
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
21096185
testing
· 21096185
Projekt Robbie
authored
7 years ago
homer_navigation/config/homer_navigation.yaml
+
4
−
4
Options
@@ -21,14 +21,14 @@
### speed parameters
/homer_navigation/min_turn_angle
:
0.1
# rad values lower than this angle will let the navigation assume reaching the designated position
/homer_navigation/max_turn_speed
:
0.8
# rad/s max turn velocity the navigation can send
/homer_navigation/max_turn_speed
:
1
# rad/s max turn velocity the navigation can send
/homer_navigation/min_turn_speed
:
0.2
# rad/s min turn speed for Final Turn so the Robot doesn't stop turning
/homer_navigation/max_drive_angle
:
0.
4
# rad threshold for driving and turning - if above that value only turn
/homer_navigation/max_drive_angle
:
0.
5
# rad threshold for driving and turning - if above that value only turn
/homer_navigation/max_move_speed
:
0.8
# m/s max move speed the navigation can send
/homer_navigation/max_move_speed
:
1
# 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
:
0.
7
# 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
# factor for the max speed calculation with the distance to the next Waypoint
/homer_navigation/obstacle_speed_factor
:
0.5
# factor for the max speed calculation with the last laser max movement distance
/homer_navigation/target_distance_speed_factor
:
0.5
# factor for the max speed calculation with the distance to target
Loading