mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 18:10:47 +02:00
Upload URScript via primary interface
Note: This will probably be changed later, but currently that's the easiest way to handle this.
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
* \param host IP address of the remote host
|
||||
* \param port Port on which the socket shall be connected
|
||||
*/
|
||||
URStream(std::string& host, int port) : host_(host), port_(port)
|
||||
URStream(const std::string& host, int port) : host_(host), port_(port)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user