mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
Use correct naming scheme for variable robot_ip
This commit is contained in:
@@ -31,8 +31,8 @@ namespace ur_driver
|
||||
{
|
||||
namespace rtde_interface
|
||||
{
|
||||
RTDEClient::RTDEClient(std::string ROBOT_IP, comm::INotifier& notifier)
|
||||
: stream_(ROBOT_IP, UR_RTDE_PORT)
|
||||
RTDEClient::RTDEClient(std::string robot_ip, comm::INotifier& notifier)
|
||||
: stream_(robot_ip, UR_RTDE_PORT)
|
||||
, parser_(readRecipe())
|
||||
, prod_(stream_, parser_)
|
||||
, pipeline_(prod_, PIPELINE_NAME, notifier)
|
||||
|
||||
Reference in New Issue
Block a user