# grbl_manager *This file is ai generated. Do not edit this file directly. Instead, edit the node source code and run the generate-node-docs command to update this file.* ## Node Description A ROS2 node that manages GRBL devices. This manager node acts as a client to the GRBL service, requesting the creation of GRBL device instances. It waits for the `create_grbl_device` service to become available and sends requests to create devices. ## Example Usage ```bash # Run the GRBL manager node ros2 run grbl_ros grbl_manager ```