mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Refactoring, improvements and fixes
This commit is contained in:
@@ -21,6 +21,10 @@ public:
|
||||
_port(port),
|
||||
_initialized(false),
|
||||
_stopping(false) {}
|
||||
|
||||
~URStream() {
|
||||
disconnect();
|
||||
}
|
||||
|
||||
bool connect();
|
||||
void disconnect();
|
||||
|
||||
Reference in New Issue
Block a user