robotic/remote-control - Qt GUI for remote controlΒΆ
Start a desktop UI for interacting with the robotics REST API.
UsageΒΆ
s6 robotic remote-control --host 10.20.0.2 --port 8001
How it worksΒΆ
Creates a
PyQt6application with a singles6.ui.robotic_control_panel.RoboticControlPanel.Connects to the robotics REST API through
s6.robotic.client.RoboticClient.Exposes axis jog buttons, waypoint add/delete/go controls, and sweep programs from the control panel.
Uses
--hostand--portto build the server base URL.
NotesΒΆ
Requires
PyQt6to be installed in your environment.The current implementation does not mount a separate lighting panel in this command.