ros_sugar.robot.cli¶
Command-line introspection for robot plugins.
python -m ros_sugar.robot inspect <package.module>:<ClassName> instantiates
the plugin declaratively and dumps the feedback, command, action and event
surface it exposes as a JSON tree.
Module Contents¶
Functions¶
Entry point for |
API¶
- ros_sugar.robot.cli.main(argv: Optional[List[str]] = None) int¶
Entry point for
python -m ros_sugar.robot.