forked from SteveMacenski/slam_toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rviz panel working when rviz2 supports it
- Loading branch information
1 parent
13b790e
commit 96f46d7
Showing
4 changed files
with
46 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<library path="libSlamToolboxPlugin"> | ||
<class name="slam_toolbox::SlamToolboxPlugin" | ||
type="slam_toolbox::SlamToolboxPlugin" | ||
base_class_type="rviz::Panel"> | ||
<description> | ||
Panel to assist in Mapping and SLAM with the slam_toolbox | ||
</description> | ||
</class> | ||
<library path="SlamToolboxPlugin"> | ||
<class | ||
name="slam_toolbox::SlamToolboxPlugin" | ||
type="slam_toolbox::SlamToolboxPlugin" | ||
base_class_type="rviz_common::Panel"> | ||
<description> Panel to assist in Mapping and SLAM with the slam_toolbox </description> | ||
</class> | ||
</library> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters