Migration notes
This document contains notes on the migration of the ur_client_library between major versions.
It contains only breaking changes.
Migrating from 1.x.x to 2.x.x
In the
urcl::ExampleRobotWrapperclass theur_driver_,dashboard_clientandprimary_clientmembers are now private. UsegetUrDriver(),getDashboardClient()andgetPrimaryClient()to access them.In
urcl::comm::ControlModeTypestwo member functions have been renamed:is_control_mode_realtime->isControlModeRealtimeis_control_mode_non_realtime->isControlModeNonRealtime
In
urcl::RobotReceiveTimeoutthetimeout_member is now private. UsegetAsMilliseconds()to access it.In
urcl::UrDriverConfigurationtwo members have been renamed:rtde_initialization_attempts_->rtde_initialization_attemptsrtde_initialization_timeout_->rtde_initialization_timeout