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
!5
Recent changes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Recent changes
recent_changes
into
master
Overview
3
Commits
13
Changes
2
Merged
Ghost User
requested to merge
recent_changes
into
master
7 years ago
Overview
3
Commits
13
Changes
2
Expand
is good stuff
should fix issues 5 and 7
#6 (closed)
#7 (closed)
0
0
Merge request reports
Viewing commit
f04d7b26
Prev
Next
Show latest version
2 files
+
36
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
f04d7b26
more refactoring and cleaner speed calculation
· f04d7b26
Florian Polster
authored
7 years ago
homer_navigation/include/homer_navigation/homer_navigation_node.h
+
1
−
1
Options
@@ -98,6 +98,7 @@ private:
/** @brief Start navigation to m_Target on last_map_data_ */
void
startNavigation
();
float
getMaxLaserDistance
();
void
followPath
();
void
avoidingCollision
();
void
finalTurn
();
@@ -357,7 +358,6 @@ private:
ros
::
Publisher
m_path_pub
;
ros
::
Publisher
m_ptu_center_world_point_pub
;
ros
::
Publisher
m_set_pan_tilt_pub
;
ros
::
Publisher
m_debug_pub
;
// service clients
ros
::
ServiceClient
m_get_POIs_client
;
Loading