Skip to content

Commit ed9c129

Browse files
Fix wrong parameter name
1 parent 5b63dc0 commit ed9c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ur_client_library/rtde/rtde_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class RTDEClient
124124
* \param target_frequency Frequency to run at. Defaults to 0.0 which means maximum frequency.
125125
*/
126126
RTDEClient(std::string robot_ip, comm::INotifier& notifier, const std::vector<std::string>& output_recipe,
127-
const std::vector<std::string>& input_recipe, bool ignore_available_outputs = false,
127+
const std::vector<std::string>& input_recipe, bool ignore_unavailable_outputs = false,
128128
double target_frequency = 0.0);
129129
~RTDEClient();
130130
/*!

0 commit comments

Comments
 (0)