Skip to content

Question: is nav2_bringup dependency needed? #12

Description

@rolker

Summary

package.xml declares <depend>nav2_bringup</depend>, but nav2_bringup is a heavy metapackage that pulls in Gazebo (ros-gz-sim, ros-gz-bridge) and turtlebot simulation packages (nav2-minimal-tb3-sim, nav2-minimal-tb4-sim).

This adds ~900 MB of unnecessary dependencies on deployment targets (e.g., boat computers) where Gazebo is not needed.

Question

Is nav2_bringup actually required, or would a more specific dependency (e.g., nav2_bt_navigator, nav2_controller, nav2_planner, etc.) suffice?

Context

Discovered during workspace bootstrap on gabby (BizzyBoat deployment computer). rosdep install across all layers pulled in the full Gazebo stack due to this dependency.

See also: rolker/unh_echoboats_project11#17


Authored-By: Claude Code Agent
Model: Claude Opus 4.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions