list_packages
Lists ROS2 packages in the workspace, optionally filtered by group, subgroup, or case-insensitive name substring. Quickly discover available packages and their locations.
Instructions
List ROS2 packages in the workspace, optionally filtered by group (the
top-level src// directory a package lives under — this varies by
workspace, e.g. "vendor"/"description" for one repo, something else
entirely for another), a finer-grained subgroup within it, or a
case-insensitive substring of the package name. Call list_groups first
to see the actual group/subgroup values present in this workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | ||
| subgroup | No | ||
| name_filter | No | ||
| workspace_root | No |