find_ros2_package
Search for ROS 2 packages by keyword. Input a partial or full package name to retrieve matching packages from the ROS environment.
Instructions
Searches for available ROS 2 packages that match a given keyword.
Args:
pkg_name: Partial or full name of the package to search for
Example: "Are there any packages related to turtle?" → ros2 pkg list | grep turtle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pkg_name | Yes |