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
64223333
Commit
64223333
authored
6 years ago
by
Matt Hansen
Browse files
Options
Downloads
Patches
Plain Diff
Update ROS_COMPARISON.md
Add links to other README.md
parent
b2b72302
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/design/ROS_COMPARISON.md
+5
-5
5 additions, 5 deletions
doc/design/ROS_COMPARISON.md
with
5 additions
and
5 deletions
doc/design/ROS_COMPARISON.md
+
5
−
5
View file @
64223333
...
...
@@ -3,16 +3,16 @@
## Comparison to Move Base in ROS
AMCL and map_server were ported to ROS2 with minimal functional changes, but some refactoring.
*
amcl -> nav2_amcl
*
map_server -> nav2_map_server
*
amcl ->
[
nav2_amcl
](
/nav2_amcl/README.md
)
*
map_server ->
[
nav2_map_server
](
/nav2_map_server/README.md
)

In addition, move_base itself has been split into multiple components:
*
nav2_simple_navigator (replaces move_base)
*
nav2_dijkstra_planner (replaces global_planner)
*
nav2_controller_dwb (replaces local_planner)
*
[
nav2_simple_navigator
](
/nav2_simple_navigator/README.md
)
(
replaces
move_base)
*
[
nav2_dijkstra_planner
](
/nav2_dijkstra_planner/README.md
)
(
replaces
global_planner)
*
[
nav2_controller_dwb
](
nav2_controller_dwb/README.md
)
(
replaces
local_planner)

...
...
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