We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1776c4f commit 73a29b9Copy full SHA for 73a29b9
include/ur_client_library/ur/dashboard_client_implementation_x.h
@@ -167,7 +167,7 @@ class DashboardClientImplX : public DashboardClientImpl
167
virtual VersionInformation queryPolyScopeVersion();
168
void assertHasCommand(const std::string& command) const override;
169
170
- const std::string base_url_ = "/universal-robots/urcap-system-api";
+ const std::string base_url_ = "/universal-robots/robot-api";
171
172
std::unique_ptr<httplib::Client> cli_;
173
};
0 commit comments