mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
use rtde interface to query control pc's IP
This commit is contained in:
@@ -132,5 +132,10 @@ bool RTDEClient::getDataPackage(std::unique_ptr<comm::URPackage<PackageHeader>>&
|
||||
{
|
||||
return pipeline_.getLatestProduct(data_package, timeout);
|
||||
}
|
||||
|
||||
std::string RTDEClient::getIP() const
|
||||
{
|
||||
return stream_.getIP();
|
||||
}
|
||||
} // namespace rtde_interface
|
||||
} // namespace ur_driver
|
||||
|
||||
Reference in New Issue
Block a user