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 c89c7f4 commit 0e2bb78Copy full SHA for 0e2bb78
src/viam/sdk/robot/client.hpp
@@ -75,6 +75,12 @@ class RobotClient {
75
76
~RobotClient();
77
78
+ /// @brief Call out to the robot to see if there are any new resources that need to be
79
+ /// registered. Compares the currently registered resources to the ones from the robot, seeing
80
+ /// if any updates have been made. If so, they are registered and updated in @ref
81
+ /// ResourceManager. This method can be called manually, or it will be called periodically and
82
+ /// automatically if a positive refresh_interval is passed in the Options of the named
83
+ /// constructors.
84
void refresh();
85
86
/// @brief Disconnect this robot client from any robot to which it is connected.
0 commit comments