Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
78854bdb
Commit
78854bdb
authored
5 years ago
by
Steven Macenski
Browse files
Options
Downloads
Patches
Plain Diff
plugins receive lifecycle node pointers
parent
a43fa256
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nav2_core/include/nav2_core/global_planner.hpp
+1
-1
1 addition, 1 deletion
nav2_core/include/nav2_core/global_planner.hpp
nav2_core/include/nav2_core/recovery.hpp
+1
-1
1 addition, 1 deletion
nav2_core/include/nav2_core/recovery.hpp
with
2 additions
and
2 deletions
nav2_core/include/nav2_core/global_planner.hpp
+
1
−
1
View file @
78854bdb
...
...
@@ -63,7 +63,7 @@ public:
* @param tf A pointer to a TF buffer
* @param costmap_ros A pointer to the costmap
*/
virtual
void
configure
(
const
rclcpp
::
Node
*
parent
,
virtual
void
configure
(
const
rclcpp
::
Lifecycle
Node
*
parent
,
const
std
::
string
&
name
,
tf2_ros
::
Buffer
*
tf
,
nav2_costmap_2d
::
Costmap2DROS
*
costmap_ros
)
=
0
;
...
...
This diff is collapsed.
Click to expand it.
nav2_core/include/nav2_core/recovery.hpp
+
1
−
1
View file @
78854bdb
...
...
@@ -60,7 +60,7 @@ public:
* @param tf A pointer to a TF buffer
* @param costmap_ros A pointer to the costmap
*/
virtual
void
configure
(
const
rclcpp
::
Node
*
parent
,
virtual
void
configure
(
const
rclcpp
::
Lifecycle
Node
*
parent
,
const
std
::
string
&
name
,
tf2_ros
::
Buffer
*
tf
)
=
0
;
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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