SteveMacenski / slam_toolbox

Slam Toolbox for lifelong mapping and localization in potentially massive maps with ROS
GNU Lesser General Public License v2.1
1.67k stars 525 forks source link

split rviz plugins from core functionality to remove rviz dependency #643

Open dnbazhenov opened 1 year ago

dnbazhenov commented 1 year ago

Feature description

Since the RViz plugins are part of the core package, that drags the RViz where it is not needed at all increasing the file system footprint significantly.

Implementation considerations

Separate rviz plugins into a package slam-toolbox-plugins and remove rviz dependency from the core package.