Install
openclaw skills install @bigrobinson/ros2-control-introspectionExecute ROS 2 Control read-only introspection commands (list, view) in a sandboxed environment. Supports parameter profiles.
openclaw skills install @bigrobinson/ros2-control-introspectionBefore this skill can be used, the local environment must be configured.
source /opt/ros/<distro>/setup.bash
source ~/my_ros_ws/install/setup.bash
./scripts/setup.sh
Use this skill to inspect the ros2_control graph. It is STRICTLY read-only.
You cannot use this skill to load, switch, or modify controllers (use ros2-control-execution for that).
SECURITY CONSTRAINT: You must ALWAYS use the safe wrapper script located at ./scripts/safe_ros2_control_introspection.py.
This script uses Python's subprocess (shell=False) to prevent command injection and validates the command against a strict allowlist.
Wrapper Path: Resolve ./scripts/safe_ros2_control_introspection.py against this SKILL.md directory.
Usage: ./scripts/safe_ros2_control_introspection.py <subcommand> [native_flags] [--profile <name> | --params-file <path>]
list_controllerslist_controller_typeslist_hardware_componentslist_hardware_interfacesview_controller_chainsExamples:
./scripts/safe_ros2_control_introspection.py list_controllers./scripts/safe_ros2_control_introspection.py list_controllers -c /my_controller_manager./scripts/safe_ros2_control_introspection.py view_controller_chains -c /my_manager --profile my_tuning_file