1
0
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:
Simon Rasmussen
2017-02-09 12:16:51 +01:00
parent e94bbb5536
commit 43974dcbf2
10 changed files with 258 additions and 97 deletions

View File

@@ -21,6 +21,10 @@ public:
_port(port),
_initialized(false),
_stopping(false) {}
~URStream() {
disconnect();
}
bool connect();
void disconnect();