Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 503 Bytes

File metadata and controls

21 lines (10 loc) · 503 Bytes

diablo_ctrl_gui

GUI for controlling Diablo Robot using PyQt5

Instructions

Establish the control over Diablo robot (through an SSH):

ros2 run diablo_ctrl diablo_ctrl_node

Install the package, colcon build, and source the directory.

Run the node:

ros2 run diablo_ctrl_gui ctrl_gui_node

You can now interact with the robot using the GUI simply by using the buttons.

diablo_ctrl_gui