ros_sugar.robot¶
General-purpose robot plugin framework for Sugarcoat.
A robot plugin adapts a specific robot’s control surface; ROS topics, UDP/HTTP endpoints, or a vendor SDK, to Sugarcoat’s standard component I/O, and may contribute high-level Action factories and pre-built Event factories that recipes consume directly.
Authors subclass RobotPlugin; see docs/development/custom_robot_plugin.md.